Searched refs:GattClientCallbackImpl (Results 1 – 1 of 1) sorted by relevance
40 class GattClientCallbackImpl;45 std::list<std::unique_ptr<GattClientCallbackImpl>> callbacks_;85 class BluetoothGattClientServer::impl::GattClientCallbackImpl : public IGattClientCallback { class in OHOS::Bluetooth::BluetoothGattClientServer::impl188 …GattClientCallbackImpl(const sptr<IBluetoothGattClientCallback> &callback, BluetoothGattClientServ…189 ~GattClientCallbackImpl() in ~GattClientCallbackImpl()221 BluetoothGattClientServer::impl::GattClientCallbackImpl::GattClientCallbackImpl( in GattClientCallbackImpl() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl231 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()