Home
last modified time | relevance | path

Searched refs:GattConnectionObserverImplement (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp50 class GattConnectionObserverImplement;
56 std::unique_ptr<GattConnectionObserverImplement> connectionObserver_ = {nullptr};
448 class GattServerService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerService::impl
484 explicit GattConnectionObserverImplement(GattServerService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerService::impl::GattConnectionObserverImplement
486 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()
621 connectionObserver_(std::make_unique<GattConnectionObserverImplement>(service)), in impl()
H A Dgatt_client_service.cpp84 class GattConnectionObserverImplement;
90 std::unique_ptr<GattConnectionObserverImplement> connectionObserver_ = {nullptr};
421 class GattClientService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientService::impl
456 explicit GattConnectionObserverImplement(GattClientService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientService::impl::GattConnectionObserverImplement
458 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()
571 connectionObserver_(std::make_unique<GattConnectionObserverImplement>(service)) in impl()
H A Dgatt_server_profile.cpp26 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::impl
1857GattConnectionObserverImplement(GattServerProfile &serverProfile) : serverProfile_(serverProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerProfile::impl::GattConnectionObserverImplement
1859 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()
H A Dgatt_client_profile.cpp28 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::impl
2422GattConnectionObserverImplement(GattClientProfile &clientProfile) : clientProfile_(clientProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientProfile::impl::GattConnectionObserverImplement
2424 ~GattConnectionObserverImplement() in ~GattConnectionObserverImplement()