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:serviceEntry_
(Results
1 - 15
of
15
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
hook_service.cpp
41
serviceEntry_
= nullptr;
in ~HookService()
46
serviceEntry_
= std::make_shared<ServiceEntry>();
in StartService()
47
if (!
serviceEntry_
->StartServer(unixSocketName)) {
in StartService()
48
serviceEntry_
= nullptr;
in StartService()
52
serviceEntry_
->RegisterService(*this);
in StartService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H
A
D
ffrt_profiler_socket_service.cpp
39
serviceEntry_
= nullptr;
in ~FfrtProfilerSocketService()
44
serviceEntry_
= std::make_shared<ServiceEntry>();
in StartService()
45
if (!
serviceEntry_
->StartServer(unixSocketName)) {
in StartService()
46
serviceEntry_
= nullptr;
in StartService()
50
serviceEntry_
->RegisterService(*this);
in StartService()
/developtools/profiler/device/plugins/network_profiler/service/src/
H
A
D
network_profiler_socket_service.cpp
39
serviceEntry_
= nullptr;
in ~NetworkProfilerSocketService()
44
serviceEntry_
= std::make_shared<ServiceEntry>();
in StartService()
45
if (!
serviceEntry_
->StartServer(unixSocketName)) {
in StartService()
46
serviceEntry_
= nullptr;
in StartService()
50
serviceEntry_
->RegisterService(*this);
in StartService()
/developtools/profiler/device/services/ipc/src/
H
A
D
client_connection.cpp
30
serviceEntry_
= &serviceEntry;
in ClientConnection()
43
serviceBase_ = const_cast<ServiceBase*>(
serviceEntry_
->FindServiceByName(protoServiceName_));
in RawProtocolProc()
H
A
D
unix_socket_server.cpp
40
serviceEntry_
= nullptr;
in UnixSocketServer()
99
socketClients_[clientSocket] = std::make_shared<ClientConnection>(clientSocket, *
serviceEntry_
);
in UnixSocketAccept()
165
serviceEntry_
= &p;
in StartServer()
/developtools/profiler/device/services/ipc/include/
H
A
D
client_connection.h
30
ServiceEntry*
serviceEntry_
;
member in final
H
A
D
unix_socket_server.h
38
ServiceEntry*
serviceEntry_
;
member in UnixSocketServer
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
hook_service.h
36
std::shared_ptr<ServiceEntry>
serviceEntry_
{nullptr};
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H
A
D
ffrt_profiler_socket_service.h
39
std::shared_ptr<ServiceEntry>
serviceEntry_
{nullptr};
/developtools/profiler/device/plugins/network_profiler/service/include/
H
A
D
network_profiler_socket_service.h
39
std::shared_ptr<ServiceEntry>
serviceEntry_
{nullptr};
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H
A
D
native_memory_profiler_sa_service.cpp
42
serviceEntry_
= std::make_shared<ServiceEntry>();
in NativeMemoryProfilerSaService()
43
if (!
serviceEntry_
->StartServer(DEFAULT_UNIX_SOCKET_HOOK_PATH)) {
in NativeMemoryProfilerSaService()
44
serviceEntry_
= nullptr;
in NativeMemoryProfilerSaService()
48
serviceEntry_
->RegisterService(*this);
in NativeMemoryProfilerSaService()
54
serviceEntry_
= nullptr;
in ~NativeMemoryProfilerSaService()
/developtools/profiler/device/services/plugin_service/src/
H
A
D
plugin_service.cpp
106
serviceEntry_
= std::make_shared<ServiceEntry>();
in StartService()
107
if (!
serviceEntry_
->StartServer(unixSocketName)) {
in StartService()
109
serviceEntry_
= nullptr;
in StartService()
113
serviceEntry_
->RegisterService(*pluginServiceImpl_.get());
in StartService()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H
A
D
native_memory_profiler_sa_service.h
74
std::shared_ptr<ServiceEntry>
serviceEntry_
{nullptr};
/developtools/profiler/device/services/plugin_service/include/
H
A
D
plugin_service.h
128
std::shared_ptr<ServiceEntry>
serviceEntry_
;
member in PluginService
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
plugin_service_stubs.cpp
114
serviceEntry_
= nullptr;
in PluginService()
Completed in 7 milliseconds