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:SetServiceUuid
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_central_manager.h
425
void
SetServiceUuid
(const UUID &uuid);
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_parcel_data.h
860
void
SetServiceUuid
(const Uuid &uuid)
in SetServiceUuid()
function in OHOS::bluetooth::ScanFilter
H
A
D
ble_service_data.h
403
void
SetServiceUuid
(const Uuid &serviceUuid);
H
A
D
ble_service_data.cpp
130
void BleScanFilterImpl::
SetServiceUuid
(const Uuid &serviceUuid)
in SetServiceUuid()
function in OHOS::bluetooth::BleScanFilterImpl
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
259
filter.
SetServiceUuid
(g_serviceUuid);
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_central_manager.cpp
209
scanFilter.
SetServiceUuid
(bluetooth::Uuid::ConvertFromString(
in ConvertBleScanFilter()
734
void BleScanFilter::
SetServiceUuid
(const UUID &uuid)
in SetServiceUuid()
function in OHOS::Bluetooth::BleScanFilter
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_central_manager_server.cpp
475
filterImpl.
SetServiceUuid
(filter.GetServiceUuid());
in ConfigScanFilterInner()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
477
bleScanFilter.
SetServiceUuid
(uuid);
in ParseScanFilterServiceUuidParameters()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
810
scanFilter.
SetServiceUuid
(serviceUuid);
in SetServiceUuidParameter()
Completed in 13 milliseconds