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:typeLength
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
ndef_message.cpp
249
layout.
typeLength
= NfcSdkCommon::GetByteFromHexStr(data, parsedDataIndex++) & 0xFF;
in ParseRecordLayoutLength()
271
if (isChunkFound && layout.
typeLength
!= 0) {
in IsRecordLayoutLengthInvalid()
272
ErrorLog("IsInvalidRecordLayoutHead, 1st error for
typeLength
");
in IsRecordLayoutLengthInvalid()
278
if (layout.
typeLength
== 0 && layout.tnf != TNF_UNKNOWN) {
in IsRecordLayoutLengthInvalid()
279
ErrorLog("IsInvalidRecordLayoutHead, 2nd error for
typeLength
and tnf");
in IsRecordLayoutLengthInvalid()
293
if (layout.
typeLength
<= 0) {
in ParseRecordType()
294
ErrorLog("IsInvalidRecordLayoutHead,
typeLength
less than 0.");
in ParseRecordType()
297
if (NfcSdkCommon::GetHexStrBytesLen(data) < parsedDataIndex + layout.
typeLength
) {
in ParseRecordType()
299
NfcSdkCommon::GetHexStrBytesLen(data), parsedDataIndex, layout.
typeLength
);
in ParseRecordType()
302
std::string type = data.substr(parsedDataIndex * HEX_BYTE_LEN, layout.
typeLength
* HEX_BYTE_LE
in ParseRecordType()
[all...]
H
A
D
ndef_message.h
41
uint16_t
typeLength
;
member
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
skills.cpp
801
size_t
typeLength
= type.length();
in FindMimeType()
local
802
if (
typeLength
== LENGTH_FOR_FINDMINETYPE && type == "*/*") {
in FindMimeType()
827
if (
typeLength
== slashpos + posOffset && type.at(slashpos + posNext) == '*') {
in FindMimeType()
Completed in 3 milliseconds