Searched refs:kvStoreDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance
55 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()
115 sptr<IRemoteObject::DeathRecipient> kvStoreDeathRecipient_; variable