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:RecoverTrace
(Results
1 - 12
of
12
) sorted by relevance
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
trace_manager.h
32
int32_t
RecoverTrace
();
/base/hiviewdfx/hiview/adapter/service/common/include/
H
A
D
ihiview_service_ability.h
46
virtual CollectResultParcelable<int32_t>
RecoverTrace
() = 0;
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_trace_delegate.cpp
76
return proxy.
RecoverTrace
();
in Recover()
H
A
D
hiview_service_ability_proxy.cpp
199
CollectResultParcelable<int32_t> HiviewServiceAbilityProxy::
RecoverTrace
()
in RecoverTrace()
function in OHOS::HiviewDFX::HiviewServiceAbilityProxy
/base/hiviewdfx/hiview/adapter/service/client/include/
H
A
D
hiview_service_ability_proxy.h
45
CollectResultParcelable<int32_t>
RecoverTrace
() override;
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.h
52
CollectResult<int32_t>
RecoverTrace
();
H
A
D
hiview_service.cpp
356
auto recoverRet = manager.
RecoverTrace
();
in RecordingTraceOff()
376
CollectResult<int32_t> HiviewService::
RecoverTrace
()
in RecoverTrace()
function in OHOS::HiviewDFX::HiviewService
379
int32_t recoverRet = manager.
RecoverTrace
();
in RecoverTrace()
/base/hiviewdfx/hiview/adapter/service/server/include/
H
A
D
hiview_service_ability.h
58
CollectResultParcelable<int32_t>
RecoverTrace
() override;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_manager.cpp
103
int32_t TraceManager::
RecoverTrace
()
in RecoverTrace()
function in OHOS::HiviewDFX::TraceManager
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability.cpp
321
CollectResultParcelable<int32_t> HiviewServiceAbility::
RecoverTrace
()
in RecoverTrace()
function in OHOS::HiviewDFX::HiviewServiceAbility
324
return service->
RecoverTrace
();
in RecoverTrace()
H
A
D
hiview_service_ability_stub.cpp
418
auto ret =
RecoverTrace
();
in HandleRecoverTraceRequest()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
trace_collector_test.cpp
238
ASSERT_TRUE(g_traceManager.
RecoverTrace
() == 0);
in HWTEST_F()
251
ASSERT_TRUE(g_traceManager.
RecoverTrace
() == 0);
in HWTEST_F()
Completed in 7 milliseconds