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:SWITCH_OFF
(Results
1 - 10
of
10
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H
A
D
input_manager_listener.cpp
61
if (switchValue == MMI::SwitchEvent::
SWITCH_OFF
) {
in OnCallbackEvent()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
switch_event.h
28
static constexpr int32_t
SWITCH_OFF
= 1;
member in OHOS::MMI::SwitchEvent
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H
A
D
cloud_service.h
68
SWITCH_OFF
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H
A
D
switch_status_collector.cpp
125
if (charValue != SWITCH_ON && charValue !=
SWITCH_OFF
) {
in GenerateSwitchProfiles()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H
A
D
js_config.cpp
69
: CloudService::Switch::
SWITCH_OFF
;
in EnableCloud()
172
ctxt->state = state ? CloudService::Switch::SWITCH_ON : CloudService::Switch::
SWITCH_OFF
;
in ChangeAppCloudSwitch()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H
A
D
distributed_device_profile_constants.h
357
const std::string
SWITCH_OFF
= "0";
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
cloud_service_stub.cpp
114
int32_t appSwitch =
SWITCH_OFF
;
in OnChangeAppSwitch()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
882
inputManagerListener->OnCallbackEvent(MMI::SwitchEvent::
SWITCH_OFF
);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H
A
D
profile_cache.cpp
610
(charProfile.GetCharacteristicValue() !=
SWITCH_OFF
&&
in IsSwitchValid()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
cloud_data_test.cpp
960
ret = cloudServiceImpl_->ChangeAppSwitch(TEST_CLOUD_ID, TEST_CLOUD_BUNDLE, CloudData::CloudService::
SWITCH_OFF
);
in HWTEST_F()
Completed in 10 milliseconds