Searched refs:WriteParcelableStringVector (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_opp_proxy.cpp | 29 if (!WriteParcelableStringVector(filePaths, data)) { in SendFile() 33 if (!WriteParcelableStringVector(mimeTypes, data)) { in SendFile() 194 bool BluetoothOppProxy::WriteParcelableStringVector(const std::vector<std::string> &parcelableVector, Parcel &reply) in WriteParcelableStringVector() function in OHOS::Bluetooth::BluetoothOppProxy
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_opp_proxy.h | 42 bool WriteParcelableStringVector(const std::vector<std::string> &parcelableVector, Parcel &reply);
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 142 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 1155 HILOGE("write WriteParcelableStringVector failed"); in WriteParcelableStringVector() 1161 HILOGE("write WriteParcelableStringVector failed"); in WriteParcelableStringVector()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 105 bool WriteParcelableStringVector(const std::vector<std::string> &parcelableVector, Parcel &reply);
|
Completed in 9 milliseconds