Home
last modified time | relevance | path

Searched refs:SessionServerDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session.h43 class SessionServerDeathRecipient : public IRemoteObject::DeathRecipient {
45 explicit SessionServerDeathRecipient(const std::string &sessionId);
46 ~SessionServerDeathRecipient() override = default;
101 sptr<SessionServerDeathRecipient> serverDeathRecipient_ = nullptr;
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session.cpp44 SessionServerDeathRecipient::SessionServerDeathRecipient(const std::string &sessionId) : sessionId_… in SessionServerDeathRecipient() function in OHOS::AccountSA::SessionServerDeathRecipient
47 void SessionServerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
96 serverDeathRecipient_ = new (std::nothrow) SessionServerDeathRecipient(sessionId_); in Init()
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp125 new (std::nothrow) SessionServerDeathRecipient(SESSION_ID);
390 SessionServerDeathRecipient testSessionServerDeathRecipient(sessionId);
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map234 …"OHOS::AccountSA::SessionServerDeathRecipient::OnRemoteDied(OHOS::wptr<OHOS::IRemoteObject> const&…
235 …"OHOS::AccountSA::SessionServerDeathRecipient::SessionServerDeathRecipient(std::__h::basic_string<…
241 "VTT for OHOS::AccountSA::SessionServerDeathRecipient";
242 "vtable for OHOS::AccountSA::SessionServerDeathRecipient";