Home
last modified time | relevance | path

Searched refs:OnUidChanged (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h74 virtual void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h72 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h555 virtual void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp226 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) override
228 impl_->OnUidChanged(rawAddr, uidCounter, result);
720 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) in OnUidChanged() function
728 observer->OnUidChanged(rawAddr, in OnUidChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1510 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) const;
H A Davrcp_ct_service.cpp62 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()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp411 void OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) override
417 impl_->OnUidChanged(device, static_cast<uint16_t>(uidCounter), static_cast<int>(result));
855 void OnUidChanged(const BluetoothRemoteDevice &device, uint16_t uidCounter, int result) in OnUidChanged() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp590 stub->OnUidChanged(RawAddress(addr), uidCounter, result); in OnUidChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp985 void BluetoothAvrcpCtObserverProxy::OnUidChanged(const RawAddress &rawAddr, uint16_t uidCounter, int result) in OnUidChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
989 HILOGE("[OnUidChanged] fail: write interface token failed."); in OnUidChanged()
994 HILOGE("[OnUidChanged] fail: write result failed"); in OnUidChanged()
999 HILOGE("[OnUidChanged] fail: write result failed"); in OnUidChanged()
1004 HILOGE("[OnUidChanged] fail: write result failed"); in OnUidChanged()
1013 HILOGE("BluetoothAvrcpCtObserverProxy::OnUidChanged done fail, error: %{public}d", error); in OnUidChanged()

Completed in 14 milliseconds