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:MockBluetooth
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H
A
D
bluetooth_mock.cpp
24
MockBluetooth
*
MockBluetooth
::targetMocker = nullptr;
25
BtGapCallBacks *
MockBluetooth
::btGapCallback = nullptr;
26
BtGattCallbacks *
MockBluetooth
::btGattCallback = nullptr;
27
BleScanCallbacks *
MockBluetooth
::bleScanCallback = nullptr;
31
MockBluetooth
::btGapCallback = func;
in ActionGapRegisterCallbacks()
37
MockBluetooth
::btGattCallback = func;
in ActionBleGattRegisterCallbacks()
41
MockBluetooth
*
MockBluetooth
::GetMocker()
in GetMocker()
46
MockBluetooth
function in MockBluetooth
[all...]
H
A
D
softbus_adapter_bt_common_test.cpp
46
MockBluetooth
mocker;
in HWTEST()
60
MockBluetooth
mocker;
in HWTEST()
74
MockBluetooth
mocker;
in HWTEST()
89
MockBluetooth
mocker;
in HWTEST()
104
MockBluetooth
mocker;
in HWTEST()
114
static testing::AssertionResult PrepareBtStateListener(
MockBluetooth
&mocker, int32_t *outlistenerId)
in PrepareBtStateListener()
125
if (
MockBluetooth
::btGapCallback == nullptr) {
in PrepareBtStateListener()
141
MockBluetooth
mocker;
in HWTEST()
145
MockBluetooth
::btGapCallback->stateChangeCallback(OHOS_BT_TRANSPORT_BR_EDR, OHOS_GAP_STATE_TURNING_ON);
in HWTEST()
148
MockBluetooth
in HWTEST()
[all...]
H
A
D
softbus_adapter_ble_gatt_client_test.cpp
82
static void MockAll(
MockBluetooth
&mocker)
in MockAll()
105
MockBluetooth
mocker;
in HWTEST_F()
123
MockBluetooth
mocker;
in HWTEST_F()
142
MockBluetooth
mocker;
in HWTEST_F()
163
MockBluetooth
mocker;
in HWTEST_F()
180
MockBluetooth
mocker;
in HWTEST_F()
197
MockBluetooth
mocker;
in HWTEST_F()
220
MockBluetooth
mocker;
in HWTEST_F()
248
MockBluetooth
mocker;
in HWTEST_F()
295
MockBluetooth
mocke
in HWTEST_F()
[all...]
H
A
D
bluetooth_mock.h
80
class
MockBluetooth
: public BluetoothInterface {
class
82
MockBluetooth
();
83
~
MockBluetooth
();
136
static
MockBluetooth
*GetMocker();
143
static
MockBluetooth
*targetMocker;
H
A
D
softbus_adapter_ble_gatt_server_test.cpp
92
static void MockAll(
MockBluetooth
&mocker)
in MockAll()
117
MockBluetooth
mocker;
in HWTEST_F()
161
MockBluetooth
mocker;
in HWTEST_F()
180
MockBluetooth
mocker;
in HWTEST_F()
213
MockBluetooth
mocker;
in HWTEST_F()
255
MockBluetooth
mocker;
in HWTEST_F()
290
MockBluetooth
mocker;
in HWTEST_F()
314
MockBluetooth
mocker;
in HWTEST_F()
338
MockBluetooth
mocker;
in HWTEST_F()
362
MockBluetooth
mocke
in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H
A
D
bluetooth_mock.cpp
20
MockBluetooth
*
MockBluetooth
::targetMocker = nullptr;
21
BtGapCallBacks *
MockBluetooth
::btGapCallback = nullptr;
22
BtGattCallbacks *
MockBluetooth
::btGattCallback = nullptr;
23
BleScanCallbacks *
MockBluetooth
::bleScanCallback = nullptr;
24
const SoftbusBroadcastMediumInterface *
MockBluetooth
::interface = nullptr;
28
MockBluetooth
::btGapCallback = func;
in ActionGapRegisterCallbacks()
34
MockBluetooth
::btGattCallback = func;
in ActionBleGattRegisterCallbacks()
40
MockBluetooth
::bleScanCallback = func;
in ActionBleRegisterScanCallbacks()
46
MockBluetooth
in ActionBleDeregisterScanCallbacks()
62
MockBluetooth
::
MockBluetooth
()
MockBluetooth()
function in MockBluetooth
[all...]
H
A
D
softbus_ble_gatt_test.cpp
71
MockBluetooth
mocker;
in SetUpTestCase()
73
MockBluetooth
::interface->Init();
in SetUpTestCase()
125
int32_t ret =
MockBluetooth
::interface->RegisterScanListener(scannerId, GetStubScanListener());
in PrepareScanListener()
129
if (
MockBluetooth
::bleScanCallback == nullptr) {
in PrepareScanListener()
171
int32_t ret =
MockBluetooth
::interface->Init();
in HWTEST_F()
174
ret =
MockBluetooth
::interface->Init();
in HWTEST_F()
186
int32_t ret =
MockBluetooth
::interface->DeInit();
in HWTEST_F()
189
ret =
MockBluetooth
::interface->DeInit();
in HWTEST_F()
201
int32_t ret =
MockBluetooth
::interface->RegisterBroadcaster(nullptr, nullptr);
in HWTEST_F()
228
int32_t ret =
MockBluetooth
in HWTEST_F()
[all...]
H
A
D
bluetooth_mock.h
93
class
MockBluetooth
: public BluetoothInterface {
class
95
MockBluetooth
();
96
~
MockBluetooth
();
161
static
MockBluetooth
*GetMocker();
169
static
MockBluetooth
*targetMocker;
Completed in 6 milliseconds