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:ID_LEN
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
udmf_utils.cpp
24
static constexpr int
ID_LEN
= 32;
member
56
std::vector<uint8_t> randomDevices = Random(
ID_LEN
, MINIMUM, MAXIMUM);
in GenerateId()
/foundation/distributeddatamgr/udmf/adapter/framework/common/
H
A
D
udmf_utils.cpp
22
static constexpr int
ID_LEN
= 32;
member
54
std::vector<uint8_t> randomDevices = Random(
ID_LEN
, MINIMUM, MAXIMUM);
in GenerateId()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H
A
D
softbus_ble_utils.c
27
#define
ID_LEN
2
macro
496
data->payloadLen = len -
ID_LEN
- 1;
in ParseScanResult()
497
if (data->payloadLen < 0 || index +
ID_LEN
>= advLen) {
in ParseScanResult()
503
data->id = ((uint16_t)advData[index +
ID_LEN
] << BC_SHIFT_BIT) | (uint16_t)advData[index +
ID_LEN
- 1];
in ParseScanResult()
512
(void)memcpy_s(data->payload, data->payloadLen, &advData[index +
ID_LEN
+ 1], data->payloadLen);
in ParseScanResult()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H
A
D
preprocess_utils.cpp
37
static constexpr int
ID_LEN
= 32;
member
74
std::vector<uint8_t> randomDevices = DistributedData::Crypto::Random(
ID_LEN
, MINIMUM, MAXIMUM);
in GenerateId()
Completed in 3 milliseconds