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:uuid_test
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/gatt/
H
A
D
gatt_service_test.cpp
114
UUID
uuid_test
;
in HWTEST_F()
local
115
uuid_test
= UUID::FromString("00001810-0000-1000-8000-00805F9B34FB");
in HWTEST_F()
116
GattService addservice = GattService(
uuid_test
, serviceType_);
in HWTEST_F()
140
UUID
uuid_test
;
in HWTEST_F()
local
141
uuid_test
= UUID::FromString("00001810-0000-1000-8000-00805F9B34FB");
in HWTEST_F()
142
GattService addservice = GattService(
uuid_test
, serviceType_);
in HWTEST_F()
167
UUID
uuid_test
;
in HWTEST_F()
local
168
uuid_test
= UUID::FromString("00001810-0000-1000-8000-00805F9B34FB");
in HWTEST_F()
169
GattCharacteristic characteristic = GattCharacteristic(
uuid_test
, permissions, properties);
in HWTEST_F()
173
auto test = addcharacter.GetCharacteristic(
uuid_test
);
in HWTEST_F()
190
UUID
uuid_test
;
HWTEST_F()
local
221
UUID
uuid_test
;
HWTEST_F()
local
[all...]
H
A
D
gatt_descriptor_test.cpp
85
UUID
uuid_test
;
in HWTEST_F()
local
86
uuid_test
= UUID::FromString("00001810-0000-1000-8000-00805F9B34FB");
in HWTEST_F()
89
if (
uuid_test
.ToString() == result.ToString()) {
in HWTEST_F()
130
UUID
uuid_test
;
in HWTEST_F()
local
131
uuid_test
= UUID::FromString("00001810-0000-1000-8000-00805F9B34FB");
in HWTEST_F()
133
GattDescriptor getvalue_test = GattDescriptor(
uuid_test
, handle_test, permissions);
in HWTEST_F()
Completed in 1 milliseconds