/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 375 …virtual void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, int statu…
|
H A D | interface_profile_avrcp_ct.h | 351 …virtual void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int detail) …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 249 …void OnChangePath(const std::string &addr, uint32_t numOfItems, uint8_t label, int status) overrid… 744 …void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, int status) overr…
|
H A D | avrcp_tg_service.cpp | 190 void AvrcpTgService::ObserverImpl::OnChangePath(const std::string &addr, uint32_t numOfItems, uint8… in OnChangePath() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl 198 service->OnChangePath(rawAddr, numOfItems, label, status); in OnChangePath() 1771 void AvrcpTgService::OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, in… 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 | 107 …virtual void OnChangePath(const std::string &addr, uint32_t numOfItems, uint8_t label, int status)…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1254 void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int detail) const;
|
H A D | avrcp_ct_service.cpp | 46 std::bind(&AvrcpCtService::OnChangePath, this, _1, _2, _3, _4), in AvrcpCtService() 1670 void AvrcpCtService::OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int d… in OnChangePath() function in OHOS::bluetooth::AvrcpCtService 1676 myObserver_->OnChangePath(rawAddr, numOfItems, result, detail); in OnChangePath()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 145 … void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int detail) override in OnChangePath() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
|