Searched refs:GattConnectionObserverImplement (Results 1 – 4 of 4) sorted by relevance
50 class GattConnectionObserverImplement;56 std::unique_ptr<GattConnectionObserverImplement> connectionObserver_ = {nullptr};448 class GattServerService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerService::impl484 explicit GattConnectionObserverImplement(GattServerService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerService::impl::GattConnectionObserverImplement486 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()621 connectionObserver_(std::make_unique<GattConnectionObserverImplement>(service)), in impl()
84 class GattConnectionObserverImplement;90 std::unique_ptr<GattConnectionObserverImplement> connectionObserver_ = {nullptr};421 class GattClientService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientService::impl456 explicit GattConnectionObserverImplement(GattClientService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientService::impl::GattConnectionObserverImplement458 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()571 connectionObserver_(std::make_unique<GattConnectionObserverImplement>(service)) in impl()
26 class GattConnectionObserverImplement;30 connectionCallBack_(std::make_unique<GattConnectionObserverImplement>(profile)), in impl()40 std::unique_ptr<GattConnectionObserverImplement> connectionCallBack_ = {};1833 class GattServerProfile::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerProfile::impl1857 … GattConnectionObserverImplement(GattServerProfile &serverProfile) : serverProfile_(serverProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerProfile::impl::GattConnectionObserverImplement1859 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()
28 class GattConnectionObserverImplement;37 std::unique_ptr<GattConnectionObserverImplement> connectionCallBack_ = {};42 connectionCallBack_(std::make_unique<GattConnectionObserverImplement>(profile)) in impl()2394 class GattClientProfile::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientProfile::impl2422 … GattConnectionObserverImplement(GattClientProfile &clientProfile) : clientProfile_(clientProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientProfile::impl::GattConnectionObserverImplement2424 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()