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
defs:sess
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/sensor/services/src/
H
A
D
stream_server.cpp
97
SessionPtr
sess
= nullptr;
in AddSocketPairInfo()
local
128
bool StreamServer::AddSession(SessionPtr
sess
)
in AddSession()
argument
H
A
D
sensor_service.cpp
580
auto
sess
= GetSessionByPid(pid);
in ReportActiveInfo()
local
/base/update/updateservice/frameworks/js/napi/update/common/src/
H
A
D
iupdater.cpp
44
std::shared_ptr<BaseSession>
sess
= std::make_shared<UpdateListener>(this, sessionParams, argc, false);
in On()
local
111
std::shared_ptr<BaseSession>
sess
= nullptr;
in StartSession()
local
[all...]
/base/update/updateservice/frameworks/js/napi/session/src/
H
A
D
napi_session.cpp
82
auto
sess
= reinterpret_cast<NapiSession *>(data);
in CompleteWork()
local
96
auto
sess
= reinterpret_cast<NapiSession *>(data);
in ExecuteWork()
local
[all...]
/base/msdp/device_status/services/native/src/
H
A
D
stream_server.cpp
114
SessionPtr
sess
= nullptr;
in AddSocketPairInfo()
local
206
auto
sess
= GetSession(fd);
in OnPacket()
local
H
A
D
devicestatus_service.cpp
1027
SessionPtr
sess
= GetSession(GetClientFd(pid));
in OnRegisterCoordinationListener()
local
1040
SessionPtr
sess
= GetSession(GetClientFd(pid));
in OnUnregisterCoordinationListener()
local
1059
SessionPtr
sess
= GetSession(GetClientFd(pid));
in OnPrepareCoordination()
local
1079
SessionPtr
sess
= GetSession(GetClientFd(pid));
OnUnprepareCoordination()
local
1092
SessionPtr
sess
= GetSession(GetClientFd(pid));
OnActivateCoordination()
local
1106
SessionPtr
sess
= GetSession(GetClientFd(pid));
OnDeactivateCoordination()
local
1121
SessionPtr
sess
= GetSession(GetClientFd(pid));
OnGetCoordinationState()
local
1141
auto
sess
= GetSession(GetClientFd(pid));
OnAddHotAreaListener()
local
1154
auto
sess
= GetSession(GetClientFd(pid));
OnRemoveHotAreaListener()
local
[all...]
Completed in 6 milliseconds