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:strUuid
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt_server.cpp
711
string
strUuid
(srvcUuid.uuid);
in BleGattsAddService()
712
if (!IsValidUuid(
strUuid
)) {
in BleGattsAddService()
716
UUID uuid(UUID::FromString(
strUuid
));
in BleGattsAddService()
790
string
strUuid
(characUuid.uuid);
in BleGattsAddCharacteristic()
791
if (!IsValidUuid(
strUuid
)) {
in BleGattsAddCharacteristic()
795
UUID uuid(UUID::FromString(
strUuid
));
in BleGattsAddCharacteristic()
845
string
strUuid
(descUuid.uuid);
in BleGattsAddDescriptor()
846
HILOGD("descUuid: %{public}s",
strUuid
.c_str());
in BleGattsAddDescriptor()
847
if (!IsValidUuid(
strUuid
)) {
in BleGattsAddDescriptor()
851
UUID uuid(UUID::FromString(
strUuid
));
in BleGattsAddDescriptor()
[all...]
H
A
D
ohos_bt_socket.cpp
62
string
strUuid
= param.uuid.ToString();
variable
63
btUuid.uuid = (char *)
strUuid
.c_str();
64
btUuid.uuidLen =
strUuid
.size();
H
A
D
ohos_bt_gatt.cpp
167
string
strUuid
= btUuid.ToString();
variable
168
retUuid.uuid = (char *)
strUuid
.c_str();
169
retUuid.uuidLen =
strUuid
.size();
1293
string
strUuid
(inUuid.uuid);
in ConvertBtUuid()
1294
HILOGD("UUID: %{public}s",
strUuid
.c_str());
in ConvertBtUuid()
1295
if (!IsValidUuid(
strUuid
)) {
in ConvertBtUuid()
1299
outUuid = UUID::FromString(
strUuid
);
in ConvertBtUuid()
H
A
D
ohos_bt_gatt_client.cpp
574
string
strUuid
(serviceUuid.uuid);
in BleGattcGetService()
575
if (!IsValidUuid(
strUuid
)) {
in BleGattcGetService()
579
UUID uuid(UUID::FromString(
strUuid
));
in BleGattcGetService()
580
HILOGI("service uuid: %{public}s",
strUuid
.c_str());
in BleGattcGetService()
Completed in 6 milliseconds