Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h49 virtual void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h46 void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h264 …virtual void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8…
H A Dinterface_profile_avrcp_ct.h233 virtual void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp111 …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 Davrcp_tg_service.h155 …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 Davrcp_tg_service.cpp121 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 Dmedia_service.h91 …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 Davrcp_ct_service.h1044 …void OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &att…
H A Davrcp_ct_service.cpp40 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 Dbluetooth_avrcp_ct.cpp167 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 Dbluetooth_avrcp_ct_observer_stub.cpp329 stub->OnGetPlayerAppSettingAttributeText(RawAddress(addr), attrbutes, attributeNames, result); in OnGetPlayerAppSettingAttributeTextInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp364 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, in OnGetPlayerAppSettingAttributeText() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy