/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 102 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 D | bluetooth_pan_proxy.cpp | 72 …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 D | bluetooth_a2dp_sink_proxy.cpp | 90 …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 D | bluetooth_opp_proxy.cpp | 177 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 D | bluetooth_hid_host_proxy.cpp | 90 …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 D | bluetooth_a2dp_src_proxy.cpp | 89 …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 D | bluetooth_avrcp_ct_observer_proxy.cpp | 190 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 D | bluetooth_pan_proxy.h | 40 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|
H A D | bluetooth_a2dp_sink_proxy.h | 52 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|
H A D | bluetooth_opp_proxy.h | 43 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|
H A D | bluetooth_hid_host_proxy.h | 48 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|
H A D | bluetooth_a2dp_src_proxy.h | 74 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|
H A D | bluetooth_avrcp_ct_proxy.h | 78 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 89 bool WriteParcelableInt32Vector(const std::vector<int32_t> &parcelableVector, Parcel &reply);
|