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:CloseTrace
(Results
1 - 19
of
19
) sorted by relevance
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H
A
D
hitrace_dump_test.cpp
114
CloseTrace
();
in SetUp()
151
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
170
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
190
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
206
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
223
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
232
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
249
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
255
ASSERT_TRUE(
CloseTrace
() == TraceErrorCode::SUCCESS);
in HWTEST_F()
262
ASSERT_TRUE(
CloseTrace
()
in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
trace_collector_test.cpp
65
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
88
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
111
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
136
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
162
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
188
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
202
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
214
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
226
ASSERT_TRUE(g_traceManager.
CloseTrace
() == 0);
in HWTEST_F()
239
ASSERT_TRUE(g_traceManager.
CloseTrace
()
in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_manager.cpp
87
OHOS::HiviewDFX::Hitrace::
CloseTrace
();
in OpenRecordingTrace()
94
int32_t TraceManager::
CloseTrace
()
in CloseTrace()
function in OHOS::HiviewDFX::TraceManager
98
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::
CloseTrace
();
in CloseTrace()
107
TraceErrorCode ret = OHOS::HiviewDFX::Hitrace::
CloseTrace
();
in RecoverTrace()
/base/hiviewdfx/hitrace/test/fuzztest/hitracedump_fuzzer/
H
A
D
hitracedump_fuzzer.cpp
46
(void)
CloseTrace
();
in HitraceDumpCmdModeTest()
71
(void)
CloseTrace
();
in HitraceDumpServiceModeTest()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
trace_manager.h
31
int32_t
CloseTrace
();
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/
H
A
D
hitrace_dump.h
107
TraceErrorCode
CloseTrace
();
/base/hiviewdfx/hiview/adapter/service/common/include/
H
A
D
ihiview_service_ability.h
45
virtual CollectResultParcelable<int32_t>
CloseTrace
() = 0;
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_trace_delegate.cpp
68
return proxy.
CloseTrace
();
in Close()
H
A
D
hiview_service_ability_proxy.cpp
190
CollectResultParcelable<int32_t> HiviewServiceAbilityProxy::
CloseTrace
()
in CloseTrace()
function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
/base/hiviewdfx/hiview/adapter/service/client/include/
H
A
D
hiview_service_ability_proxy.h
44
CollectResultParcelable<int32_t>
CloseTrace
() override;
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.h
51
CollectResult<int32_t>
CloseTrace
();
H
A
D
hiview_service.cpp
364
CollectResult<int32_t> HiviewService::
CloseTrace
()
in CloseTrace()
function in OHOS::HiviewDFX::HiviewService
367
int32_t closeRet = manager.
CloseTrace
();
in CloseTrace()
/base/hiviewdfx/hiview/adapter/service/server/include/
H
A
D
hiview_service_ability.h
57
CollectResultParcelable<int32_t>
CloseTrace
() override;
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H
A
D
decorator_test.cpp
104
(void)g_traceManager.
CloseTrace
();
in CallCollectorFuncs()
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability.cpp
313
CollectResultParcelable<int32_t> HiviewServiceAbility::
CloseTrace
()
in CloseTrace()
function in OHOS::HiviewDFX::HiviewServiceAbility
316
return service->
CloseTrace
();
in CloseTrace()
H
A
D
hiview_service_ability_stub.cpp
411
auto ret =
CloseTrace
();
in HandleCloseTraceRequest()
/base/hiviewdfx/hiview/plugins/unified_collector/
H
A
D
unified_collector.cpp
189
int32_t resultCloseTrace = traceManager.
CloseTrace
();
in OnSwitchRecordTraceStateChanged()
419
CloseTrace
();
in ExitHitraceService()
/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
H
A
D
app_trace_context.cpp
399
int32_t retCode = manager.
CloseTrace
();
in DoCaptureTrace()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_dump.cpp
1144
CloseTrace
();
in RestartService()
1575
TraceErrorCode
CloseTrace
()
in CloseTrace()
function
1578
HILOG_INFO(LOG_CORE, "
CloseTrace
start.");
in CloseTrace()
1595
HILOG_ERROR(LOG_CORE, "
CloseTrace
: ParseTagInfo TAG_ERROR.");
in CloseTrace()
1600
HILOG_INFO(LOG_CORE, "
CloseTrace
done.");
in CloseTrace()
Completed in 13 milliseconds