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:OpenTrace
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H
A
D
hitrace_dump_test.cpp
146
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
165
ASSERT_TRUE(
OpenTrace
(args) == TraceErrorCode::SUCCESS);
in HWTEST_F()
184
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
201
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
217
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
225
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
244
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
251
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
257
ASSERT_TRUE(
OpenTrace
(tagGroups) == TraceErrorCode::SUCCESS);
in HWTEST_F()
264
ASSERT_TRUE(
OpenTrace
(tagGroup
in HWTEST_F()
[all...]
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/
H
A
D
hitrace_dump.h
67
TraceErrorCode
OpenTrace
(const std::string &args);
72
TraceErrorCode
OpenTrace
(const std::vector<std::string> &tagGroups);
/base/hiviewdfx/hitrace/test/fuzztest/hitracedump_fuzzer/
H
A
D
hitracedump_fuzzer.cpp
41
(void)
OpenTrace
(hitraceTags);
in HitraceDumpCmdModeTest()
65
(void)
OpenTrace
(hitraceTags);
in HitraceDumpServiceModeTest()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_manager.cpp
65
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::
OpenTrace
(tagGroups);
in OpenSnapshotTrace()
90
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::
OpenTrace
(args);
in OpenRecordingTrace()
112
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::
OpenTrace
(tagGroups);
in RecoverTrace()
/base/hiviewdfx/hiview/plugins/unified_collector/
H
A
D
unified_collector.cpp
404
TraceErrorCode ret =
OpenTrace
(tagGroups);
in LoadHitraceService()
406
HIVIEW_LOGE("
OpenTrace
fail.");
in LoadHitraceService()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_dump.cpp
1146
OpenTrace
(tagGroups);
in RestartService()
1369
TraceErrorCode
OpenTrace
(const std::vector<std::string> &tagGroups)
in OpenTrace()
function
1372
HILOG_ERROR(LOG_CORE, "
OpenTrace
: CALL_ERROR, g_traceMode:%{public}d.", static_cast<int>(g_traceMode));
in OpenTrace()
1377
HILOG_ERROR(LOG_CORE, "
OpenTrace
: TRACE_NOT_SUPPORTED.");
in OpenTrace()
1384
HILOG_ERROR(LOG_CORE, "
OpenTrace
: ParseTagInfo TAG_ERROR.");
in OpenTrace()
1389
HILOG_ERROR(LOG_CORE, "
OpenTrace
: TAG_ERROR.");
in OpenTrace()
1395
HILOG_ERROR(LOG_CORE, "
OpenTrace
: open fail.");
in OpenTrace()
1410
HILOG_INFO(LOG_CORE, "
OpenTrace
: SERVICE_MODE open success.");
in OpenTrace()
1414
TraceErrorCode
OpenTrace
(const std::string &args)
in OpenTrace()
function
1418
HILOG_ERROR(LOG_CORE, "
OpenTrace
in OpenTrace()
[all...]
Completed in 7 milliseconds