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:ctxPoint
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hdc/src/daemon/
H
A
D
daemon_forward.cpp
33
HCtxForward
ctxPoint
= (HCtxForward)handle->data;
in SetupJdwpPointCallBack()
local
34
uint32_t id =
ctxPoint
->id;
in SetupJdwpPointCallBack()
35
HdcDaemonForward *thisClass = reinterpret_cast<HdcDaemonForward *>(
ctxPoint
->thisClass);
in SetupJdwpPointCallBack()
36
thisClass->SetupPointContinue(
ctxPoint
, 1); // It usually works
in SetupJdwpPointCallBack()
43
bool HdcDaemonForward::SetupJdwpPoint(HCtxForward
ctxPoint
)
in SetupJdwpPoint()
argument
47
uint32_t pid = std::stol(
ctxPoint
->localArgs[1]);
in SetupJdwpPoint()
48
if (
ctxPoint
->checkPoint) {
in SetupJdwpPoint()
49
uint32_t id =
ctxPoint
->id;
in SetupJdwpPoint()
51
SetupPointContinue(
ctxPoint
, (int)ret);
in SetupJdwpPoint()
61
if (uv_tcp_init(loopTask, &
ctxPoint
in SetupJdwpPoint()
89
SetupArkPoint(HCtxForward
ctxPoint
)
SetupArkPoint()
argument
[all...]
H
A
D
daemon_forward.h
26
bool SetupJdwpPoint(HCtxForward
ctxPoint
) override;
27
bool SetupArkPoint(HCtxForward
ctxPoint
) override;
/developtools/hdc/src/common/
H
A
D
forward.cpp
339
bool HdcForwardBase::DetechForwardType(HCtxForward
ctxPoint
)
in DetechForwardType()
argument
341
string &sFType =
ctxPoint
->localArgs[0];
in DetechForwardType()
342
string &sNodeCfg =
ctxPoint
->localArgs[1];
in DetechForwardType()
345
ctxPoint
->type = FORWARD_TCP;
in DetechForwardType()
347
ctxPoint
->type = FORWARD_DEVICE;
in DetechForwardType()
352
ctxPoint
->type = FORWARD_ABSTRACT;
in DetechForwardType()
355
ctxPoint
->type = FORWARD_RESERVED;
in DetechForwardType()
358
ctxPoint
->type = FORWARD_FILESYSTEM;
in DetechForwardType()
360
ctxPoint
->type = FORWARD_JDWP;
in DetechForwardType()
362
ctxPoint
in DetechForwardType()
369
SetupTCPPoint(HCtxForward
ctxPoint
)
SetupTCPPoint()
argument
396
SetupDevicePoint(HCtxForward
ctxPoint
)
SetupDevicePoint()
argument
462
SetupFilePoint(HCtxForward
ctxPoint
)
SetupFilePoint()
argument
500
SetupPoint(HCtxForward
ctxPoint
)
SetupPoint()
argument
553
HCtxForward
ctxPoint
= (HCtxForward)MallocContext(true);
BeginForward()
local
614
HCtxForward
ctxPoint
= (HCtxForward)MallocContext(false);
SlaveConnect()
local
[all...]
H
A
D
forward.h
64
virtual bool SetupJdwpPoint(HCtxForward
ctxPoint
)
in SetupJdwpPoint()
argument
68
virtual bool SetupArkPoint(HCtxForward
ctxPoint
)
in SetupArkPoint()
argument
82
bool SetupPoint(HCtxForward
ctxPoint
);
96
bool DetechForwardType(HCtxForward
ctxPoint
);
97
bool SetupTCPPoint(HCtxForward
ctxPoint
);
98
bool SetupDevicePoint(HCtxForward
ctxPoint
);
99
bool SetupFilePoint(HCtxForward
ctxPoint
);
/developtools/hdc/src/test/jdwp/
H
A
D
HdcJdwpSimulator.cpp
261
if (!
ctxPoint
) {
in FreeContext()
264
if (loop && !uv_is_closing(reinterpret_cast<uv_handle_t *>(&
ctxPoint
->pipe))) {
in FreeContext()
265
uv_close(reinterpret_cast<uv_handle_t *>(&
ctxPoint
->pipe), nullptr);
in FreeContext()
267
if (
ctxPoint
->hasNewFd && loop &&
in FreeContext()
268
!uv_is_closing(reinterpret_cast<uv_handle_t *>(&
ctxPoint
->newFd))) {
in FreeContext()
269
uv_close(reinterpret_cast<uv_handle_t *>(&
ctxPoint
->newFd), nullptr);
in FreeContext()
271
delete
ctxPoint
;
in FreeContext()
272
ctxPoint
= nullptr;
in FreeContext()
280
ctxPoint
= static_cast<HCtxJdwpSimulator>(MallocContext());
in Connect()
281
if (!
ctxPoint
) {
in Connect()
[all...]
H
A
D
HdcJdwpSimulator.h
54
HCtxJdwpSimulator
ctxPoint
;
member in HdcJdwpSimulator
Completed in 3 milliseconds