Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp40 class GattClientCallbackImpl;
45 std::list<std::unique_ptr<GattClientCallbackImpl>> callbacks_;
85 class BluetoothGattClientServer::impl::GattClientCallbackImpl : public IGattClientCallback { class in OHOS::Bluetooth::BluetoothGattClientServer::impl
188GattClientCallbackImpl(const sptr<IBluetoothGattClientCallback> &callback, BluetoothGattClientServ…
189 ~GattClientCallbackImpl() in ~GattClientCallbackImpl()
221 BluetoothGattClientServer::impl::GattClientCallbackImpl::GattClientCallbackImpl( in GattClientCallbackImpl() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl
231 BluetoothGattClientServer::impl::GattClientCallbackImpl::CallbackDeathRecipient::CallbackDeathRecip… in CallbackDeathRecipient()
236 void BluetoothGattClientServer::impl::GattClientCallbackImpl::CallbackDeathRecipient::OnRemoteDied( in OnRemoteDied()
299 pimpl->callbacks_.begin(), std::make_unique<impl::GattClientCallbackImpl>(callback, *this)); in RegisterApplication()
333 …[appId](const std::unique_ptr<impl::GattClientCallbackImpl> &p) { return p->GetAppId() == appId; }… in DeregisterApplication()