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:dmHookInfo
(Results
1 - 2
of
2
) sorted by relevance
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_manager_test.cpp
1127
DMHookInfo
dmHookInfo
;
in HWTEST_F()
local
1129
displayHookMap[uid] =
dmHookInfo
;
in HWTEST_F()
1284
DMHookInfo
dmHookInfo
;
in HWTEST_F()
local
1285
dmHookInfo
.width_ = 100;
in HWTEST_F()
1286
dmHookInfo
.height_ = 100;
in HWTEST_F()
1287
dmHookInfo
.density_ = 1.0;
in HWTEST_F()
1289
displayHookMap[uid] =
dmHookInfo
;
in HWTEST_F()
1305
DMHookInfo
dmHookInfo
;
in HWTEST_F()
local
1306
dmHookInfo
.width_ = 100;
in HWTEST_F()
1307
dmHookInfo
in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
10703
DMHookInfo
dmHookInfo
;
in UpdateDisplayHookInfo()
local
10704
dmHookInfo
.width_ = width;
in UpdateDisplayHookInfo()
10705
dmHookInfo
.height_ = height;
in UpdateDisplayHookInfo()
10706
dmHookInfo
.density_ = density;
in UpdateDisplayHookInfo()
10707
dmHookInfo
.rotation_ = 0;
in UpdateDisplayHookInfo()
10708
dmHookInfo
.enableHookRotation_ = false;
in UpdateDisplayHookInfo()
10709
ScreenSessionManagerClient::GetInstance().UpdateDisplayHookInfo(uid, enable,
dmHookInfo
);
in UpdateDisplayHookInfo()
10722
DMHookInfo
dmHookInfo
;
in UpdateAppHookDisplayInfo()
local
10723
dmHookInfo
.width_ = hookInfo.width_;
in UpdateAppHookDisplayInfo()
10724
dmHookInfo
in UpdateAppHookDisplayInfo()
[all...]
Completed in 22 milliseconds