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:ShowPreviewNG
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
subwindow_manager_test.cpp
36
* @tc.desc: Test frame node method
ShowPreviewNG
49
* @tc.expected: expect
ShowPreviewNG
return nullptr.
in HWTEST_F()
51
EXPECT_EQ(manager->
ShowPreviewNG
(false), nullptr);
in HWTEST_F()
66
auto subwindow = manager->
ShowPreviewNG
(false);
in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/base/
H
A
D
mock_subwindow.h
39
MOCK_METHOD1(
ShowPreviewNG
, bool(bool isStartDraggingFromSubWindow));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H
A
D
subwindow.h
55
virtual bool
ShowPreviewNG
(bool isStartDraggingFromSubWindow) = 0;
H
A
D
subwindow_manager.h
62
RefPtr<Subwindow>
ShowPreviewNG
(bool isStartDraggingFromSubWindow);
H
A
D
subwindow_manager.cpp
241
RefPtr<Subwindow> SubwindowManager::
ShowPreviewNG
(bool isStartDraggingFromSubWindow)
in ShowPreviewNG()
function in OHOS::Ace::SubwindowManager
250
if (!subwindow->
ShowPreviewNG
(isStartDraggingFromSubWindow)) {
in ShowPreviewNG()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
gesture_event_hub_test_two_ng.cpp
451
EXPECT_CALL(*subwindow,
ShowPreviewNG
(false)).WillRepeatedly(testing::Return(true));
in HWTEST_F()
518
EXPECT_CALL(*subwindow,
ShowPreviewNG
(false)).WillRepeatedly(testing::Return(true));
in HWTEST_F()
710
EXPECT_CALL(*subwindow,
ShowPreviewNG
(false)).WillRepeatedly(testing::Return(true));
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.h
66
bool
ShowPreviewNG
(bool isStartDraggingFromSubWindow = false) override;
H
A
D
subwindow_ohos.cpp
693
bool SubwindowOhos::
ShowPreviewNG
(bool isStartDraggingFromSubWindow)
in ShowPreviewNG()
function in SubwindowOhos
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub_drag.cpp
669
subWindow = SubwindowManager::GetInstance()->
ShowPreviewNG
((pipeline != mainPipeline));
in OnDragStart()
Completed in 12 milliseconds