Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session.h54 class SessionConnection : public AAFwk::AbilityConnectionStub {
56 explicit SessionConnection(const std::string &sessionId);
57 ~SessionConnection() override;
99 sptr<SessionConnection> conn_ = nullptr;
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session.cpp53 SessionConnection::SessionConnection(const std::string &sessionId) : sessionId_(sessionId) in SessionConnection() function in OHOS::AccountSA::SessionConnection
56 SessionConnection::~SessionConnection() in ~SessionConnection()
59 void SessionConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
66 void SessionConnection::OnAbilityDisconnectDone(const AppExecFwk::ElementName &element, int resultC… in OnAbilityDisconnectDone()
94 conn_ = new (std::nothrow) SessionConnection(sessionId_); in Init()
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp162 appAccountAuthenticatorSessionPtr_->conn_ = new (std::nothrow) SessionConnection(SESSION_ID);
/ohos5.0/base/account/os_account/services/accountmgr/
H A Dlibaccountmgr.map233 …"OHOS::AccountSA::SessionConnection::SessionConnection(std::__h::basic_string<char, std::__h::char…