/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 51 virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 48 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr,
|
/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> &values,
|
H A D | interface_profile_avrcp_ct.h | 248 virtual void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values,
|
/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<uint8_t> &values, in OnGetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpTgService
|
/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, 120 impl_->OnGetPlayerAppSettingValueText(rawAddr, values, valueName, result); 450 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, const std::vector<uint8_t> &values, in OnGetPlayerAppSettingValueText() function 458 observer->OnGetPlayerAppSettingValueText( in OnGetPlayerAppSettingValueText()
|
/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> &values,
|
/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<uint8_t> &values, in OnGetPlayerAppSettingValueText() function in OHOS::bluetooth::AvrcpCtService 1283 myObserver_->OnGetPlayerAppSettingValueText(rawAddr, values, valueStr, result); in OnGetPlayerAppSettingValueText()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 176 void OnGetPlayerAppSettingValueText(const RawAddress &rawAddr, 183 impl_->OnGetPlayerAppSettingValueText(device, values, valueName, static_cast<int>(result)); 588 void OnGetPlayerAppSettingValueText(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &values, in OnGetPlayerAppSettingValueText() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 356 stub->OnGetPlayerAppSettingValueText(RawAddress(addr), values, valueNames, result); in OnGetPlayerAppSettingValueTextInner()
|
/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 412 HILOGE("[OnGetPlayerAppSettingValueText] fail: write interface token failed."); in OnGetPlayerAppSettingValueText() 417 HILOGE("[OnGetPlayerAppSettingValueText] fail: write result failed"); in OnGetPlayerAppSettingValueText() 426 HILOGE("[OnGetPlayerAppSettingValueText] fail: write result failed"); in OnGetPlayerAppSettingValueText() 431 HILOGE("[OnGetPlayerAppSettingValueText] fail: write result failed"); in OnGetPlayerAppSettingValueText() 436 HILOGE("[OnGetPlayerAppSettingValueText] fail: write result failed"); in OnGetPlayerAppSettingValueText() 445 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingValueText done fail, error: %{public}d", error); in OnGetPlayerAppSettingValueText()
|