Home
last modified time | relevance | path

Searched refs:OnChangePath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h375 …virtual void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, int statu…
H A Dinterface_profile_avrcp_ct.h351 …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 Davrcp_tg_service.h249 …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 Davrcp_tg_service.cpp190 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 Dmedia_service.h107 …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 Davrcp_ct_service.h1254 void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int detail) const;
H A Davrcp_ct_service.cpp46 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 Dbluetooth_avrcp_ct_server.cpp145 … void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int detail) override in OnChangePath() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl