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:BE2H_16
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H
A
D
bt_endian.h
22
#define
BE2H_16
(x) (x)
macro
39
#define
BE2H_16
(x) be16toh(x)
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_util.c
121
*length =
BE2H_16
(*(uint16_t *)buffer);
in SdpGetLengthFromType()
150
uuid->uuid16 =
BE2H_16
(*(uint16_t *)(buffer + offset));
in SdpGetUuid()
H
A
D
sdp_client_parse.c
328
transactionId =
BE2H_16
(*(uint16_t *)(header + offset));
in SdpParseServerResponse()
331
parameterLength =
BE2H_16
(*(uint16_t *)(header + offset));
in SdpParseServerResponse()
477
uint16_t attributeId =
BE2H_16
(*(uint16_t *)(bufferInfo->buffer + offset));
in SdpParseSingleAttributeList()
663
errorCode =
BE2H_16
(*(uint16_t *)buffer);
in SdpParseErrorResponse()
680
totalServiceRecordCount =
BE2H_16
(*(uint16_t *)buffer);
in SdpParseSearchResponse()
687
currentServiceRecordCount =
BE2H_16
(*(uint16_t *)buffer);
in SdpParseSearchResponse()
747
attributeListByteCount =
BE2H_16
(*(uint16_t *)buffer);
in SdpParseAttributeResponse()
796
attributeListByteCount =
BE2H_16
(*(uint16_t *)buffer);
in SdpParseSearchAttributeResponse()
880
value =
BE2H_16
(*(uint16_t *)(bufferInfo->buffer + offset));
in SdpGetALLValue()
1226
BE2H_16
(*(uint16_
in SdpGetLanguageBaseAttributeIdList()
[all...]
H
A
D
sdp_server.c
1058
transactionId =
BE2H_16
(*(uint16_t *)(header + 1));
in SdpParseClientRequest()
1060
parameterLength =
BE2H_16
(*(uint16_t *)(header + SDP_UINT16_LENGTH + 1));
in SdpParseClientRequest()
1197
maximumServiceRecordCount =
BE2H_16
(*(uint16_t *)(bufferInfo->buffer + offset));
in SdpParseSearchRequest()
1247
start =
BE2H_16
(*(uint16_t *)(buffer + 1));
in BuildAttributeListByIdRange()
1248
end =
BE2H_16
(*(uint16_t *)(buffer + SDP_UINT16_LENGTH + 1));
in BuildAttributeListByIdRange()
1293
attributeId =
BE2H_16
(*(uint16_t *)(buffer + pos));
in BuildAttributeListByIdList()
1373
maximumAttributeByteCount =
BE2H_16
(*(uint16_t *)(bufferInfo->buffer + offset));
in SdpParseAttributeRequest()
1623
uint16_t maximumAttributeByteCount =
BE2H_16
(*(uint16_t *)(bufferInfo->buffer + offset));
in SdpParseSearchAttributeRequest()
Completed in 6 milliseconds