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:BUF_SIZE_TINY
(Results
1 - 12
of
12
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
utils.cpp
34
constexpr uint16_t
BUF_SIZE_TINY
= 64;
variable
71
char pidBuf[
BUF_SIZE_TINY
] = "";
in ProgramMutex()
130
char pidBuf[
BUF_SIZE_TINY
] = "";
in ProgramMutex()
/developtools/hdc/src/host/
H
A
D
host_tcp.cpp
36
char bufString[
BUF_SIZE_TINY
];
in RecvUDPEntry()
128
char ip[
BUF_SIZE_TINY
] = "";
in ConnectDaemon()
162
char ipAddr[
BUF_SIZE_TINY
] = "";
in FindLanDaemon()
H
A
D
client.cpp
61
char pidBuf[
BUF_SIZE_TINY
] = "";
in GetLastPID()
68
Base::ReadBinFile(path.c_str(), reinterpret_cast<void **>(&pidBuf),
BUF_SIZE_TINY
);
in GetLastPID()
337
char ip[
BUF_SIZE_TINY
] = "";
in ExecuteCommand()
H
A
D
main.cpp
226
char buf[
BUF_SIZE_TINY
] = "";
in ParseServerListenString()
H
A
D
host_usb.cpp
679
char tmpStr[
BUF_SIZE_TINY
] = "";
in FindDeviceByID()
/developtools/hdc/hdc_rust/src/serializer/
H
A
D
pack_struct.rs
113
pub version: [libc::c_char;
BUF_SIZE_TINY
as usize],
117
const
BUF_SIZE_TINY
: u16 = 64;
consts
/developtools/hdc/src/common/
H
A
D
channel.h
41
char version[
BUF_SIZE_TINY
] = { 0 };
H
A
D
define.h
53
constexpr uint16_t
BUF_SIZE_TINY
= 64;
member
H
A
D
base.cpp
1065
char bufString[
BUF_SIZE_TINY
] = "";
in ConnectKey2IPPort()
1341
char pidBuf[
BUF_SIZE_TINY
] = "";
in ProgramMutex()
/developtools/hdc/src/daemon/
H
A
D
daemon_tcp.cpp
53
char srcIP[
BUF_SIZE_TINY
] = "";
in TransmitConfig()
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.cpp
23
constexpr uint16_t
BUF_SIZE_TINY
= 64;
member
340
char tmpStr[
BUF_SIZE_TINY
] = "";
in OpenDeviceMyNeed()
/developtools/hdc/src/test/
H
A
D
ut_mod.cpp
268
char buf[
BUF_SIZE_TINY
] = "";
in TestForwardCommand()
Completed in 12 milliseconds