Searched refs:BleStopScan (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/ |
H A D | ble_mock.h | 64 static int32_t BleStopScan(const PublishOption *option); 73 BlePublish, BleStartScan, BleUnpublish, BleStopScan,
|
H A D | ble_mock.cpp | 48 int32_t BleMock::BleStopScan(const PublishOption *option) in BleStopScan() function in BleMock
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 51 virtual int32_t BleStopScan(int32_t scannerId) = 0; 95 MOCK_METHOD(int32_t, BleStopScan, (int32_t scannerId), (override)); 179 EXPECT_CALL(mock_, BleStopScan).Times(expectCallCount_[BLE_STOP_SCAN]); in Build()
|
H A D | bluetooth_mock.cpp | 456 int32_t BleStopScan(int32_t scannerId) in BleStopScan() function 459 return BluetoothMock::GetMock()->BleStopScan(scannerId); in BleStopScan()
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 109 int32_t BleStopScan(int32_t scannerId) in BleStopScan() function 111 return MockBluetooth::GetMocker()->BleStopScan(scannerId); in BleStopScan()
|
H A D | bluetooth_mock.h | 45 virtual int BleStopScan(int scannerId) = 0; 97 MOCK_METHOD(int32_t, BleStopScan, (int scannerId), (override));
|
H A D | softbus_adapter_bt_common_test.cpp | 116 EXPECT_CALL(mocker, BleStopScan).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in PrepareBtStateListener()
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 139 int32_t BleStopScan(int32_t scannerId) in BleStopScan() function 141 return MockBluetooth::GetMocker()->BleStopScan(scannerId); in BleStopScan()
|
H A D | bluetooth_mock.h | 47 virtual int32_t BleStopScan(int32_t scannerId) = 0; 112 MOCK_METHOD(int32_t, BleStopScan, (int32_t scannerId), (override));
|
H A D | softbus_ble_gatt_test.cpp | 1185 EXPECT_CALL(mocker, BleStopScan).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 744 int BleStopScan(int32_t scannerId);
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 506 int BleStopScan(int32_t scannerId) in BleStopScan() function 508 HILOGD("BleStopScan enter scannerId: %{public}d", scannerId); in BleStopScan() 511 HILOGE("BleStopScan fail, scannerId is invalid."); in BleStopScan()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 708 int32_t ret = BleStopScan(btScannerId); in SoftbusStopScan()
|
Completed in 12 milliseconds