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:Free
(Results
1 - 10
of
10
) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
paged_mem_pool.cpp
40
Free
(*it);
in ~PagedMemPool()
75
CHECK_TRUE(
Free
(block), false, "
Free
block failed!");
in Recycle()
80
bool PagedMemPool::
Free
(void* block)
in Free()
function in PagedMemPool
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
paged_mem_pool.h
36
bool
Free
(void* block);
/developtools/hdc/src/common/
H
A
D
circle_buffer.h
42
void
Free
(const uint8_t *buf);
H
A
D
circle_buffer.cpp
78
void CircleBuffer::
Free
(const uint8_t *buf)
in Free()
function in Hdc::CircleBuffer
87
WRITE_LOG(LOG_FATAL, "
Free
data is nullptr.");
in Free()
H
A
D
transfer.cpp
94
cirbuf.
Free
(buf);
in SimpleFileIO()
141
cirbuf.
Free
(buf);
in SimpleFileIO()
316
thisClass->cirbuf.
Free
(bufIO - payloadPrefixReserve);
in OnFileIO()
H
A
D
uart.h
332
void
Free
(uint32_t sessionId)
in Free()
function in Hdc::HdcUARTBase::TransferSlot
H
A
D
uart.cpp
697
slots.
Free
(it->sessionId);
in ProcessResponsePackage()
802
slots.
Free
(it->sessionId);
in ClearUARTOutMap()
/developtools/hdc/src/daemon/
H
A
D
daemon_usb.cpp
439
uvData->daemonUsb->cirbuf.
Free
(uvData->buf);
in UvWriteCallback()
456
cirbuf.
Free
(buf);
in UsbToStream()
468
cirbuf.
Free
(buf);
in UsbToStream()
484
cirbuf.
Free
(buf);
in UsbToStream()
496
cirbuf.
Free
(buf);
in UsbToStream()
525
cirbuf.
Free
(data);
in UsbToHdcProtocol()
/developtools/hdc/hdc_rust/src/transfer/
H
A
D
uart_wrapper.rs
41
Free
= 16, // request free this session, some unable recovery error happened
52
16 => Ok(Self::
Free
),
in try_from()
473
if option & (UartOption::
Free
as u16) != 0 {
/developtools/hdc/test/unittest/common/
H
A
D
uart_test.cpp
757
slot.
Free
(sessionId);
in HWTEST_F()
Completed in 9 milliseconds