Searched refs:OnPlayerAppSettingChanged (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 68 virtual void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 66 void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 514 virtual void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 204 void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, 207 impl_->OnPlayerAppSettingChanged(rawAddr, attributes, values, result); 666 void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, in OnPlayerAppSettingChanged() function 674 observer->OnPlayerAppSettingChanged(rawAddr, in OnPlayerAppSettingChanged()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 367 void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, 373 impl_->OnPlayerAppSettingChanged(device, attributes, values, static_cast<int>(result)); 806 void OnPlayerAppSettingChanged(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &attributes, in OnPlayerAppSettingChanged() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 549 stub->OnPlayerAppSettingChanged(RawAddress(addr), attribtues, values, result); in OnPlayerAppSettingChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 843 void BluetoothAvrcpCtObserverProxy::OnPlayerAppSettingChanged(const RawAddress &rawAddr, in OnPlayerAppSettingChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy 848 HILOGE("[OnPlayerAppSettingChanged] fail: write interface token failed."); in OnPlayerAppSettingChanged() 853 HILOGE("[OnPlayerAppSettingChanged] fail: write result failed"); in OnPlayerAppSettingChanged() 862 HILOGE("[OnPlayerAppSettingChanged] fail: write result failed"); in OnPlayerAppSettingChanged() 871 HILOGE("[OnPlayerAppSettingChanged] fail: write result failed"); in OnPlayerAppSettingChanged() 876 HILOGE("[OnPlayerAppSettingChanged] fail: write result failed"); in OnPlayerAppSettingChanged() 885 HILOGE("BluetoothAvrcpCtObserverProxy::OnPlayerAppSettingChanged done fail, error: %{public}d", error); in OnPlayerAppSettingChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 2095 myObserver_->OnPlayerAppSettingChanged(rawAddr, attributes, values, result); in OnPlayerApplicationSettingChanged()
|
Completed in 12 milliseconds