/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 51 virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 48 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 277 …virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> …
|
H A D | interface_profile_avrcp_ct.h | 248 …virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 117 … 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 D | avrcp_tg_service.h | 166 … 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 D | avrcp_tg_service.cpp | 133 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 D | media_service.h | 94 …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 D | avrcp_ct_service.h | 1068 … void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values,
|
H A D | avrcp_ct_service.cpp | 41 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 D | bluetooth_avrcp_ct.cpp | 179 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 359 stub->OnGetPlayerAppSettingValueText(RawAddress(addr), values, valueNames, result); in OnGetPlayerAppSettingValueTextInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 407 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, in OnGetPlayerAppSettingValueText() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|