Home
last modified time | relevance | path

Searched refs:OnGetPlayerAppSettingValues (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h44 virtual void OnGetPlayerAppSettingValues(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h40 void OnGetPlayerAppSettingValues(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h225 virtual void OnGetPlayerAppSettingValues(
H A Dinterface_profile_avrcp_ct.h189 virtual void OnGetPlayerAppSettingValues(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp94 void OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
97 impl_->OnGetPlayerAppSettingValues(rawAddr, attribute, values, result); in OnGetPlayerAppSettingValues()
394 void OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() function
403 observer->OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h124 void OnGetPlayerAppSettingValues(
599 void OnGetPlayerAppSettingValues(
H A Davrcp_tg_service.cpp86 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
94 service->OnGetPlayerAppSettingValues(rawAddr, values, label); in OnGetPlayerAppSettingValues()
1262 void AvrcpTgService::OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h83 virtual void OnGetPlayerAppSettingValues(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h974 void OnGetPlayerAppSettingValues(
H A Davrcp_ct_service.cpp37 std::bind(&AvrcpCtService::OnGetPlayerAppSettingValues, this, _1, _2, _3, _4), in AvrcpCtService()
1041 void AvrcpCtService::OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() function in OHOS::bluetooth::AvrcpCtService
1048 myObserver_->OnGetPlayerAppSettingValues(rawAddr, attribute, values, result); in OnGetPlayerAppSettingValues()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp130 void OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
138 impl_->OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues()
537 void OnGetPlayerAppSettingValues( in OnGetPlayerAppSettingValues() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp260 stub->OnGetPlayerAppSettingValues(RawAddress(addr), attrbute, values, result); in OnGetPlayerAppSettingValuesInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp246 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValues(const RawAddress &rawAddr, in OnGetPlayerAppSettingValues() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy