Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h29 class AuthCallbackDeathRecipient : public IRemoteObject::DeathRecipient { class
31 AuthCallbackDeathRecipient() = default;
32 ~AuthCallbackDeathRecipient() override = default;
48 void SetDeathRecipient(const sptr<AuthCallbackDeathRecipient> &deathRecipient);
61 sptr<AuthCallbackDeathRecipient> deathRecipient_ = nullptr;
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp42 void AuthCallbackDeathRecipient::SetContextId(uint16_t contextId) in SetContextId()
47 void AuthCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
112 void AuthCallback::SetDeathRecipient(const sptr<AuthCallbackDeathRecipient> &deathRecipient) in SetDeathRecipient()
H A Dinner_account_iam_manager.cpp332 sptr<AuthCallbackDeathRecipient> deathRecipient = new (std::nothrow) AuthCallbackDeathRecipient(); in AuthUser()

Completed in 4 milliseconds