Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h51 virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h48 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h277 …virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> …
H A Dinterface_profile_avrcp_ct.h248 …virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> …
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp117 … void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values, in OnGetPlayerAppSettingValueText() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
120 impl_->OnGetPlayerAppSettingValueText(rawAddr, values, valueName, result); in OnGetPlayerAppSettingValueText()
450 … void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values, in OnGetPlayerAppSettingValueText() function
458 observer->OnGetPlayerAppSettingValueText( in OnGetPlayerAppSettingValueText()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h166 … void OnGetPlayerAppSettingValueText(const std::string &addr, const std::vector<uint8_t> &values,
643 … void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values,
H A Davrcp_tg_service.cpp133 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingValueText(const std::string &addr, in OnGetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
141 service->OnGetPlayerAppSettingValueText(rawAddr, values, valueStr, label); in OnGetPlayerAppSettingValueText()
1476 void AvrcpTgService::OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<ui… in OnGetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h94 …virtual void OnGetPlayerAppSettingValueText(const std::string &addr, const std::vector<uint8_t> &v…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1068 … void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values,
H A Davrcp_ct_service.cpp41 std::bind(&AvrcpCtService::OnGetPlayerAppSettingValueText, this, _1, _2, _3, _4), in AvrcpCtService()
1277 void AvrcpCtService::OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<ui… in OnGetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpCtService
1283 myObserver_->OnGetPlayerAppSettingValueText(rawAddr, values, valueStr, result); in OnGetPlayerAppSettingValueText()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp179 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, in OnGetPlayerAppSettingValueText() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
186 … impl_->OnGetPlayerAppSettingValueText(device, values, valueName, static_cast<int>(result)); in OnGetPlayerAppSettingValueText()
591 …void OnGetPlayerAppSettingValueText(const BluetoothRemoteDevice &device, const std::vector<uint8_t… in OnGetPlayerAppSettingValueText() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp359 stub->OnGetPlayerAppSettingValueText(RawAddress(addr), values, valueNames, result); in OnGetPlayerAppSettingValueTextInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp407 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, in OnGetPlayerAppSettingValueText() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy