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:PHONE
(Results
1 - 25
of
121
) sorted by relevance
1
2
3
4
5
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H
A
D
inspect_refresh.cpp
29
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
38
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_tab_bar.cpp
31
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_progress.cpp
33
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_rating.cpp
34
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_marquee.cpp
33
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_textarea.cpp
31
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_divider.cpp
31
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_label.cpp
30
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_swiper.cpp
41
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_button.cpp
32
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_input.cpp
34
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_slider.cpp
38
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_toggle.cpp
30
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
H
A
D
inspect_text.cpp
29
if (deviceType == DeviceType::
PHONE
) {
in PackAttrAndStyle()
/foundation/window/window_manager/previewer/include/
H
A
D
window_model.h
30
PHONE
,
member in OHOS::Previewer::DeviceType
52
DeviceType deviceType = DeviceType::
PHONE
; // device type
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
device_type.h
22
PHONE
,
member in OHOS::Ace::DeviceType
H
A
D
device_config.h
41
DeviceType deviceType { DeviceType::
PHONE
};
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H
A
D
text_input_type.h
31
PHONE
= 3,
member in OHOS::Ace::TextInputType
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H
A
D
text_picker_column_test_one_ng.cpp
213
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
246
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
281
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
317
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
348
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
391
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
431
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
465
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
494
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
525
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
[all...]
H
A
D
text_picker_column_test_ng.cpp
244
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
282
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
336
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
390
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
429
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
474
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
518
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
567
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
604
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
636
SystemProperties::SetDeviceType(DeviceType::
PHONE
);
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
options.h
32
PHONE
,
member in OHOS::AbilityRuntime::DeviceType
55
DeviceType deviceType { DeviceType::
PHONE
};
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H
A
D
render_focus_animation.cpp
113
} else if (SystemProperties::GetDeviceType() == DeviceType::
PHONE
) {
in SetFocusAnimationProperties()
159
if (SystemProperties::GetDeviceType() == DeviceType::
PHONE
) {
in StartFocusAnimation()
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
system_properties.cpp
60
DeviceType SystemProperties::deviceType_ { DeviceType::
PHONE
};
132
deviceType_ = DeviceType::
PHONE
;
in InitDeviceType()
149
deviceType_ = DeviceType::
PHONE
;
in InitDeviceTypeBySystemProperty()
H
A
D
resource_convertor.cpp
23
case DeviceType::
PHONE
:
in ConvertDeviceTypeToGlobal()
92
return DeviceType::
PHONE
;
in ConvertDeviceTypeToAce()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_convertor.cpp
23
case DeviceType::
PHONE
:
in ConvertDeviceTypeToGlobal()
116
return DeviceType::
PHONE
;
in ConvertDeviceTypeToAce()
Completed in 10 milliseconds
1
2
3
4
5