Home
last modified time | relevance | path

Searched refs:IDMCallbackDeathRecipient (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h64 class IDMCallbackDeathRecipient : public IRemoteObject::DeathRecipient { class
66 IDMCallbackDeathRecipient(uint32_t userId);
79 void SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient);
91 sptr<IDMCallbackDeathRecipient> deathRecipient_ = nullptr;
101 void SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient);
116 sptr<IDMCallbackDeathRecipient> deathRecipient_ = nullptr;
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp207 void IDMCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
215 IDMCallbackDeathRecipient::IDMCallbackDeathRecipient(uint32_t userId) : userId_(userId) in IDMCallbackDeathRecipient() function in OHOS::AccountSA::IDMCallbackDeathRecipient
223 void AddCredCallback::SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient) in SetDeathRecipient()
311 void UpdateCredCallback::SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &deathRecipient) in SetDeathRecipient()
H A Dinner_account_iam_manager.cpp114 sptr<IDMCallbackDeathRecipient> deathRecipient = new (std::nothrow) IDMCallbackDeathRecipient(userId); in AddCredential()
154 sptr<IDMCallbackDeathRecipient> deathRecipient = new (std::nothrow) IDMCallbackDeathRecipient(userId); in UpdateCredential()

Completed in 4 milliseconds