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:KEY_HEIGHT
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
dscreen_maprelation.cpp
103
{
KEY_HEIGHT
, rect.height}
in to_json()
110
!IsInt32(j,
KEY_HEIGHT
)) {
in from_json()
117
int32_t height = j[
KEY_HEIGHT
].get<int32_t>();
in from_json()
135
{
KEY_HEIGHT
, rect.height}
in to_json()
142
!IsUInt32(j,
KEY_HEIGHT
)) {
in from_json()
149
uint32_t height = j[
KEY_HEIGHT
].get<uint32_t>();
in from_json()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.cpp
83
const int16_t
KEY_HEIGHT
= 65;
member
259
keyBtn->Resize(KEY_WIDTH,
KEY_HEIGHT
);
in SetupButton()
266
keyBtn->Resize(FUNC_KEY_WIDTH,
KEY_HEIGHT
);
in SetupButton()
268
keyBtn->Resize(SPACE_KEY_WIDTH,
KEY_HEIGHT
);
in SetupButton()
270
keyBtn->Resize(RETURN_KEY_WIDTH,
KEY_HEIGHT
);
in SetupButton()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
dscreen_maprelation_test.cpp
195
j[
KEY_HEIGHT
] = height;
in HWTEST_F()
225
j[
KEY_HEIGHT
] = height;
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/common/include/
H
A
D
dscreen_constants.h
179
const std::string
KEY_HEIGHT
= "height";
member
/foundation/multimedia/media_lite/test/
H
A
D
test_play_file_h265.cpp
150
param[index].key =
KEY_HEIGHT
;
in DecoderCreate()
Completed in 4 milliseconds