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:firstWindow
(Results
1 - 2
of
2
) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/
H
A
D
window_touch_outside_test.cpp
63
.name = "
firstWindow
",
in SetUp()
115
const sptr<Window> &
firstWindow
= Utils::CreateTestWindow(firstWindowInfo_);
in HWTEST_F()
local
116
if (
firstWindow
== nullptr) {
in HWTEST_F()
119
firstWindow
->RegisterTouchOutsideListener(windowlistener1_);
in HWTEST_F()
120
firstWindow
->Show();
in HWTEST_F()
121
SingletonContainer::Get<WindowAdapter>().ProcessPointDown(
firstWindow
->GetWindowId());
in HWTEST_F()
124
firstWindow
->Destroy();
in HWTEST_F()
134
const sptr<Window> &
firstWindow
= Utils::CreateTestWindow(firstWindowInfo_);
in HWTEST_F()
local
135
if (
firstWindow
== nullptr) {
in HWTEST_F()
138
firstWindow
in HWTEST_F()
157
const sptr<Window> &
firstWindow
= Utils::CreateTestWindow(
firstWindow
Info_);
HWTEST_F()
local
179
const sptr<Window> &
firstWindow
= Utils::CreateTestWindow(
firstWindow
Info_);
HWTEST_F()
local
[all...]
H
A
D
window_drag_test.cpp
81
.name = "
firstWindow
",
in SetUp()
118
const sptr<Window> &
firstWindow
= Utils::CreateTestWindow(firstWindowInfo_);
in HWTEST_F()
local
119
if (
firstWindow
== nullptr) {
in HWTEST_F()
122
ASSERT_NE(
firstWindow
, nullptr);
in HWTEST_F()
123
activeWindows_.push_back(
firstWindow
);
in HWTEST_F()
124
firstWindow
->RegisterDragListener(firstWindowDragListener_);
in HWTEST_F()
125
firstWindow
->SetTurnScreenOn(true);
in HWTEST_F()
126
firstWindow
->Show();
in HWTEST_F()
139
firstWindow
->UnregisterDragListener(firstWindowDragListener_);
in HWTEST_F()
148
const sptr<Window> &
firstWindow
in HWTEST_F()
local
184
const sptr<Window> &
firstWindow
= Utils::CreateTestWindow(
firstWindow
Info_);
HWTEST_F()
local
235
const sptr<Window>
firstWindow
= Utils::CreateTestWindow(
firstWindow
Info_);
HWTEST_F()
local
[all...]
Completed in 1 milliseconds