Searched refs:GattServerCallbackImpl (Results 1 – 7 of 7) sorted by relevance
40 class GattServerCallbackImpl;45 std::list<std::shared_ptr<GattServerCallbackImpl>> callbacks_;84 class BluetoothGattServerServer::impl::GattServerCallbackImpl : public bluetooth::IGattServerCallba… class in OHOS::Bluetooth::BluetoothGattServerServer::impl195 …GattServerCallbackImpl(const sptr<IBluetoothGattServerCallback> &callback, BluetoothGattServerServ…196 ~GattServerCallbackImpl() in ~GattServerCallbackImpl()229 BluetoothGattServerServer::impl::GattServerCallbackImpl::GattServerCallbackImpl( in GattServerCallbackImpl() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl242 BluetoothGattServerServer::impl::GattServerCallbackImpl::GattServerCallbackDeathRecipient::248 void BluetoothGattServerServer::impl::GattServerCallbackImpl::GattServerCallbackDeathRecipient::OnR… in OnRemoteDied()479 pimpl->callbacks_.begin(), std::make_shared<impl::GattServerCallbackImpl>(callback, *this)); in RegisterApplication()
60 class GattServerCallbackImpl; variable68 std::shared_ptr<GattServerCallbackImpl> serviceCallback_;
38 class GenericAccessService::GattServerCallbackImpl : public IGattServerCallback { class in OHOS::bluetooth::GenericAccessService79 explicit GattServerCallbackImpl(const GenericAccessService &service) : service_(service) in GattServerCallbackImpl() function in OHOS::bluetooth::GenericAccessService::GattServerCallbackImpl81 ~GattServerCallbackImpl() in ~GattServerCallbackImpl()151 : serviceCallback_(std::make_shared<GattServerCallbackImpl>(*this)), in GenericAccessService()
51 class GattServerCallbackImpl; variable63 std::shared_ptr<GattServerCallbackImpl> serviceCallback_;
35 serviceCallback_(std::make_shared<GattServerCallbackImpl>(*this)) in GenericAttributeService()45 class GenericAttributeService::GattServerCallbackImpl : public IGattServerCallback { class in OHOS::bluetooth::GenericAttributeService71 explicit GattServerCallbackImpl(GenericAttributeService &service) : service_(service) in GattServerCallbackImpl() function in OHOS::bluetooth::GenericAttributeService::GattServerCallbackImpl73 ~GattServerCallbackImpl() in ~GattServerCallbackImpl()
72 class GattServerCallbackImpl; variable78 std::shared_ptr<GattServerCallbackImpl> serviceCallback_;
47 : serverService_(service), serviceCallback_(std::make_shared<GattServerCallbackImpl>(*this)) in DeviceInformationService()55 class DeviceInformationService::GattServerCallbackImpl : public IGattServerCallback { class in OHOS::bluetooth::DeviceInformationService92 explicit GattServerCallbackImpl(const DeviceInformationService &service) : service_(service) in GattServerCallbackImpl() function in OHOS::bluetooth::DeviceInformationService::GattServerCallbackImpl94 ~GattServerCallbackImpl() in ~GattServerCallbackImpl()