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:GetUuidType
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_server_profile.cpp
401
uint16_t uuidLen = service->second.uuid_.
GetUuidType
();
in DiscoverAllPrimaryServiceResponse()
530
if (isvc->uuid_.
GetUuidType
() == UUID_16BIT_LEN) {
in FindIncludedServiceResponse()
580
uint16_t uuidLen = characteristic->uuid_.
GetUuidType
();
in DiscoverCharacteristicResponse()
1246
Buffer *value = BufferMalloc(db_.GetService(attHandle)->uuid_.
GetUuidType
());
in AssembleServicePackage()
1247
if (db_.GetService(attHandle)->uuid_.
GetUuidType
() == UUID_16BIT_LEN) {
in AssembleServicePackage()
1254
} else if (db_.GetService(attHandle)->uuid_.
GetUuidType
() == UUID_128BIT_LEN) {
in AssembleServicePackage()
1283
BufferMalloc(sizeof(uint8_t) + sizeof(uint16_t) + db_.GetCharacteristic(attHandle)->uuid_.
GetUuidType
());
in AssembleCharacteristicPackage()
1287
if (db_.GetCharacteristic(attHandle)->uuid_.
GetUuidType
() == UUID_16BIT_LEN) {
in AssembleCharacteristicPackage()
1291
} else if (db_.GetCharacteristic(attHandle)->uuid_.
GetUuidType
() == UUID_128BIT_LEN) {
in AssembleCharacteristicPackage()
1339
if (service.uuid_.
GetUuidType
()
in AssembleAttReadByGroupTypeRspPackage()
[all...]
H
A
D
gatt_client_profile.cpp
285
Buffer *serviceUuid = BufferMalloc(uuid.
GetUuidType
());
in DiscoverPrimaryServicesByServiceUuid()
291
if (uuid.
GetUuidType
() == UUID_16BIT_LEN) {
in DiscoverPrimaryServicesByServiceUuid()
296
} else if (uuid.
GetUuidType
() == UUID_32BIT_LEN) {
in DiscoverPrimaryServicesByServiceUuid()
301
} else if (uuid.
GetUuidType
() == UUID_128BIT_LEN) {
in DiscoverPrimaryServicesByServiceUuid()
393
if (uuid.
GetUuidType
() == UUID_16BIT_LEN) {
in DiscoverCharacteristicByUuid()
401
} else if (uuid.
GetUuidType
() == UUID_32BIT_LEN) {
in DiscoverCharacteristicByUuid()
409
} else if (uuid.
GetUuidType
() == UUID_128BIT_LEN) {
in DiscoverCharacteristicByUuid()
485
if (uuid.
GetUuidType
() == UUID_16BIT_LEN) {
in ReadUsingCharacteristicByUuid()
494
} else if (uuid.
GetUuidType
() == UUID_128BIT_LEN) {
in ReadUsingCharacteristicByUuid()
1287
int uuidType = iter->second.uuid_.
GetUuidType
();
in DiscoverPrimaryServiceByUuidParsing()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_uuid.h
208
int
GetUuidType
() const;
H
A
D
ble_service_data.cpp
497
switch (uuid.
GetUuidType
()) {
in AddServiceData()
577
if (uuid.
GetUuidType
() == Uuid::UUID16_BYTES_TYPE) {
in AddServiceUuids()
580
} else if (uuid.
GetUuidType
() == Uuid::UUID32_BYTES_TYPE) {
in AddServiceUuids()
631
switch (uuid.
GetUuidType
()) {
in SetCompleteServices()
H
A
D
bt_uuid.cpp
194
int Uuid::
GetUuidType
() const
in GetUuidType()
function in OHOS::bluetooth::Uuid
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_advertiser.cpp
243
size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(iter->first.
GetUuidType
())
in GetAdvertiserTotalBytes()
251
if (iter->
GetUuidType
() == Uuid::UUID16_BYTES_TYPE) {
in GetAdvertiserTotalBytes()
253
} else if (iter->
GetUuidType
() == Uuid::UUID32_BYTES_TYPE) {
in GetAdvertiserTotalBytes()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_filter_matcher.cpp
216
int uuidType = uuid.
GetUuidType
();
in ParseServiceDataUUidToString()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H
A
D
ble_scan_filter_lsf.cpp
415
int uuidType = uuid.
GetUuidType
();
in BleScanFilterUuidAdd()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_bnep.cpp
1172
if (remoteUuid.
GetUuidType
() != Uuid::UUID16_BYTES_TYPE) {
in CheckRoleUuid()
1174
} else if (localUuid.
GetUuidType
() != Uuid::UUID16_BYTES_TYPE) {
in CheckRoleUuid()
Completed in 15 milliseconds