Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp206 class GattServerCallbackDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
208 GattServerCallbackDeathRecipient(
224 sptr<GattServerCallbackDeathRecipient> deathRecipient_;
231 : callback_(callback), deathRecipient_(new GattServerCallbackDeathRecipient(callback, owner)) in GattServerCallbackImpl()
242 BluetoothGattServerServer::impl::GattServerCallbackImpl::GattServerCallbackDeathRecipient::
243 GattServerCallbackDeathRecipient( in GattServerCallbackDeathRecipient() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl::GattServerCallbackDeathRecipient
248 void BluetoothGattServerServer::impl::GattServerCallbackImpl::GattServerCallbackDeathRecipient::OnR… in OnRemoteDied()
258 sptr<GattServerCallbackDeathRecipient> dr = (*it)->deathRecipient_; in OnRemoteDied()