/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 74 virtual void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 72 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 226 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) override in OnUidChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl 228 impl_->OnUidChanged(rawAddr, uidCounter, result); in OnUidChanged() 720 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) in OnUidChanged() function 728 observer->OnUidChanged(rawAddr, in OnUidChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 555 virtual void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 1510 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) const;
|
H A D | avrcp_ct_service.cpp | 62 std::bind(&AvrcpCtService::OnUidChanged, this, _1, _2, _3), in AvrcpCtService() 2136 void AvrcpCtService::OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) const in OnUidChanged() function in OHOS::bluetooth::AvrcpCtService 2142 myObserver_->OnUidChanged(rawAddr, uidCounter, result); in OnUidChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 414 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) override in OnUidChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl 420 … impl_->OnUidChanged(device, static_cast<uint16_t>(uidCounter), static_cast<int>(result)); in OnUidChanged() 858 void OnUidChanged(const BluetoothRemoteDevice &device, uint16_t uidCounter, int result) in OnUidChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 593 stub->OnUidChanged(RawAddress(addr), uidCounter, result); in OnUidChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 985 void BluetoothAvrcpCtObserverProxy::OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, in… in OnUidChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|