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:cloudSwitch
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H
A
D
cloud_info.cpp
57
SetValue(node[GET_NAME(
cloudSwitch
)],
cloudSwitch
);
in Marshal()
67
GetValue(node, GET_NAME(
cloudSwitch
),
cloudSwitch
);
in Unmarshal()
129
return it != apps.end() && it->second.instanceId == instanceId && it->second.
cloudSwitch
;
in IsOn()
135
if (app.
cloudSwitch
) {
in IsAllSwitchOff()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
cloud_test.cpp
165
appInfo.
cloudSwitch
= false;
in HWTEST_F()
198
appInfo.
cloudSwitch
= true;
in HWTEST_F()
268
cloudInfoAppInfo1.
cloudSwitch
= false;
in HWTEST_F()
329
appInfo.
cloudSwitch
= true;
in HWTEST_F()
402
appInfo.
cloudSwitch
= true;
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H
A
D
cloud_info.h
30
bool
cloudSwitch
= false;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H
A
D
cloud_ext_types.h
467
bool *
cloudSwitch
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_impl.cpp
118
cloudInfo.apps[bundle].
cloudSwitch
= (value == SWITCH_ON);
in EnableCloud()
180
cloudInfo.apps[bundleName].
cloudSwitch
= (appSwitch == SWITCH_ON);
in ChangeAppSwitch()
304
if (!cloudInfo.apps[bundleName].
cloudSwitch
) {
in CheckNotifyConditions()
1076
auto enabled = cloudInfo.enableCloud && app.
cloudSwitch
;
in DoSubscribe()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
cloud_service_impl_test.cpp
476
appInfo.
cloudSwitch
= false;
in HWTEST_F()
H
A
D
cloud_data_test.cpp
157
appInfo.
cloudSwitch
= true;
in GetServerInfo()
237
appInfo.
cloudSwitch
= true;
in InitCloudInfo()
512
info.apps[TEST_CLOUD_BUNDLE].
cloudSwitch
= false;
in HWTEST_F()
1806
appInfo.
cloudSwitch
= true;
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
extension_util.cpp
422
OhCloudExtAppInfoGetCloudSwitch(appInfo, &info.
cloudSwitch
);
in ConvertAppInfo()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H
A
D
cloud_extension_stub.js
168
u.writeInt(t1.
cloudSwitch
? 1 : 0);
Completed in 11 milliseconds