Home
last modified time | relevance | path

Searched refs:serverDeathRecipient_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session.cpp96 serverDeathRecipient_ = new (std::nothrow) SessionServerDeathRecipient(sessionId_); in Init()
99 || (serverDeathRecipient_ == nullptr) || (authenticatorCb_ == nullptr)) { in Init()
102 serverDeathRecipient_ = nullptr; in Init()
144 authenticatorProxy_->AsObject()->RemoveDeathRecipient(serverDeathRecipient_); in Close()
186 authenticatorProxy_->AsObject()->AddDeathRecipient(serverDeathRecipient_); in OnAbilityConnectDone()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session.h101 sptr<SessionServerDeathRecipient> serverDeathRecipient_ = nullptr; variable
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp124 appAccountAuthenticatorSessionPtr_->serverDeathRecipient_ =
126 ASSERT_NE(nullptr, appAccountAuthenticatorSessionPtr_->serverDeathRecipient_);