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:CloseWindow
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H
A
D
rs_window_animation_stub.h
47
int
CloseWindow
(MessageParcel& data, MessageParcel& reply);
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H
A
D
rs_window_animation_stub.cpp
49
return
CloseWindow
(data, reply);
in OnRemoteRequest()
198
int RSWindowAnimationStub::
CloseWindow
(MessageParcel& data, MessageParcel& reply)
in CloseWindow()
function in OHOS::Rosen::RSWindowAnimationStub
211
WALOGE("
CloseWindow
failed to read animation finished callback!");
in CloseWindow()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/picker/
H
A
D
camera_picker_napi.h
110
void
CloseWindow
();
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/
H
A
D
camera_picker_napi.cpp
540
CloseWindow
();
in FinishPicker()
586
void UIExtensionCallback::
CloseWindow
()
in CloseWindow()
function in OHOS::UIExtensionCallback
588
MEDIA_INFO_LOG("start
CloseWindow
");
in CloseWindow()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
dialog_container.h
178
static bool
CloseWindow
(int32_t instanceId);
H
A
D
dialog_container.cpp
604
bool DialogContainer::
CloseWindow
(int32_t instanceId)
in CloseWindow()
function in OHOS::Ace::Platform::DialogContainer
606
TAG_LOGI(AceLogTag::ACE_DIALOG, "DialogContainer
CloseWindow
begin");
in CloseWindow()
613
TAG_LOGE(AceLogTag::ACE_DIALOG, "DialogContainer
CloseWindow
Failed to close the window.");
in CloseWindow()
623
return DialogContainer::
CloseWindow
(instanceId);
in OnBackPressed()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.cpp
1163
Platform::DialogContainer::
CloseWindow
(Container::CurrentId());
in HideSubWindowNG()
1710
Platform::DialogContainer::
CloseWindow
(instanceId);
in CloseDialog()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_impl_test2.cpp
1333
* @tc.name:
CloseWindow
1334
* @tc.desc:
CloseWindow
test
1337
HWTEST_F(WindowImplTest2,
CloseWindow
, Function | SmallTest | Level3)
in HWTEST_F()
1340
option->SetWindowName("
CloseWindow
");
in HWTEST_F()
Completed in 10 milliseconds