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_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
render_picker_base.h
63
if (
switch_
&& data_ && data_->GetLunar()) {
in FlushColumnsOptions()
66
switch_
->Update(lunar);
in FlushColumnsOptions()
67
switch_
->MarkNeedLayout();
in FlushColumnsOptions()
221
RefPtr<RenderCheckbox>
switch_
;
member in OHOS::Ace::RenderPickerBase
H
A
D
render_picker_base.cpp
39
if (rect.IsInRegion(globalPoint) &&
switch_
&&
switch_
->GetParent().Upgrade()) {
in TouchTest()
40
return onChildTouchTest(
switch_
, touchRestrict, result);
in TouchTest()
261
if (!
switch_
) {
in SetSwitchHandler()
267
switch_
->SetOnChange([weak = WeakClaim(this)](bool value) {
in SetSwitchHandler()
287
if (switchNode &&
switch_
) {
in SetSwitchHandler()
290
if (refPtr && refPtr->
switch_
) {
in SetSwitchHandler()
291
refPtr->
switch_
->HandleClick();
in SetSwitchHandler()
454
if (switchNode &&
switch_
) {
in UpdateAccessibility()
455
UpdateSwitchAccessibility(switchNode,
switch_
);
in UpdateAccessibility()
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H
A
D
image_compressor_test.cpp
223
instance->
switch_
= false;
in HWTEST_F()
225
instance->
switch_
= true;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_compressor.h
76
bool
switch_
;
member in OHOS::Ace::ImageCompressor
H
A
D
image_compressor.cpp
58
switch_
= SystemProperties::IsAstcEnabled();
in Init()
59
if (
switch_
) {
in Init()
74
if (
switch_
&& clOk_) {
in CanCompress()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H
A
D
pasteboard_service.h
304
PastedSwitch
switch_
;
member in OHOS::MiscServices::final
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
162
switch_
.Init();
in OnStart()
201
switch_
.DeInit();
in OnStop()
Completed in 8 milliseconds