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:GATT_SCAN_MAX_NUM
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H
A
D
softbus_ble_gatt_test.cpp
29
#define
GATT_SCAN_MAX_NUM
2
macro
441
int32_t ret = MockBluetooth::interface->UnRegisterScanListener(
GATT_SCAN_MAX_NUM
);
in HWTEST_F()
837
ret = MockBluetooth::interface->StartScan(
GATT_SCAN_MAX_NUM
, &scanParam, &softBusBcScanFilter, filterSize);
in HWTEST_F()
1127
int32_t scanListerIds[
GATT_SCAN_MAX_NUM
] = {};
in HWTEST_F()
1129
for (size_t i = 0; i <
GATT_SCAN_MAX_NUM
; i++) {
in HWTEST_F()
1137
for (size_t i = 0; i <
GATT_SCAN_MAX_NUM
; i++) {
in HWTEST_F()
1155
ASSERT_EQ(MockBluetooth::interface->UnRegisterScanListener(
GATT_SCAN_MAX_NUM
), SOFTBUS_INVALID_PARAM);
in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H
A
D
softbus_ble_gatt.c
28
#define
GATT_SCAN_MAX_NUM
2
macro
57
static ScanChannel g_scanChannel[
GATT_SCAN_MAX_NUM
];
377
static BleScanCallbacks g_softbusBleScanCb[
GATT_SCAN_MAX_NUM
] = {
405
for (uint8_t channelId = 0; channelId <
GATT_SCAN_MAX_NUM
; channelId++) {
in SoftbusRegisterScanCb()
431
if (scannerId < 0 || scannerId >=
GATT_SCAN_MAX_NUM
) {
in SoftbusUnRegisterScanCb()
624
if (scannerId < 0 || scannerId >=
GATT_SCAN_MAX_NUM
) {
in CheckScanChannelInUsed()
936
for (uint8_t channelId = 0; channelId <
GATT_SCAN_MAX_NUM
; channelId++) {
in SoftbusBleAdapterInit()
Completed in 4 milliseconds