Home
last modified time | relevance | path

Searched refs:OnPlayItem (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h57 virtual void OnPlayItem(const RawAddress &rawAddr, int status, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h54 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h330 virtual void OnPlayItem(const RawAddress &rawAddr, uint8_t label, int status) = 0;
H A Dinterface_profile_avrcp_ct.h329 virtual void OnPlayItem(const RawAddress &rawAddr, int result, int detail) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp135 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override in OnPlayItem() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
137 impl_->OnPlayItem(rawAddr, status, result); in OnPlayItem()
496 void OnPlayItem(const RawAddress &rawAddr, int result, int detail) in OnPlayItem() function
504 observer->OnPlayItem(rawAddr, in OnPlayItem()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h214 void OnPlayItem(const std::string &addr, uint8_t label, int status) override;
703 void OnPlayItem(const RawAddress &rawAddr, uint8_t label, int status) override;
H A Davrcp_tg_service.cpp169 void AvrcpTgService::ObserverImpl::OnPlayItem(const std::string &addr, uint8_t label, int status) in OnPlayItem() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
176 service->OnPlayItem(rawAddr, label, status); in OnPlayItem()
1675 void AvrcpTgService::OnPlayItem(const RawAddress &rawAddr, uint8_t label, int status) in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h103 virtual void OnPlayItem(const std::string &addr, uint8_t label, int status) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1163 void OnPlayItem(const RawAddress &rawAddr, int result, int detail) const;
H A Davrcp_ct_service.cpp50 std::bind(&AvrcpCtService::OnPlayItem, this, _1, _2, _3), in AvrcpCtService()
1459 void AvrcpCtService::OnPlayItem(const RawAddress &rawAddr, int result, int detail) const in OnPlayItem() function in OHOS::bluetooth::AvrcpCtService
1464 myObserver_->OnPlayItem(rawAddr, result, detail); in OnPlayItem()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp219 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override in OnPlayItem() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
225 impl_->OnPlayItem(device, static_cast<int>(status), static_cast<int>(result)); in OnPlayItem()
633 void OnPlayItem(const BluetoothRemoteDevice &device, int result, int detail) in OnPlayItem() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp414 stub->OnPlayItem(RawAddress(addr), status, result); in OnPlayItemInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp534 void BluetoothAvrcpCtObserverProxy::OnPlayItem(const RawAddress &rawAddr, int status, int result) in OnPlayItem() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy