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:displayInfo1
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
display_group_info_test.cpp
68
sptr<DisplayInfo>
displayInfo1
= new DisplayInfo();
in AddTestDisplayInfo()
local
74
displayInfo1
->SetDisplayId(displayId1);
in AddTestDisplayInfo()
75
displayInfo1
->SetOffsetX(offsetX1);
in AddTestDisplayInfo()
76
displayInfo1
->SetOffsetY(offsetY1);
in AddTestDisplayInfo()
77
displayInfo1
->SetHeight(height1);
in AddTestDisplayInfo()
78
displayInfo1
->SetWidth(width1);
in AddTestDisplayInfo()
79
displayInfosMap_.insert(std::make_pair(displayId1,
displayInfo1
));
in AddTestDisplayInfo()
H
A
D
window_controller_test.cpp
959
sptr<DisplayInfo>
displayInfo1
= nullptr;
in HWTEST_F()
local
960
windowController_->NotifyDisplayStateChange(defaultDisplayId,
displayInfo1
, displayInfoMap, type);
in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
input_windows_manager_test.cpp
6288
DisplayInfo
displayInfo1
;
in HWTEST_F()
local
6289
displayInfo1
.id = 1;
in HWTEST_F()
6290
displayInfo1
.x =1;
in HWTEST_F()
6291
displayInfo1
.y = 1;
in HWTEST_F()
6292
displayInfo1
.width = 2;
in HWTEST_F()
6293
displayInfo1
.height = 2;
in HWTEST_F()
6294
displayInfo1
.dpi = 240;
in HWTEST_F()
6295
displayInfo1
.name = "pp";
in HWTEST_F()
6296
displayInfo1
.uniq = "pp";
in HWTEST_F()
6297
displayInfo1
in HWTEST_F()
6332
DisplayInfo
displayInfo1
;
HWTEST_F()
local
6386
DisplayInfo
displayInfo1
;
HWTEST_F()
local
[all...]
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_manager_proxy_test.cpp
67
auto
displayInfo1
= proxy1.GetDefaultDisplayInfo();
in HWTEST_F()
local
68
ASSERT_EQ(nullptr,
displayInfo1
);
in HWTEST_F()
89
auto
displayInfo1
= proxy1.GetDisplayInfoById(0);
in HWTEST_F()
local
90
ASSERT_EQ(nullptr,
displayInfo1
);
in HWTEST_F()
112
auto
displayInfo1
= proxy1.GetDisplayInfoByScreen(0);
in HWTEST_F()
local
113
ASSERT_EQ(nullptr,
displayInfo1
);
in HWTEST_F()
Completed in 16 milliseconds