Home
last modified time | relevance | path

Searched refs:OnGetPlayerAppSettingAttributes (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h42 virtual void OnGetPlayerAppSettingAttributes(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h38 void OnGetPlayerAppSettingAttributes(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h212 virtual void OnGetPlayerAppSettingAttributes(
H A Dinterface_profile_avrcp_ct.h173 virtual void OnGetPlayerAppSettingAttributes(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp88 void OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
91 impl_->OnGetPlayerAppSettingAttributes(rawAddr, attributes, result); in OnGetPlayerAppSettingAttributes()
382 …void OnGetPlayerAppSettingAttributes(const RawAddress &rawAddr, std::vector<uint8_t> attributes, i… in OnGetPlayerAppSettingAttributes() function
389 observer->OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h114 void OnGetPlayerAppSettingAttributes(
588 void OnGetPlayerAppSettingAttributes(
H A Davrcp_tg_service.cpp74 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
82 service->OnGetPlayerAppSettingAttributes(rawAddr, attributes, label); in OnGetPlayerAppSettingAttributes()
1212 void AvrcpTgService::OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h80 virtual void OnGetPlayerAppSettingAttributes(
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp118 void OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
125 impl_->OnGetPlayerAppSettingAttributes(device, attributes, static_cast<int>(result)); in OnGetPlayerAppSettingAttributes()
523 void OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp239 stub->OnGetPlayerAppSettingAttributes(RawAddress(addr), attributes, result); in OnGetPlayerAppSettingAttributesInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp209 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingAttributes( in OnGetPlayerAppSettingAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp989 myObserver_->OnGetPlayerAppSettingAttributes(rawAddr, attributes, result); in OnGetPlayerAppSettingAttribtues()