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:traceCollector_
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H
A
D
trace_decorator.cpp
37
auto task = [this, &caller] { return
traceCollector_
->DumpTrace(caller); };
in DumpTrace()
45
return
traceCollector_
->DumpTraceWithDuration(caller, timeLimit, happenTime);
in DumpTraceWithDuration()
52
auto task = [this] { return
traceCollector_
->TraceOn(); };
in TraceOn()
58
auto task = [this] { return
traceCollector_
->TraceOff(); };
in TraceOff()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H
A
D
trace_decorator.h
109
TraceDecorator(std::shared_ptr<TraceCollector> collector) :
traceCollector_
(collector) {};
in TraceDecorator()
131
std::shared_ptr<TraceCollector>
traceCollector_
;
member in OHOS::HiviewDFX::UCollectUtil::TraceDecorator
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.h
77
std::shared_ptr<UCollectUtil::TraceCollector>
traceCollector_
;
member in OHOS::HiviewDFX::HiviewService
H
A
D
hiview_service.cpp
46
traceCollector_
= UCollectUtil::TraceCollector::Create();
in HiviewService()
320
CollectResult<std::vector<std::string>> dumpRet =
traceCollector_
->DumpTrace(caller);
in DumpSnapshotTrace()
341
CollectResult<int32_t> traceOnRet =
traceCollector_
->TraceOn();
in RecordingTraceOn()
350
CollectResult<std::vector<std::string>> traceOffRet =
traceCollector_
->TraceOff();
in RecordingTraceOff()
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog_inner.h
146
std::shared_ptr<UCollectClient::TraceCollector>
traceCollector_
;
member in OHOS::HiviewDFX::WatchdogInner
H
A
D
watchdog_inner.cpp
343
if (
traceCollector_
== nullptr) {
in StartTraceProfile()
360
auto result =
traceCollector_
->CaptureDurationTrace(appCaller_);
in StartTraceProfile()
373
traceCollector_
= UCollectClient::TraceCollector::Create();
in CollectTrace()
386
auto result =
traceCollector_
->CaptureDurationTrace(appCaller_);
in CollectTrace()
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H
A
D
watchdog_inner_test.cpp
513
WatchdogInner::GetInstance().
traceCollector_
== nullptr;
in HWTEST_F()
Completed in 6 milliseconds