/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 57 virtual void OnPlayItem(const RawAddress &rawAddr, int status, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 54 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 330 virtual void OnPlayItem(const RawAddress &rawAddr, uint8_t label, int status) = 0;
|
H A D | interface_profile_avrcp_ct.h | 329 virtual void OnPlayItem(const RawAddress &rawAddr, int result, int detail) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 135 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 D | avrcp_tg_service.h | 214 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 D | avrcp_tg_service.cpp | 169 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 D | media_service.h | 103 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 D | avrcp_ct_service.h | 1163 void OnPlayItem(const RawAddress &rawAddr, int result, int detail) const;
|
H A D | avrcp_ct_service.cpp | 50 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 D | bluetooth_avrcp_ct.cpp | 219 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 414 stub->OnPlayItem(RawAddress(addr), status, result); in OnPlayItemInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 534 void BluetoothAvrcpCtObserverProxy::OnPlayItem(const RawAddress &rawAddr, int status, int result) in OnPlayItem() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|