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:funcHandler_
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_inner.cpp
253
funcHandler_
= dlopen(LIB_THREAD_SAMPLER_PATH, RTLD_LAZY);
in StartProfileMainThread()
254
if (
funcHandler_
== nullptr) {
in StartProfileMainThread()
260
reinterpret_cast<ThreadSamplerInitFunc>(FunctionOpen(
funcHandler_
, "ThreadSamplerInit"));
in StartProfileMainThread()
262
reinterpret_cast<ThreadSamplerSampleFunc>(FunctionOpen(
funcHandler_
, "ThreadSamplerSample"));
in StartProfileMainThread()
264
dlclose(
funcHandler_
);
in StartProfileMainThread()
265
funcHandler_
= nullptr;
in StartProfileMainThread()
283
if (
funcHandler_
== nullptr) {
in CollectStack()
289
reinterpret_cast<ThreadSamplerCollectFunc>(FunctionOpen(
funcHandler_
, "ThreadSamplerCollect"));
in CollectStack()
291
dlclose(
funcHandler_
);
in CollectStack()
292
funcHandler_
in CollectStack()
[all...]
H
A
D
watchdog_inner.h
136
void*
funcHandler_
= nullptr;
member in OHOS::HiviewDFX::WatchdogInner
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H
A
D
watchdog_inner_test.cpp
305
WatchdogInner::GetInstance().
funcHandler_
= dlopen(samplePath, RTLD_LAZY);
306
EXPECT_TRUE(WatchdogInner::GetInstance().
funcHandler_
!= nullptr);
Completed in 3 milliseconds