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
defs:bytesLen
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
nfc_sdk_common.cpp
73
uint32_t
bytesLen
= src.length() / HEX_BYTE_LEN;
in HexStringToBytes()
local
149
uint32_t
bytesLen
= src.length();
in StringToAsciiBytes()
local
/foundation/communication/wifi/wifi/utils/src/
H
A
D
wifi_common_util.cpp
494
void Byte2HexString(const uint8_t* byte, uint8_t
bytesLen
, char* hexstr, uint8_t hexstrLen)
in Byte2HexString()
argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_headers.cpp
217
uint16_t
bytesLen
= ObexUtils::GetBufData16(buf, pos) - HDR_UNICODE_PREFIX_LENGTH;
in ParseUnicodeText()
local
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_session_json.c
521
uint32_t
bytesLen
= strlen(encryptedFastAuth) >> 1;
in ParseFastAuthValue()
local
557
uint32_t
bytesLen
= strlen(encNormalizedKey) >> 1;
in ParseNormalizedKeyValue()
local
Completed in 10 milliseconds