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:CALLER_ID_MAX_LEN
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/shiftlnngear_fuzzer/
H
A
D
shiftlnngear_fuzzer.cpp
66
size_t callerIdLen = size %
CALLER_ID_MAX_LEN
+ 1;
in GenRanDiscInfo()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H
A
D
softbus_bus_center.h
141
#define
CALLER_ID_MAX_LEN
128
macro
911
* @param callerId The id of the caller, whitch cannot be <b>NULL</b>, and maxium length is {@link
CALLER_ID_MAX_LEN
}.
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H
A
D
client_bus_center.c
555
size_t len = strnlen(callerId,
CALLER_ID_MAX_LEN
);
in ShiftLNNGear()
556
if (len == 0 || len >=
CALLER_ID_MAX_LEN
) {
in ShiftLNNGear()
/foundation/communication/dsoftbus/core/frame/small/init/src/
H
A
D
bus_center_server_stub.c
665
if (callerId == NULL || len == 0 || len >=
CALLER_ID_MAX_LEN
) {
in ServerShiftLnnGear()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H
A
D
softbus_server_stub.cpp
1557
if (callerId == nullptr || strnlen(callerId,
CALLER_ID_MAX_LEN
) >=
CALLER_ID_MAX_LEN
) {
in ShiftLNNGearInner()
Completed in 7 milliseconds