Home
last modified time | relevance | path

Searched refs:deathRecipientPtr (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp71 sptr<ClientAdaptor::ServiceDeathRecipient> deathRecipientPtr = new (std::nothrow)ServiceDeathRecipient(); in GetDistributedDataManager() local
72 if (deathRecipientPtr == nullptr) { in GetDistributedDataManager()
73 LOG_ERROR("new deathRecipientPtr fail!"); in GetDistributedDataManager()
76 if (!remoteObject->AddDeathRecipient(deathRecipientPtr)) { in GetDistributedDataManager()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.cpp76 sptr<UdmfServiceClient::ServiceDeathRecipient> deathRecipientPtr = new (std::nothrow)ServiceDeathRecipient(); in GetDistributedKvDataService() local
77 if (deathRecipientPtr == nullptr) { in GetDistributedKvDataService()
80 if ((remote->IsProxyObject()) && (!remote->AddDeathRecipient(deathRecipientPtr))) { in GetDistributedKvDataService()

Completed in 1 milliseconds