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:userSet
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H
A
D
bundle_overlay_data_manager.cpp
176
auto
userSet
= dataMgr_->GetAllUser();
in BuildInternalOverlayConnection()
local
177
for (const auto &innerUserId :
userSet
) {
in BuildInternalOverlayConnection()
343
auto
userSet
= dataMgr_->GetAllUser();
in SaveInternalOverlayModuleState()
local
344
for (const auto &userId :
userSet
) {
in SaveInternalOverlayModuleState()
740
auto
userSet
= dataMgr_->GetAllUser();
in AddOverlayModuleStates()
local
742
for (const auto &userId :
userSet
) {
in AddOverlayModuleStates()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H
A
D
distributeddb_cloud_kv_syncer_test.cpp
171
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in BlockSync()
172
if (notifyCnt ==
userSet
.size()) {
in BlockSync()
681
std::set<std::string>
userSet
(syncOption.users.begin(), syncOption.users.end());
in HWTEST_F()
682
if (notifyCnt ==
userSet
.size()) {
in HWTEST_F()
H
A
D
distributeddb_cloud_kvstore_test.cpp
177
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in BlockSync()
178
if (notifyCnt ==
userSet
.size()) {
in BlockSync()
273
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in SyncAndGetProcessInfo()
274
if (notifyCnt ==
userSet
.size()) {
in SyncAndGetProcessInfo()
H
A
D
distributeddb_cloud_kv_test.cpp
177
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in BlockSync()
178
if (notifyCnt ==
userSet
.size()) {
in BlockSync()
273
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in SyncAndGetProcessInfo()
274
if (notifyCnt ==
userSet
.size()) {
in SyncAndGetProcessInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
sync_able_kvdb.cpp
563
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in FillSyncInfo()
564
info.users = std::vector<std::string>(
userSet
.begin(),
userSet
.end());
in FillSyncInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H
A
D
cloudsync_fuzzer.cpp
315
std::set<std::string>
userSet
(option.users.begin(), option.users.end());
in KvBlockSync()
316
if (notifyCnt ==
userSet
.size()) {
in KvBlockSync()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
7547
auto
userSet
= GetAllUser();
in BuildExternalOverlayConnection()
local
7548
for (const auto &innerUserId :
userSet
) {
in BuildExternalOverlayConnection()
Completed in 25 milliseconds