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:sourceUserId
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
session_manager.cpp
44
session.
sourceUserId
= from.userId;
in GetSession()
120
ret = SetValue(node[GET_NAME(
sourceUserId
)],
sourceUserId
) && ret;
in Marshal()
131
ret = GetValue(node, GET_NAME(
sourceUserId
),
sourceUserId
) && ret;
in Unmarshal()
H
A
D
route_head_handler_impl.cpp
70
session_.
sourceUserId
, Anonymous::Change(session_.targetDeviceId).c_str());
in Init()
177
userPair->
sourceUserId
= HostToNet(session_.
sourceUserId
);
in PackDataBody()
211
SessionPoint peer { .deviceId = session_.sourceDeviceId, .userId = session_.
sourceUserId
, .appId = session_.appId };
in ParseHeadData()
214
session_.
sourceUserId
, Anonymous::Change(session_.targetDeviceId).c_str());
in ParseHeadData()
287
session_.
sourceUserId
= NetToHost(userPair->
sourceUserId
);
in UnPackDataBody()
H
A
D
session_manager.h
36
uint32_t
sourceUserId
;
member in OHOS::DistributedData::Session
H
A
D
route_head_handler_impl.h
47
uint32_t
sourceUserId
;
member
Completed in 3 milliseconds