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
defs:isOn
(Results
1 - 25
of
48
) sorted by relevance
1
2
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
get_radio_state_callback.cpp
24
void GetRadioStateCallback::OnGetRadioStateCallback(const bool
isOn
, const int32_t errorCode)
in OnGetRadioStateCallback()
argument
/third_party/icu/tools/colprobe/
H
A
D
uprinter.h
46
UBool
isOn
(void) {
in isOn()
function in UPrinter
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H
A
D
toggle_model_ng.h
27
ToggleConfiguration(bool enabled, bool
isOn
)
in ToggleConfiguration()
argument
35
bool
isOn
;
member in OHOS::Ace::NG::final
[all...]
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H
A
D
telephony_radio_callback.cpp
58
void GetRadioStateCallback::OnGetRadioStateCallback(const bool
isOn
, const int32_t errorCode)
in OnGetRadioStateCallback()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
toggle_button_model_ng.cpp
35
void ToggleButtonModelNG::SetIsOn(bool
isOn
)
in SetIsOn()
argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
DateRule.java
69
abstract public boolean
isOn
(Date date);
in isOn()
method
H
A
D
Holiday.java
105
public boolean
isOn
(Date date) {
in isOn()
method in Holiday
H
A
D
RangeDateRule.java
115
public boolean
isOn
(Date date) {
in isOn()
method in RangeDateRule
H
A
D
SimpleDateRule.java
115
public boolean
isOn
(Date date)
in isOn()
method in SimpleDateRule
H
A
D
EasterHoliday.java
168
public boolean
isOn
(Date date)
in isOn()
method in EasterRule
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
DateRule.java
71
abstract public boolean
isOn
(Date date);
in isOn()
method
H
A
D
Holiday.java
107
public boolean
isOn
(Date date) {
in isOn()
method in Holiday
H
A
D
RangeDateRule.java
114
public boolean
isOn
(Date date) {
in isOn()
method in RangeDateRule
H
A
D
SimpleDateRule.java
114
public boolean
isOn
(Date date)
in isOn()
method in SimpleDateRule
H
A
D
EasterHoliday.java
170
public boolean
isOn
(Date date)
in isOn()
method in EasterRule
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H
A
D
SoundGenerator.cpp
47
void SoundGenerator::tap(bool
isOn
) {
in tap()
argument
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H
A
D
render_multimodal.cpp
166
void RenderMultimodal::OnSubscriptSwitchChange(bool
isOn
)
in OnSubscriptSwitchChange()
argument
/base/useriam/fingerprint_auth/services_ex/src/
H
A
D
screen_state_monitor.cpp
153
void ScreenStateMonitor::SetScreenOn(bool
isOn
)
in SetScreenOn()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H
A
D
toggle_content_modifier_test_ng.cpp
1542
bool
isOn
= false;
in HWTEST_F()
local
1577
bool
isOn
= false;
in HWTEST_F()
local
1612
bool
isOn
= false;
in HWTEST_F()
local
1647
bool
isOn
= false;
HWTEST_F()
local
1682
bool
isOn
= false;
HWTEST_F()
local
1717
bool
isOn
= false;
HWTEST_F()
local
1752
bool
isOn
= false;
HWTEST_F()
local
1787
bool
isOn
= false;
HWTEST_F()
local
1822
bool
isOn
= false;
HWTEST_F()
local
1857
bool
isOn
= false;
HWTEST_F()
local
1892
bool
isOn
= false;
HWTEST_F()
local
1927
bool
isOn
= false;
HWTEST_F()
local
1962
bool
isOn
= false;
HWTEST_F()
local
[all...]
H
A
D
toggle_content_modifier_add_test_ng.cpp
104
bool
isOn
= false;
in HWTEST_F()
local
139
bool
isOn
= false;
in HWTEST_F()
local
174
bool
isOn
= false;
in HWTEST_F()
local
209
bool
isOn
= false;
HWTEST_F()
local
244
bool
isOn
= false;
HWTEST_F()
local
687
bool
isOn
= false;
HWTEST_F()
local
722
bool
isOn
= false;
HWTEST_F()
local
757
bool
isOn
= false;
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_checkbox_ffi.cpp
87
void FfiOHOSAceFrameworkCheckBoxSetOnChange(void (*callback)(bool
isOn
))
in FfiOHOSAceFrameworkCheckBoxSetOnChange()
argument
H
A
D
cj_toggle_ffi.cpp
32
void FfiOHOSAceFrameworkToggleCreate(int type, bool
isOn
)
in FfiOHOSAceFrameworkToggleCreate()
argument
38
ToggleModel::GetInstance()->Create(NG::ToggleType(type),
isOn
);
in FfiOHOSAceFrameworkToggleCreate()
local
86
void FfiOHOSAceFrameworkToggleOnChange(void (*callback)(bool
isOn
))
in FfiOHOSAceFrameworkToggleOnChange()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
toggle_model_impl.cpp
24
void ToggleModelImpl::Create(NG::ToggleType toggleType, bool
isOn
)
in Create()
argument
/foundation/window/window_manager/wm/include/
H
A
D
ressched_report.h
119
void TrigSlide(WindowType type, bool
isOn
)
in TrigSlide()
argument
132
void StatusBarDrag(bool
isOn
)
in StatusBarDrag()
argument
161
void Slide(bool
isOn
)
in Slide()
argument
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H
A
D
LiveEffectEngine.cpp
53
bool LiveEffectEngine::setEffectOn(bool
isOn
) {
in setEffectOn()
argument
Completed in 12 milliseconds
1
2