/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 60 virtual void OnGetItemAttributes(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 57 void OnGetItemAttributes(const RawAddress &rawAddr,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 437 virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
H A D | interface_profile_avrcp_ct.h | 419 virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 302 void OnGetItemAttributes(const std::string &addr, const std::vector<uint32_t> &attributes, 800 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
H A D | avrcp_tg_service.cpp | 245 void AvrcpTgService::ObserverImpl::OnGetItemAttributes(const std::string &addr, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 252 service->OnGetItemAttributes(rawAddr, attributes, values, label, status); in OnGetItemAttributes() 1916 void AvrcpTgService::OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 162 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, 165 impl_->OnGetItemAttributes(rawAddr, attributes, values, result, detail); 552 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() function 561 observer->OnGetItemAttributes(rawAddr, in OnGetItemAttributes()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 115 virtual void OnGetItemAttributes(const std::string &addr, const std::vector<uint32_t> &attributes,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1326 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
|
H A D | avrcp_ct_service.cpp | 48 std::bind(&AvrcpCtService::OnGetItemAttributes, this, _1, _2, _3, _4, _5), in AvrcpCtService() 1801 void AvrcpCtService::OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() function in OHOS::bluetooth::AvrcpCtService 1807 myObserver_->OnGetItemAttributes(rawAddr, attributes, values, result, detail); in OnGetItemAttributes()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 275 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, 283 impl_->OnGetItemAttributes(device, attribtues, values, static_cast<int>(result), static_cast<int>(detail)); 698 void OnGetItemAttributes(const BluetoothRemoteDevice &device, const std::vector<uint32_t> &attributes, in OnGetItemAttributes() function
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 455 stub->OnGetItemAttributes(RawAddress(addr), attribtues, valueNames, result, detail); in OnGetItemAttributesInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 611 void BluetoothAvrcpCtObserverProxy::OnGetItemAttributes(const RawAddress &rawAddr, in OnGetItemAttributes() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy 616 HILOGE("[OnGetItemAttributes] fail: write interface token failed."); in OnGetItemAttributes() 621 HILOGE("[OnGetItemAttributes] fail: write result failed"); in OnGetItemAttributes() 626 HILOGE("[OnGetItemAttributes] fail: write result failed"); in OnGetItemAttributes() 631 HILOGE("[OnGetItemAttributes] fail: write result failed"); in OnGetItemAttributes() 636 HILOGE("[OnGetItemAttributes] fail: write result failed"); in OnGetItemAttributes() 641 HILOGE("[OnGetItemAttributes] fail: write result failed"); in OnGetItemAttributes() 650 HILOGE("BluetoothAvrcpCtObserverProxy::OnGetItemAttributes done fail, error: %{public}d", error); in OnGetItemAttributes()
|