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:windowInfo1
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimodalinput/input/service/event_dispatch/test/
H
A
D
event_dispatch_test.cpp
1123
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
in HWTEST_F()
local
1124
windowInfo1
->id = 1;
in HWTEST_F()
1125
handler.cancelEventList_[1].insert(
windowInfo1
);
in HWTEST_F()
1146
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
in HWTEST_F()
local
1147
windowInfo1
->id = 1;
in HWTEST_F()
1148
handler.cancelEventList_[1].insert(
windowInfo1
);
in HWTEST_F()
1170
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
in HWTEST_F()
local
1171
windowInfo1
->id = 1;
in HWTEST_F()
1172
dispatch.cancelEventList_[1].insert(
windowInfo1
);
in HWTEST_F()
1194
std::shared_ptr<WindowInfo>
windowInfo1
in HWTEST_F()
local
1218
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1242
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1266
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1290
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1314
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1347
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1365
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
1576
std::shared_ptr<WindowInfo>
windowInfo1
= std::make_shared<WindowInfo>();
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
input_windows_manager_test.cpp
585
WindowInfo
windowInfo1
;
in HWTEST_F()
local
586
windowInfo1
.zOrder = 1;
in HWTEST_F()
587
windowInfo1
.action = WINDOW_UPDATE_ACTION::ADD_END;
in HWTEST_F()
591
displayGroupInfo.windowsInfo.push_back(
windowInfo1
);
in HWTEST_F()
790
WindowInfo
windowInfo1
;
in HWTEST_F()
local
791
windowInfo1
.id = 1;
in HWTEST_F()
792
windowInfo1
.pid = 100;
in HWTEST_F()
793
windowInfo1
.uid = 200;
in HWTEST_F()
794
windowInfo1
.area = {0, 0, 800, 600};
in HWTEST_F()
795
windowInfo1
in HWTEST_F()
1453
WindowInfo
windowInfo1
= {1, WindowInfo::FLAG_BIT_UNTOUCHABLE, {}};
HWTEST_F()
local
[all...]
Completed in 8 milliseconds