Home
last modified time | relevance | path

Searched refs:WriteParcelableInt32Vector (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp102 if (!WriteParcelableInt32Vector(states, data)) { in GetDevicesByStates()
416 if (!WriteParcelableInt32Vector(attributes, data)) { in GetPlayerAppSettingCurrentValue()
446 if (!WriteParcelableInt32Vector(attributes, data)) { in SetPlayerAppSettingCurrentValue()
451 if (!WriteParcelableInt32Vector(values, data)) { in SetPlayerAppSettingCurrentValue()
481 if (!WriteParcelableInt32Vector(attributes, data)) { in GetPlayerAppSettingAttributeText()
516 if (!WriteParcelableInt32Vector(values, data)) { in GetPlayerAppSettingValueText()
546 if (!WriteParcelableInt32Vector(attributes, data)) { in GetElementAttributes()
650 if (!WriteParcelableInt32Vector(attributes, data)) { in GetFolderItems()
738 if (!WriteParcelableInt32Vector(events, data)) { in EnableNotification()
773 if (!WriteParcelableInt32Vector(events, data)) { in DisableNotification()
[all …]
H A Dbluetooth_pan_proxy.cpp72 …CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(states, data), BT_ERR_IPC_TRANS_FAILED, "write… in GetDevicesByStates()
177 bool BluetoothPanProxy::WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Pa… in WriteParcelableInt32Vector() function in OHOS::Bluetooth::BluetoothPanProxy
H A Dbluetooth_a2dp_sink_proxy.cpp90 …CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(states, data), rawAdds, "write rawAdds error"); in GetDevicesByStates()
195 bool BluetoothA2dpSinkProxy::WriteParcelableInt32Vector( in WriteParcelableInt32Vector() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
H A Dbluetooth_opp_proxy.cpp177 if (!WriteParcelableInt32Vector(states, data)) { in GetDevicesByStates()
218 bool BluetoothOppProxy::WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Pa… in WriteParcelableInt32Vector() function in OHOS::Bluetooth::BluetoothOppProxy
H A Dbluetooth_hid_host_proxy.cpp90 …CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(states, data), BT_ERR_IPC_TRANS_FAILED, "write… in GetDevicesByStates()
240 bool BluetoothHidHostProxy::WriteParcelableInt32Vector( in WriteParcelableInt32Vector() function in OHOS::Bluetooth::BluetoothHidHostProxy
H A Dbluetooth_a2dp_src_proxy.cpp89 …CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(states, data), BT_ERR_IPC_TRANS_FAILED, "write… in GetDevicesByStates()
462 bool BluetoothA2dpSrcProxy::WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector… in WriteParcelableInt32Vector() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
479 CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(sessionsId, data), BT_ERR_IPC_TRANS_FAILED, in OffloadPlayingControl()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp190 if (!WriteParcelableInt32Vector(eventsTmp, data)) { in OnGetCapabilities()
227 if (!WriteParcelableInt32Vector(attributesTmp, data)) { in OnGetPlayerAppSettingAttributes()
269 if (!WriteParcelableInt32Vector(valuesTmp, data)) { in OnGetPlayerAppSettingValues()
306 if (!WriteParcelableInt32Vector(attributesTmp, data)) { in OnGetPlayerAppSettingCurrentValue()
315 if (!WriteParcelableInt32Vector(valuesTmp, data)) { in OnGetPlayerAppSettingCurrentValue()
382 if (!WriteParcelableInt32Vector(attributesTmp, data)) { in OnGetPlayerAppSettingAttributeText()
425 if (!WriteParcelableInt32Vector(valuesTmp, data)) { in OnGetPlayerAppSettingValueText()
861 if (!WriteParcelableInt32Vector(attributesTmp, data)) { in OnPlayerAppSettingChanged()
870 if (!WriteParcelableInt32Vector(valuesTmp, data)) { in OnPlayerAppSettingChanged()
1168 bool BluetoothAvrcpCtObserverProxy::WriteParcelableInt32Vector( in WriteParcelableInt32Vector() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pan_proxy.h40 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
H A Dbluetooth_a2dp_sink_proxy.h52 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
H A Dbluetooth_opp_proxy.h43 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
H A Dbluetooth_hid_host_proxy.h48 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
H A Dbluetooth_a2dp_src_proxy.h74 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
H A Dbluetooth_avrcp_ct_proxy.h78 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h89 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);