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:PluginServiceImpl
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/services/plugin_service/src/
H
A
D
plugin_service_impl.cpp
19
PluginServiceImpl
::
PluginServiceImpl
(PluginService& p)
in PluginServiceImpl()
function in PluginServiceImpl
24
PluginServiceImpl
::~
PluginServiceImpl
() {}
in ~PluginServiceImpl()
26
bool
PluginServiceImpl
::RegisterPlugin(SocketContext& context,
in RegisterPlugin()
56
bool
PluginServiceImpl
::UnregisterPlugin(SocketContext& context,
in UnregisterPlugin()
73
bool
PluginServiceImpl
::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response)
in GetCommand()
78
bool
PluginServiceImpl
::NotifyResult(SocketContext& context,
in NotifyResult()
91
bool
PluginServiceImpl
::PushCommand(SocketContext& context, GetCommandResponsePtr command)
in PushCommand()
97
bool
PluginServiceImpl
[all...]
H
A
D
plugin_service_impl.h
26
class
PluginServiceImpl
final : public IPluginServiceServer {
28
explicit
PluginServiceImpl
(PluginService& p);
29
~
PluginServiceImpl
();
H
A
D
plugin_service.cpp
105
pluginServiceImpl_ = std::make_shared<
PluginServiceImpl
>(*this);
in StartService()
/developtools/profiler/device/services/plugin_service/include/
H
A
D
plugin_service.h
36
class
PluginServiceImpl
;
129
std::shared_ptr<
PluginServiceImpl
> pluginServiceImpl_;
/developtools/profiler/device/services/plugin_service/test/unittest/
H
A
D
plugin_service_test.cpp
54
pluginServiceImp_ = std::make_unique<
PluginServiceImpl
>(*pluginService_);
in SetUp()
70
std::unique_ptr<
PluginServiceImpl
> pluginServiceImp_ = nullptr;
Completed in 4 milliseconds