Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetSession
(Results
1 - 8
of
8
) sorted by relevance
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_authenticator_session_manager.cpp
181
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
D
app_account_authenticator_session_manager_module_test.cpp
295
* @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
D
stream_server.cpp
78
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
D
devicestatus_service.cpp
1027
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
D
stream_server.h
33
SessionPtr
GetSession
(int32_t fd);
/base/sensors/sensor/services/src/
H
A
D
stream_server.cpp
59
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
D
app_account_authenticator_session_manager.h
61
std::shared_ptr<AppAccountAuthenticatorSession>
GetSession
(const std::string &sessionId);
/base/msdp/device_status/services/native/include/
H
A
D
stream_server.h
58
SessionPtr
GetSession
(int32_t fd) const;
Completed in 7 milliseconds