Home
last modified time | relevance | path

Searched refs:OnPlayerAppSettingChanged (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h68 virtual void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h66 void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h514 virtual void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp204 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 Dbluetooth_avrcp_ct.cpp367 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 Dbluetooth_avrcp_ct_observer_stub.cpp549 stub->OnPlayerAppSettingChanged(RawAddress(addr), attribtues, values, result); in OnPlayerAppSettingChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp843 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 Davrcp_ct_service.cpp2095 myObserver_->OnPlayerAppSettingChanged(rawAddr, attributes, values, result); in OnPlayerApplicationSettingChanged()

Completed in 12 milliseconds