/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 49 virtual void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 46 void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 264 …virtual void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8…
|
H A D | interface_profile_avrcp_ct.h | 233 virtual void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 111 …void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &att… in OnGetPlayerAppSettingAttributeText() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 114 impl_->OnGetPlayerAppSettingAttributeText(rawAddr, attributes, attributeName, result); in OnGetPlayerAppSettingAttributeText() 435 …void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &att… in OnGetPlayerAppSettingAttributeText() function 443 observer->OnGetPlayerAppSettingAttributeText(rawAddr, in OnGetPlayerAppSettingAttributeText()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 155 …void OnGetPlayerAppSettingAttributeText(const std::string &addr, const std::vector<uint8_t> &attri… 632 …void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &att…
|
H A D | avrcp_tg_service.cpp | 121 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingAttributeText(const std::string &addr, in OnGetPlayerAppSettingAttributeText() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 129 service->OnGetPlayerAppSettingAttributeText(rawAddr, attributes, attrStr, label); in OnGetPlayerAppSettingAttributeText() 1425 void AvrcpTgService::OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() function in OHOS::bluetooth::AvrcpTgService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 91 …virtual void OnGetPlayerAppSettingAttributeText(const std::string &addr, const std::vector<uint8_t…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1044 …void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &att…
|
H A D | avrcp_ct_service.cpp | 40 std::bind(&AvrcpCtService::OnGetPlayerAppSettingAttributeText, this, _1, _2, _3, _4), in AvrcpCtService() 1218 void AvrcpCtService::OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() function in OHOS::bluetooth::AvrcpCtService 1224 myObserver_->OnGetPlayerAppSettingAttributeText(rawAddr, attributes, attrStr, result); in OnGetPlayerAppSettingAttributeText()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 167 void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 174 …impl_->OnGetPlayerAppSettingAttributeText(device, attribtues, attributeName, static_cast<int>(resu… in OnGetPlayerAppSettingAttributeText() 577 …void OnGetPlayerAppSettingAttributeText(const BluetoothRemoteDevice &device, const std::vector<uin… in OnGetPlayerAppSettingAttributeText() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 329 stub->OnGetPlayerAppSettingAttributeText(RawAddress(addr), attrbutes, attributeNames, result); in OnGetPlayerAppSettingAttributeTextInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 364 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|