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:targetDevices
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_kv_syncer.cpp
279
std::vector<std::string>
targetDevices
;
in TriggerSubQuerySync()
local
280
targetDevices
.push_back(device);
in TriggerSubQuerySync()
281
param.devices =
targetDevices
;
in TriggerSubQuerySync()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H
A
D
device_profile_storage.cpp
354
std::vector<std::string>
targetDevices
;
in GetOnlineDevices()
local
363
targetDevices
.push_back(dmDeviceInfo.networkId);
in GetOnlineDevices()
365
HILOGI("online device size is %{public}zu",
targetDevices
.size());
in GetOnlineDevices()
366
return
targetDevices
;
in GetOnlineDevices()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
sync_engine.cpp
768
std::string
targetDevices
;
in SetEqualIdentifier()
local
770
targetDevices
+= DBCommon::StringMasking(dev) + ",";
in SetEqualIdentifier()
772
LOGI("[SyncEngine] set equal identifier=%.3s, original=%.3s,
targetDevices
=%s",
in SetEqualIdentifier()
774
targetDevices
.substr(0, (
targetDevices
.size() > 0 ?
targetDevices
.size() - 1 : 0)).c_str());
in SetEqualIdentifier()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.h
101
void CheckTargetDevicesState(std::vector<Device*>
targetDevices
);
H
A
D
input_hub.cpp
1596
void InputHub::CheckTargetDevicesState(std::vector<InputHub::Device*>
targetDevices
)
in CheckTargetDevicesState()
argument
1600
for (const auto *dev :
targetDevices
) {
in CheckTargetDevicesState()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
85
std::vector<std::string>
targetDevices
;
in GetOnlineDevices()
local
93
targetDevices
.push_back(dmDeviceInfo.networkId);
in GetOnlineDevices()
95
return
targetDevices
;
in GetOnlineDevices()
Completed in 8 milliseconds