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:clsJdwp
(Results
1 - 4
of
4
) sorted by relevance
/developtools/hdc/src/daemon/
H
A
D
daemon_forward.cpp
46
HdcJdwp *
clsJdwp
= (HdcJdwp *)daemon->
clsJdwp
;
in SetupJdwpPoint()
local
50
bool ret =
clsJdwp
->CheckPIDExist(pid);
in SetupJdwpPoint()
92
HdcJdwp *
clsJdwp
= (HdcJdwp *)daemon->
clsJdwp
;
in SetupArkPoint()
local
104
bool ret =
clsJdwp
->CheckPIDExist(pid);
in SetupArkPoint()
H
A
D
daemon_unity.cpp
299
string result = ((HdcJdwp *)daemon->
clsJdwp
)->GetProcessList();
in ListJdwpProcess()
320
if (!((static_cast<HdcJdwp *>(daemon->
clsJdwp
))->CreateJdwpTracker(taskInfo))) {
in TrackJdwpProcess()
331
(static_cast<HdcJdwp *>(daemon->
clsJdwp
))->RemoveJdwpTracker(taskInfo);
in RemoveJdwpTracker()
H
A
D
daemon.cpp
46
clsJdwp
= nullptr;
in HdcDaemon()
78
if (
clsJdwp
) {
in ClearInstanceResource()
79
delete (HdcJdwp *)
clsJdwp
;
in ClearInstanceResource()
80
clsJdwp
= nullptr;
in ClearInstanceResource()
108
((HdcJdwp *)
clsJdwp
)->Stop();
in TryStopInstance()
154
clsJdwp
= new(std::nothrow) HdcJdwp(&loopMain);
in InitMod()
155
if (
clsJdwp
== nullptr) {
in InitMod()
156
WRITE_LOG(LOG_FATAL, "InitMod new
clsJdwp
failed");
in InitMod()
159
((HdcJdwp *)
clsJdwp
)->Initial();
in InitMod()
969
((HdcJdwp *)
clsJdwp
)
in InitMod()
[all...]
H
A
D
daemon.h
64
void *
clsJdwp
;
member in Hdc::HdcDaemon
Completed in 3 milliseconds