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:uuidType
(Results
1 - 7
of
7
) sorted by relevance
/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()
local
420
paramLength =
uuidType
;
in BleScanFilterUuidAdd()
423
if (
uuidType
== Uuid::UUID16_BYTES_TYPE) {
in BleScanFilterUuidAdd()
426
} else if (
uuidType
== Uuid::UUID32_BYTES_TYPE) {
in BleScanFilterUuidAdd()
429
} else if (
uuidType
== Uuid::UUID128_BYTES_TYPE) {
in BleScanFilterUuidAdd()
439
HILOGI("error uuid type(%{public}d).",
uuidType
);
in BleScanFilterUuidAdd()
451
paramLength +=
uuidType
;
in BleScanFilterUuidAdd()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_bnep.cpp
994
uint8_t
uuidType
= data[offset++];
in ProcessBnepSetupConnectionRequest()
local
995
if ((dataLength - offset) < (
uuidType
+
uuidType
)) {
in ProcessBnepSetupConnectionRequest()
999
if (
uuidType
== Uuid::UUID16_BYTES_TYPE) {
in ProcessBnepSetupConnectionRequest()
1001
offset +=
uuidType
;
in ProcessBnepSetupConnectionRequest()
1004
offset +=
uuidType
;
in ProcessBnepSetupConnectionRequest()
1006
} else if (
uuidType
== Uuid::UUID32_BYTES_TYPE) {
in ProcessBnepSetupConnectionRequest()
1008
offset +=
uuidType
;
in ProcessBnepSetupConnectionRequest()
1011
offset +=
uuidType
;
in ProcessBnepSetupConnectionRequest()
1013
} else if (
uuidType
in ProcessBnepSetupConnectionRequest()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H
A
D
ohos_bt_gatt_server.h
374
UuidType
uuidType
;
member
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_filter_matcher.cpp
216
int
uuidType
= uuid.GetUuidType();
in ParseServiceDataUUidToString()
local
217
switch (
uuidType
) {
in ParseServiceDataUUidToString()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter_properties.cpp
379
int
uuidType
= BLUETOOTH_DATA_TYPE_COMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS;
in SetEirData()
local
388
ClassicDataStructure uuidData(uuidLen,
uuidType
, value);
in SetEirData()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_server.c
1863
uint8_t
uuidType
= uuid[0];
in GetRecordHandleArrayByUuid()
local
1865
if (
uuidType
== 0x19) {
in GetRecordHandleArrayByUuid()
1867
} else if (
uuidType
== 0x1A) {
in GetRecordHandleArrayByUuid()
1869
} else if (
uuidType
== 0x1C) {
in GetRecordHandleArrayByUuid()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_profile.cpp
1287
int
uuidType
= iter->second.uuid_.GetUuidType();
in DiscoverPrimaryServiceByUuidParsing()
local
1288
Buffer *serviceUuid = BufferMalloc(
uuidType
);
in DiscoverPrimaryServiceByUuidParsing()
1306
if (memcpy_s(BufferPtr(serviceUuid),
uuidType
, &(iter->second.uuid_),
uuidType
) != EOK) {
in DiscoverPrimaryServiceByUuidParsing()
Completed in 12 milliseconds