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:screenFoldData1
(Results
1 - 1
of
1
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test.cpp
1769
ScreenFoldData
screenFoldData1
;
in HWTEST_F()
local
1770
screenFoldData1
.currentScreenFoldStatus_ = 1; // 1: current screen fold status
in HWTEST_F()
1771
screenFoldData1
.nextScreenFoldStatus_ = 3; // 3: next screen fold status
in HWTEST_F()
1772
screenFoldData1
.currentScreenFoldStatusDuration_ = 18; // 18: current duration
in HWTEST_F()
1773
screenFoldData1
.postureAngle_ = 47.1f; // 47.1: posture angle (type: float)
in HWTEST_F()
1774
screenFoldData1
.screenRotation_ = 1; // 1: screen rotation
in HWTEST_F()
1775
screenFoldData1
.typeCThermal_ = 3000; // 3000: typec port thermal
in HWTEST_F()
1776
screenFoldData1
.focusedPackageName_ = "Developer Test: (1, 3, 18, 47.1, 1, 3000)";
in HWTEST_F()
1777
WMError result = ssm_->CheckAndReportScreenFoldStatus(
screenFoldData1
);
in HWTEST_F()
Completed in 7 milliseconds