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:IsValidUuid
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
uuid.h
186
bool
IsValidUuid
(std::string uuid);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt_client.cpp
103
if (!
IsValidUuid
(strUuidSvc) || !
IsValidUuid
(strUuidChar)) {
in GattcFindCharacteristic()
575
if (!
IsValidUuid
(strUuid)) {
in BleGattcGetService()
668
if (!
IsValidUuid
(strUuidDesc)) {
in BleGattcReadDescriptor()
703
if (!
IsValidUuid
(strUuidDesc)) {
in BleGattcWriteDescriptor()
H
A
D
ohos_bt_gatt.cpp
805
if (!
IsValidUuid
(std::string(reinterpret_cast<char *>(nativeScanFilter->serviceUuid)))) {
in SetServiceUuidParameter()
812
if (!
IsValidUuid
(std::string(reinterpret_cast<char *>(nativeScanFilter->serviceUuidMask)))) {
in SetServiceUuidParameter()
1295
if (!
IsValidUuid
(strUuid)) {
in ConvertBtUuid()
H
A
D
ohos_bt_gatt_server.cpp
712
if (!
IsValidUuid
(strUuid)) {
in BleGattsAddService()
791
if (!
IsValidUuid
(strUuid)) {
in BleGattsAddCharacteristic()
847
if (!
IsValidUuid
(strUuid)) {
in BleGattsAddDescriptor()
H
A
D
ohos_bt_socket.cpp
86
if (!
IsValidUuid
(tmpUuid)) {
in GetSocketUuidPara()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
uuid.cpp
190
bool
IsValidUuid
(std::string uuid)
in IsValidUuid()
function
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H
A
D
napi_bluetooth_spp_client.cpp
80
if (!isSuccess || (!
IsValidUuid
(sppOption->uuid_))) {
in GetSppOptionFromJS()
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H
A
D
napi_parser_utils.cpp
340
NAPI_BT_RETURN_IF(!
IsValidUuid
(uuid), "Invalid uuid", napi_invalid_arg);
in NapiParseUuid()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H
A
D
napi_bluetooth_utils.cpp
650
if (!
IsValidUuid
(uuid)) {
in ParseUuidParams()
Completed in 10 milliseconds