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:MallocContext
(Results
1 - 9
of
9
) sorted by relevance
/developtools/hdc/test/fuzztest/forwardreadstream_fuzzer/
H
A
D
ForwardReadStream_fuzzer.cpp
35
HdcForwardBase::HCtxForward ctx = (HdcForwardBase::HCtxForward)forward->
MallocContext
(true);
in FuzzForwardReadStream()
/developtools/hdc/src/test/jdwp/
H
A
D
HdcJdwpSimulator.h
43
void *
MallocContext
();
H
A
D
HdcJdwpSimulator.cpp
246
void *HdcJdwpSimulator::
MallocContext
()
in MallocContext()
function in HdcJdwpSimulator
280
ctxPoint = static_cast<HCtxJdwpSimulator>(
MallocContext
());
in Connect()
282
HiLog::Info(LABEL, "
MallocContext
failed");
in Connect()
/developtools/hdc/test/fuzztest/jdwpreadstream_fuzzer/
H
A
D
JdwpReadStream_fuzzer.cpp
40
HdcJdwp::HCtxJdwp ctx = (HdcJdwp::HCtxJdwp)jdwp->
MallocContext
();
in FuzzJdwpReadStream()
/developtools/hdc/src/daemon/
H
A
D
jdwp.h
93
void *
MallocContext
();
H
A
D
jdwp.cpp
62
void *HdcJdwp::
MallocContext
()
in MallocContext()
function in Hdc::HdcJdwp
228
HCtxJdwp ctxJdwp = (HCtxJdwp)thisClass->
MallocContext
();
in AcceptClient()
/developtools/hdc/src/common/
H
A
D
forward.h
83
void *
MallocContext
(bool masterSlave);
H
A
D
forward.cpp
101
HCtxForward ctxClient = (HCtxForward)thisClass->
MallocContext
(true);
in ListenCallback()
116
void *HdcForwardBase::
MallocContext
(bool masterSlave)
in MallocContext()
function in Hdc::HdcForwardBase
553
HCtxForward ctxPoint = (HCtxForward)
MallocContext
(true);
in BeginForward()
555
WRITE_LOG(LOG_FATAL, "
MallocContext
failed");
in BeginForward()
614
HCtxForward ctxPoint = (HCtxForward)
MallocContext
(false);
in SlaveConnect()
616
WRITE_LOG(LOG_FATAL, "
MallocContext
failed");
in SlaveConnect()
/developtools/hdc/test/unittest/common/
H
A
D
HdcJdwpTest.cpp
80
HdcJdwp::HCtxJdwp ctxJdwp = (HdcJdwp::HCtxJdwp)mJdwpTest->
MallocContext
();
in HWTEST_F()
Completed in 7 milliseconds