Home
last modified time | relevance | path

Searched refs:WriteParcelableStringVector (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp33 if (!WriteParcelableStringVector(filePaths, data)) { in SendFile()
37 if (!WriteParcelableStringVector(mimeTypes, data)) { in SendFile()
202 bool BluetoothOppProxy::WriteParcelableStringVector(const std::vector<std::string> &parcelableVecto… in WriteParcelableStringVector() function in OHOS::Bluetooth::BluetoothOppProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp142 if (!WriteParcelableStringVector(folderNames, data)) { in OnSetBrowsedPlayer()
387 if (!WriteParcelableStringVector(attributeName, data)) { in OnGetPlayerAppSettingAttributeText()
430 if (!WriteParcelableStringVector(valueName, data)) { in OnGetPlayerAppSettingValueText()
469 if (!WriteParcelableStringVector(valueName, data)) { in OnGetElementAttributes()
630 if (!WriteParcelableStringVector(values, data)) { in OnGetItemAttributes()
1151 bool BluetoothAvrcpCtObserverProxy::WriteParcelableStringVector( in WriteParcelableStringVector() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_proxy.h42 … bool WriteParcelableStringVector(const std::vector<std::string> &parcelableVector, Parcel &reply);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h105 … bool WriteParcelableStringVector(const std::vector<std::string> &parcelableVector, Parcel &reply);