Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp55 if (kvStoreDeathRecipient_ == nullptr) { in Init()
56 kvStoreDeathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new KvStoreDeathRecipient()); in Init()
102 proxy->AddDeathRecipient(kvStoreDeathRecipient_); in WaitKvDataService()
184 if (kvStoreDeathRecipient_ != nullptr) { in NotifyRemoteDied()
185 remote->RemoveDeathRecipient(kvStoreDeathRecipient_); in NotifyRemoteDied()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_data_storage.h115 sptr<IRemoteObject::DeathRecipient> kvStoreDeathRecipient_; variable