Home
last modified time | relevance | path

Searched refs:OnGetItemAttributes (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h60 virtual void OnGetItemAttributes(const RawAddress &rawAddr,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h57 void OnGetItemAttributes(const RawAddress &rawAddr,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h437 virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
H A Dinterface_profile_avrcp_ct.h419 virtual void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h302 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 Davrcp_tg_service.cpp245 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 Dbluetooth_avrcp_ct_server.cpp162 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 Dmedia_service.h115 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 Davrcp_ct_service.h1326 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attributes,
H A Davrcp_ct_service.cpp48 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 Dbluetooth_avrcp_ct.cpp275 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 Dbluetooth_avrcp_ct_observer_stub.cpp455 stub->OnGetItemAttributes(RawAddress(addr), attribtues, valueNames, result, detail); in OnGetItemAttributesInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp611 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()

Completed in 26 milliseconds