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:Finalize
(Results
1 - 8
of
8
) sorted by relevance
/developtools/profiler/device/base/test/unittest/
H
A
D
epoll_event_poller_test.cpp
70
EXPECT_TRUE(eventPoller->
Finalize
());
in HWTEST_F()
87
* @tc.desc: Init 2 times
Finalize
1 time.
97
EXPECT_TRUE(eventPoller->
Finalize
());
in HWTEST_F()
113
EXPECT_TRUE(eventPoller->
Finalize
());
in HWTEST_F()
175
EXPECT_TRUE(eventPoller->
Finalize
());
in HWTEST_F()
214
EXPECT_TRUE(eventPoller->
Finalize
());
in HWTEST_F()
/developtools/profiler/device/base/include/
H
A
D
epoll_event_poller.h
43
bool
Finalize
();
/developtools/profiler/device/base/src/
H
A
D
epoll_event_poller.cpp
38
PROFILER_LOG_INFO(LOG_CORE, "need
Finalize
in dtor!");
in ~EpollEventPoller()
39
Finalize
();
in ~EpollEventPoller()
195
bool EpollEventPoller::
Finalize
()
in Finalize()
function in EpollEventPoller
198
PROFILER_LOG_INFO(LOG_CORE, "need Stop in
Finalize
!");
in Finalize()
202
PROFILER_LOG_INFO(LOG_CORE, "
Finalize
%d", state_.load());
in Finalize()
203
CHECK_TRUE(state_ == INITIED, false, "
Finalize
FAIL %d", state_.load());
in Finalize()
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
plugin_service_stubs.cpp
126
eventPoller_->
Finalize
();
in ~PluginService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H
A
D
ffrt_profiler_manager.cpp
191
item->eventPoller->
Finalize
();
in StopFfrtProfiler()
/developtools/profiler/device/plugins/network_profiler/service/src/
H
A
D
network_profiler_manager.cpp
200
item->eventPoller->
Finalize
();
in StopNetworkProfiler()
/developtools/profiler/device/services/plugin_service/src/
H
A
D
plugin_service.cpp
60
eventPoller_->
Finalize
();
in ~PluginService()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
hook_manager.cpp
568
item->eventPoller->
Finalize
();
in DestroyPluginSession()
Completed in 7 milliseconds