Home
last modified time | relevance | path

Searched refs:GetSession (Results 1 - 8 of 8) sorted by relevance

/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session_manager.cpp181 std::shared_ptr<AppAccountAuthenticatorSession> AppAccountAuthenticatorSessionManager::GetSession( in GetSession() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
228 auto session = GetSession(sessionId); in OnSessionServerDied()
237 auto session = GetSession(sessionId); in OnSessionAbilityConnectDone()
246 auto session = GetSession(sessionId); in OnSessionAbilityDisconnectDone()
255 auto session = GetSession(sessionId); in OnSessionResult()
264 auto session = GetSession(sessionId); in OnSessionRequestRedirected()
272 auto session = GetSession(sessionId); in OnSessionRequestContinued()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_manager_module_test.cpp295 * @tc.desc: test session manager func GetSession normal branch.
304 auto sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
312 sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
359 auto sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
365 sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
411 auto sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
438 auto sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
444 sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
481 auto sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionId); in HWTEST_F()
528 auto sessionPtr = appAccountAuthenticatorSessionManagerPtr_->GetSession(sessionI in HWTEST_F()
[all...]
/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp78 auto ses = GetSession(fd); in SendMsg()
185 auto secPtr = GetSession(fd); in ReleaseSession()
206 auto sess = GetSession(fd); in OnPacket()
271 SessionPtr StreamServer::GetSession(int32_t fd) const in GetSession() function in OHOS::Msdp::DeviceStatus::StreamServer
289 return GetSession(fd); in GetSessionByPid()
H A Ddevicestatus_service.cpp1027 SessionPtr sess = GetSession(GetClientFd(pid)); in OnRegisterCoordinationListener()
1040 SessionPtr sess = GetSession(GetClientFd(pid)); in OnUnregisterCoordinationListener()
1059 SessionPtr sess = GetSession(GetClientFd(pid)); in OnPrepareCoordination()
1079 SessionPtr sess = GetSession(GetClientFd(pid)); in OnUnprepareCoordination()
1092 SessionPtr sess = GetSession(GetClientFd(pid)); in OnActivateCoordination()
1106 SessionPtr sess = GetSession(GetClientFd(pid)); in OnDeactivateCoordination()
1121 SessionPtr sess = GetSession(GetClientFd(pid)); in OnGetCoordinationState()
1141 auto sess = GetSession(GetClientFd(pid)); in OnAddHotAreaListener()
1154 auto sess = GetSession(GetClientFd(pid)); in OnRemoveHotAreaListener()
/base/sensors/sensor/services/include/
H A Dstream_server.h33 SessionPtr GetSession(int32_t fd);
/base/sensors/sensor/services/src/
H A Dstream_server.cpp59 SessionPtr StreamServer::GetSession(int32_t fd) in GetSession() function in OHOS::Sensors::StreamServer
78 return GetSession(fd); in GetSessionByPid()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session_manager.h61 std::shared_ptr<AppAccountAuthenticatorSession> GetSession(const std::string &sessionId);
/base/msdp/device_status/services/native/include/
H A Dstream_server.h58 SessionPtr GetSession(int32_t fd) const;

Completed in 7 milliseconds