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:targetUserIds
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
session_manager.cpp
57
session.
targetUserIds
.push_back(UserDelegate::SYSTEM_USER);
in GetSession()
73
auto it = std::find(session.
targetUserIds
.begin(), session.
targetUserIds
.end(), user.id);
in GetSession()
74
if (it == session.
targetUserIds
.end()) {
in GetSession()
75
session.
targetUserIds
.push_back(user.id);
in GetSession()
121
ret = SetValue(node[GET_NAME(
targetUserIds
)],
targetUserIds
) && ret;
in Marshal()
132
ret = GetValue(node, GET_NAME(
targetUserIds
),
targetUserIds
) && ret;
in Unmarshal()
H
A
D
session_manager.h
37
std::vector<uint32_t>
targetUserIds
;
member in OHOS::DistributedData::Session
43
return !
targetUserIds
.empty();
in IsValid()
H
A
D
route_head_handler_impl.cpp
104
+ session_.
targetUserIds
.size() * sizeof(int) + sizeof(SessionAppId) + session_.appId.size();
in GetHeadDataSize()
178
userPair->targetUserCount = session_.
targetUserIds
.size();
in PackDataBody()
179
for (size_t i = 0; i < session_.
targetUserIds
.size(); ++i) {
in PackDataBody()
180
*(userPair->
targetUserIds
+ i) = HostToNet(session_.
targetUserIds
[i]);
in PackDataBody()
182
ptr += (sizeof(SessionUserPair) + session_.
targetUserIds
.size() * sizeof(int));
in PackDataBody()
215
for (const auto &item : session_.
targetUserIds
) {
in ParseHeadData()
295
session_.
targetUserIds
.push_back(NetToHost(*(userPair->
targetUserIds
+ i)));
in UnPackDataBody()
H
A
D
route_head_handler_impl.h
49
uint32_t
targetUserIds
[0];
member
Completed in 3 milliseconds