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:switchOn
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H
A
D
plugin_switch.h
31
bool
switchOn
= false;
member
/foundation/multimodalinput/input/service/account_manager/src/
H
A
D
account_manager.cpp
223
bool
switchOn
= true;
in ReadSwitchStatus()
local
225
key,
switchOn
, std::string(buf));
in ReadSwitchStatus()
230
MMI_HILOGI("[AccountSetting] '%{public}s' switch %{public}s", key.c_str(),
switchOn
? "on" : "off");
in ReadSwitchStatus()
231
return
switchOn
;
in ReadSwitchStatus()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H
A
D
plugin_switch.cpp
65
info.
switchOn
= true;
in FillinPluginInfo()
H
A
D
plugin_mgr.cpp
259
if (!info.
switchOn
) {
in LoadPlugin()
583
result.append(info.libPath).append(" ").append(std::to_string(info.
switchOn
)).append("\n");
in DumpAllPluginConfig()
638
if (info.
switchOn
) {
in DumpPluginInfoAppend()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
plugin_mgr_test.cpp
143
EXPECT_TRUE(pluginInfo.
switchOn
);
in HWTEST_F()
147
EXPECT_TRUE(!pluginInfo.
switchOn
);
in HWTEST_F()
605
info.
switchOn
= false;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H
A
D
render_switch.cpp
428
static const int32_t
switchOn
= 1;
in PrepareMultiModalEvent()
431
if (event.GetVoice().action ==
switchOn
) {
in PrepareMultiModalEvent()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
thumbnail_utils.cpp
2441
string
switchOn
= "0";
in IsMobileNetworkEnabled()
local
2443
resultSet->GetString(0,
switchOn
);
in IsMobileNetworkEnabled()
2449
return
switchOn
== "1";
in IsMobileNetworkEnabled()
Completed in 9 milliseconds