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
defs:platformWindow
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/mock/
H
A
D
gesture_mock.h
32
static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow>
platformWindow
)
in CreateWindow()
argument
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H
A
D
window_test.cpp
57
std::unique_ptr<PlatformWindow>
platformWindow
= std::make_unique<MockPlatformWindow>();
in HWTEST_F()
local
76
std::unique_ptr<PlatformWindow>
platformWindow
= std::make_unique<MockPlatformWindow>();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
window.cpp
21
Window::Window(std::unique_ptr<PlatformWindow>
platformWindow
) : platformWindow_(std::move(
platformWindow
))
in Window()
argument
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_window.cpp
19
Window::Window(std::unique_ptr<PlatformWindow>
platformWindow
) : platformWindow_(std::move(
platformWindow
)) {}
in Window()
argument
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H
A
D
svg_animate_test.cpp
140
std::unique_ptr<PlatformWindow>
platformWindow
= AnimationTestUtils::CreatePlatformWindow();
variable
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H
A
D
spring_chain_test.cpp
88
std::unique_ptr<PlatformWindow>
platformWindow
= AnimationTestUtils::CreatePlatformWindow();
variable
/foundation/arkui/ace_engine/test/mock/core/animation/
H
A
D
mock_animation_util.h
172
static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow>
platformWindow
)
in CreateWindow()
argument
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H
A
D
animation_framework_test.cpp
88
std::unique_ptr<PlatformWindow>
platformWindow
= AnimationTestUtils::CreatePlatformWindow();
variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
dialog_container.cpp
305
auto
platformWindow
= PlatformWindow::Create(view);
in SetView()
local
H
A
D
ace_container.cpp
1117
auto
platformWindow
= PlatformWindow::Create(view);
in SetView()
local
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_container.cpp
808
auto
platformWindow
= PlatformWindow::Create(view);
in SetView()
local
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H
A
D
gestures_test.cpp
1547
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
in HWTEST_F()
local
1629
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
in HWTEST_F()
local
1712
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
in HWTEST_F()
local
1795
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
in HWTEST_F()
local
1897
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
in HWTEST_F()
local
2004
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
HWTEST_F()
local
2103
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
HWTEST_F()
local
2227
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
HWTEST_F()
local
2316
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
HWTEST_F()
local
2426
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
HWTEST_F()
local
2492
std::unique_ptr<PlatformWindow>
platformWindow
= GestureTestUtils::CreatePlatformWindow();
HWTEST_F()
local
[all...]
Completed in 24 milliseconds