/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 46 virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 42 void OnGetPlayerAppSettingCurrentValue(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 240 virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attributes,
|
H A D | interface_profile_avrcp_ct.h | 205 virtual void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 136 void OnGetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes, 612 void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attributes,
|
H A D | avrcp_tg_service.cpp | 98 void AvrcpTgService::ObserverImpl::OnGetPlayerAppSettingCurrentValue(const std::string &addr, in OnGetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 106 service->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, label, context); in OnGetPlayerAppSettingCurrentValue() 1317 void AvrcpTgService::OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::deque<uint8_t> &attributes, in OnGetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpTgService
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 100 void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, 103 impl_->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, result); 408 void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, in OnGetPlayerAppSettingCurrentValue() function 416 observer->OnGetPlayerAppSettingCurrentValue(rawAddr, in OnGetPlayerAppSettingCurrentValue()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 86 virtual void OnGetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1000 void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes,
|
H A D | avrcp_ct_service.cpp | 38 std::bind(&AvrcpCtService::OnGetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpCtService() 1100 void AvrcpCtService::OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, in OnGetPlayerAppSettingCurrentValue() function in OHOS::bluetooth::AvrcpCtService 1107 myObserver_->OnGetPlayerAppSettingCurrentValue(rawAddr, attributes, values, result); in OnGetPlayerAppSettingCurrentValue()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 141 void OnGetPlayerAppSettingCurrentValue(const RawAddress &rawAddr, const std::vector<uint8_t> attributes, 148 impl_->OnGetPlayerAppSettingCurrentValue(device, attributes, values, static_cast<int>(result)); 548 void OnGetPlayerAppSettingCurrentValue( in OnGetPlayerAppSettingCurrentValue() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 286 stub->OnGetPlayerAppSettingCurrentValue(RawAddress(addr), attrbutes, values, result); in OnGetPlayerAppSettingCurrentValueInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 288 void BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingCurrentValue( in OnGetPlayerAppSettingCurrentValue() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy 293 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write interface token failed."); in OnGetPlayerAppSettingCurrentValue() 298 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write result failed"); in OnGetPlayerAppSettingCurrentValue() 307 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write result failed"); in OnGetPlayerAppSettingCurrentValue() 316 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write result failed"); in OnGetPlayerAppSettingCurrentValue() 321 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write result failed"); in OnGetPlayerAppSettingCurrentValue() 331 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetPlayerAppSettingCurrentValue done fail, error: %{public}d", error); in OnGetPlayerAppSettingCurrentValue() 369 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write interface token failed."); in OnGetPlayerAppSettingAttributeText() 374 HILOGE("[OnGetPlayerAppSettingCurrentValue] fail: write result failed"); in OnGetPlayerAppSettingAttributeText() 383 HILOGE("[OnGetPlayerAppSettingCurrentValue] fai in OnGetPlayerAppSettingAttributeText() [all...] |