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:WATCH
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
device_type.h
24
WATCH
,
member in OHOS::Ace::DeviceType
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H
A
D
toast_component.cpp
83
if (deviceType == DeviceType::
WATCH
) {
in BuildToastContent()
112
if (deviceType == DeviceType::
WATCH
) {
in BuildPackageBox()
128
if (deviceType == DeviceType::
WATCH
) {
in BuildPackageBox()
190
if (deviceType == DeviceType::
WATCH
) {
in Show()
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H
A
D
stage_component.h
50
if (SystemProperties::GetDeviceType() == DeviceType::
WATCH
) {
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H
A
D
inspect_progress.cpp
37
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_marquee.cpp
37
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_divider.cpp
35
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_label.cpp
34
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_refresh.cpp
31
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_swiper.cpp
43
} else if (deviceType == DeviceType::TV || deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_button.cpp
38
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_slider.cpp
44
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_toggle.cpp
36
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
H
A
D
inspect_text.cpp
33
} else if (deviceType == DeviceType::
WATCH
) {
in PackAttrAndStyle()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_convertor.cpp
27
case DeviceType::
WATCH
:
in ConvertDeviceTypeToGlobal()
96
return DeviceType::
WATCH
;
in ConvertDeviceTypeToAce()
H
A
D
system_properties.cpp
119
} else if (type == DeviceType::
WATCH
) {
in InitDeviceType()
120
deviceType_ = DeviceType::
WATCH
;
in InitDeviceType()
/foundation/window/window_manager/previewer/include/
H
A
D
window_model.h
32
WATCH
,
member in OHOS::Previewer::DeviceType
/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H
A
D
action_sheet_component.cpp
59
if (deviceType_ == DeviceType::
WATCH
) {
in BuildChild()
136
if (deviceType_ == DeviceType::
WATCH
) {
in BuildContent()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
alert_dialog_component.cpp
47
if (deviceType_ == DeviceType::
WATCH
) {
in BuildChild()
85
if (deviceType_ == DeviceType::
WATCH
) {
in BuildChild()
H
A
D
dialog_component.cpp
110
if (deviceType_ == DeviceType::
WATCH
) {
in BuildChild()
135
if (deviceType_ == DeviceType::
WATCH
) {
in BuildBox()
283
if (deviceType_ == DeviceType::
WATCH
) {
in BuildContent()
317
if (deviceType_ == DeviceType::
WATCH
) {
in BuildActions()
661
if ((deviceType != DeviceType::
WATCH
) && (!dialogProperties.title.empty())) {
in BuildTitleAndContent()
675
if (deviceType == DeviceType::
WATCH
) {
in BuildTitleAndContent()
693
if (SystemProperties::GetDeviceType() == DeviceType::
WATCH
) {
in BuildButtons()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_convertor.cpp
27
case DeviceType::
WATCH
:
in ConvertDeviceTypeToGlobal()
120
return DeviceType::
WATCH
;
in ConvertDeviceTypeToAce()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_slider.cpp
30
if (SystemProperties::GetDeviceType() == DeviceType::
WATCH
) {
in DOMSlider()
52
auto controller = (SystemProperties::GetDeviceType() == DeviceType::
WATCH
)
in CallSpecializedMethod()
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H
A
D
shared_transition_component.cpp
66
if (SystemProperties::GetDeviceType() == DeviceType::
WATCH
) {
in InitEnableStatus()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_column_component.cpp
65
option->SetDisappear((SystemProperties::GetDeviceType() != DeviceType::
WATCH
&&
in Initialize()
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H
A
D
media_query_info.cpp
36
case DeviceType::
WATCH
:
in GetDeviceType()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
options.h
34
WATCH
,
member in OHOS::AbilityRuntime::DeviceType
Completed in 8 milliseconds
1
2
3