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:HiviewService
(Results
1 - 13
of
13
) sorted by relevance
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.cpp
44
HiviewService
::
HiviewService
()
in HiviewService()
function in OHOS::HiviewDFX::HiviewService
51
void
HiviewService
::StartService()
in StartService()
57
void
HiviewService
::DumpRequestDispatcher(int fd, const std::vector<std::string> &cmds)
in DumpRequestDispatcher()
85
void
HiviewService
::DumpPluginInfo(int fd, const std::vector<std::string> &cmds) const
in DumpPluginInfo()
116
void
HiviewService
::DumpDetailedInfo(int fd)
in DumpDetailedInfo()
132
void
HiviewService
::DumpLoadedPluginInfo(int fd) const
in DumpLoadedPluginInfo()
152
void
HiviewService
::DumpPluginUsageInfo(int fd)
in DumpPluginUsageInfo()
164
void
HiviewService
::DumpPluginUsageInfo(int fd, const std::string &pluginName) const
in DumpPluginUsageInfo()
177
void
HiviewService
[all...]
H
A
D
hiview_service.h
32
class
HiviewService
{
class
34
HiviewService
();
35
~
HiviewService
(){};
in ~HiviewService()
/base/hiviewdfx/hiview/adapter/service/
H
A
D
hiview_service_adapter.h
20
class
HiviewService
;
25
void StartService(
HiviewService
*service) const;
H
A
D
hiview_service_adapter.cpp
25
void HiviewServiceAdapter::StartService(
HiviewService
*service) const
in StartService()
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_service.c
31
static
HiviewService
g_hiviewService = {
61
HiviewService
*hiviewService = NULL;
in Initialize()
66
hiviewService = (
HiviewService
*)service;
in Initialize()
97
HiviewService
*service = GET_OBJECT(iUnknown,
HiviewService
, iUnknown);
in Output()
H
A
D
hiview_service.h
57
}
HiviewService
;
typedef
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability.cpp
143
void HiviewServiceAbility::StartService(
HiviewService
*service)
in StartService()
150
HiviewService
*HiviewServiceAbility::GetOrSetHiviewService(
HiviewService
*service)
in GetOrSetHiviewService()
152
static
HiviewService
*ref = nullptr;
in GetOrSetHiviewService()
275
auto traceRetHandler = [&tagGroups] (
HiviewService
* service) {
in OpenSnapshotTrace()
283
auto traceRetHandler = [caller] (
HiviewService
* service) {
in DumpSnapshotTrace()
291
auto traceRetHandler = [&tags] (
HiviewService
* service) {
in OpenRecordingTrace()
299
auto traceRetHandler = [] (
HiviewService
* service) {
in RecordingTraceOn()
307
auto traceRetHandler = [] (
HiviewService
* service) {
in RecordingTraceOff()
315
auto traceRetHandler = [] (
HiviewService
* servic
in CloseTrace()
[all...]
/base/hiviewdfx/hiview/adapter/service/server/include/
H
A
D
hiview_service_ability.h
43
static void StartService(
HiviewService
*service);
45
static
HiviewService
* GetOrSetHiviewService(
HiviewService
*service = nullptr);
71
CollectResultParcelable<T> TraceCalling(std::function<CollectResult<T>(
HiviewService
*)> traceRetHandler)
in TraceCalling()
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H
A
D
adapter_loglibrary_ability_test.h
33
HiviewService
*service = nullptr;
H
A
D
adapter_loglibrary_ability_test.cpp
45
service = new
HiviewService
();
in SetUp()
/base/hiviewdfx/hiview/
H
A
D
main.cpp
49
auto hiviewService = std::make_unique<
HiviewService
>();
in main()
/base/hiviewdfx/hiview/adapter/service/test/fuzztest/hiviewserviceabilitystub_fuzzer/
H
A
D
hiview_service_ability_stub_fuzzer.cpp
32
HiviewService
g_hiviewService;
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/
H
A
D
hiviewservice_fuzzer.cpp
32
HiviewService
g_hiviewService;
Completed in 5 milliseconds