Home
last modified time | relevance | path

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

/ohos5.0/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> &attr…
/ohos5.0/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,
/ohos5.0/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, in OnPlayerAppSettingChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
207 impl_->OnPlayerAppSettingChanged(rawAddr, attributes, values, result); in OnPlayerAppSettingChanged()
666 … void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, in OnPlayerAppSettingChanged() function
674 observer->OnPlayerAppSettingChanged(rawAddr, in OnPlayerAppSettingChanged()
/ohos5.0/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> &attr…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp370 … void OnPlayerAppSettingChanged(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, in OnPlayerAppSettingChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
376 impl_->OnPlayerAppSettingChanged(device, attributes, values, static_cast<int>(result)); in OnPlayerAppSettingChanged()
809 …void OnPlayerAppSettingChanged(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &at… in OnPlayerAppSettingChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp552 stub->OnPlayerAppSettingChanged(RawAddress(addr), attribtues, values, result); in OnPlayerAppSettingChangedInner()
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp2095 myObserver_->OnPlayerAppSettingChanged(rawAddr, attributes, values, result); in OnPlayerApplicationSettingChanged()