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:OnWindowDestroyed
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
anr_handler_test.cpp
82
* @tc.name:
OnWindowDestroyed
83
* @tc.desc: test function :
OnWindowDestroyed
86
HWTEST_F(AnrHandlerTest,
OnWindowDestroyed
, Function | SmallTest | Level1)
in HWTEST_F()
91
anrHandler_.
OnWindowDestroyed
(0);
in HWTEST_F()
97
anrHandler_.
OnWindowDestroyed
(0);
in HWTEST_F()
105
anrHandler_.
OnWindowDestroyed
(0);
in HWTEST_F()
/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/include/
H
A
D
anr_handler.h
38
void
OnWindowDestroyed
(int32_t persistentId);
/foundation/window/window_manager/wmserver/include/
H
A
D
window_group_mgr.h
43
void
OnWindowDestroyed
(uint32_t windowId);
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_group_mgr_test.cpp
133
* @tc.desc:
OnWindowDestroyed
test
138
windowGroupMgr_->
OnWindowDestroyed
(1);
in HWTEST_F()
/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
H
A
D
anr_handler.cpp
92
void ANRHandler::
OnWindowDestroyed
(int32_t persistentId)
in OnWindowDestroyed()
function in OHOS::Rosen::ANRHandler
105
PostTask(task, "
OnWindowDestroyed
:PID:" + std::to_string(persistentId));
in OnWindowDestroyed()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_group_mgr.cpp
165
void WindowGroupMgr::
OnWindowDestroyed
(uint32_t windowId)
in OnWindowDestroyed()
function in OHOS::Rosen::WindowGroupMgr
167
WLOGFD("
OnWindowDestroyed
WindowIds: %{public}d", windowId);
in OnWindowDestroyed()
H
A
D
window_manager_service.cpp
1038
windowGroupMgr_->
OnWindowDestroyed
(windowId);
in DestroyWindow()
1171
windowGroupMgr_->
OnWindowDestroyed
(windowId);
in OnWindowEvent()
Completed in 6 milliseconds