Searched refs:IDMCallbackDeathRecipient (Results 1 – 3 of 3) sorted by relevance
66 class IDMCallbackDeathRecipient : public IRemoteObject::DeathRecipient {68 IDMCallbackDeathRecipient(uint32_t userId);81 void SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient);88 sptr<IDMCallbackDeathRecipient> deathRecipient_ = nullptr;98 void SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient);105 sptr<IDMCallbackDeathRecipient> deathRecipient_ = nullptr;
186 void IDMCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()194 IDMCallbackDeathRecipient::IDMCallbackDeathRecipient(uint32_t userId) : userId_(userId) in IDMCallbackDeathRecipient() function in OHOS::AccountSA::IDMCallbackDeathRecipient202 void AddCredCallback::SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient) in SetDeathRecipient()285 void UpdateCredCallback::SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient) in SetDeathRecipient()
90 …sptr<IDMCallbackDeathRecipient> deathRecipient = new (std::nothrow) IDMCallbackDeathRecipient(user… in AddCredential()125 …sptr<IDMCallbackDeathRecipient> deathRecipient = new (std::nothrow) IDMCallbackDeathRecipient(user… in UpdateCredential()