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:MAX_BUFFER_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H
A
D
buffer.c
21
#define
MAX_BUFFER_SIZE
512000
macro
26
(buffer->maxSize == 0) || (buffer->maxSize >
MAX_BUFFER_SIZE
) ||
in IsBufferValid()
55
if ((size == 0) || (size >
MAX_BUFFER_SIZE
)) {
in CreateBufferBySize()
86
if ((data == NULL) || (dataSize == 0) || (dataSize >
MAX_BUFFER_SIZE
)) {
in CreateBufferByData()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H
A
D
buffer.c
23
#define
MAX_BUFFER_SIZE
512000
macro
28
(buffer->maxSize == 0) || (buffer->maxSize >
MAX_BUFFER_SIZE
) ||
in IsBufferValid()
57
if ((size == 0) || (size >
MAX_BUFFER_SIZE
)) {
in CreateBufferBySize()
88
if ((data == NULL) || (dataSize == 0) || (dataSize >
MAX_BUFFER_SIZE
)) {
in CreateBufferByData()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H
A
D
buffer_test.cpp
29
constexpr uint32_t
MAX_BUFFER_SIZE
= 512000 + 1;
member
61
Buffer *buffer2 = CreateBufferBySize(
MAX_BUFFER_SIZE
);
in HWTEST_F()
86
Buffer *buffer2 = CreateBufferByData(nullptr,
MAX_BUFFER_SIZE
);
in HWTEST_F()
101
Buffer *buffer4 = CreateBufferByData(data->buf,
MAX_BUFFER_SIZE
);
in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H
A
D
buffer_test.cpp
27
constexpr uint32_t
MAX_BUFFER_SIZE
= 512000 + 1;
member
64
Buffer *buffer2 = CreateBufferBySize(
MAX_BUFFER_SIZE
);
in HWTEST_F()
100
Buffer *buffer2 = CreateBufferByData(nullptr,
MAX_BUFFER_SIZE
);
in HWTEST_F()
115
Buffer *buffer4 = CreateBufferByData(data->buf,
MAX_BUFFER_SIZE
);
in HWTEST_F()
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
vendor_interface.cpp
222
static int
MAX_BUFFER_SIZE
= 1024;
in OnMallocCallback()
local
223
if (size <= 0 || size >
MAX_BUFFER_SIZE
) {
in OnMallocCallback()
Completed in 2 milliseconds