Home
last modified time | relevance | path

Searched refs:BleStopScan (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Dble_mock.h64 static int32_t BleStopScan(const PublishOption *option);
73 BlePublish, BleStartScan, BleUnpublish, BleStopScan,
H A Dble_mock.cpp48 int32_t BleMock::BleStopScan(const PublishOption *option) in BleStopScan() function in BleMock
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h51 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 Dbluetooth_mock.cpp456 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 Dbluetooth_mock.cpp109 int32_t BleStopScan(int32_t scannerId) in BleStopScan() function
111 return MockBluetooth::GetMocker()->BleStopScan(scannerId); in BleStopScan()
H A Dbluetooth_mock.h45 virtual int BleStopScan(int scannerId) = 0;
97 MOCK_METHOD(int32_t, BleStopScan, (int scannerId), (override));
H A Dsoftbus_adapter_bt_common_test.cpp116 EXPECT_CALL(mocker, BleStopScan).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in PrepareBtStateListener()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp139 int32_t BleStopScan(int32_t scannerId) in BleStopScan() function
141 return MockBluetooth::GetMocker()->BleStopScan(scannerId); in BleStopScan()
H A Dbluetooth_mock.h47 virtual int32_t BleStopScan(int32_t scannerId) = 0;
112 MOCK_METHOD(int32_t, BleStopScan, (int32_t scannerId), (override));
H A Dsoftbus_ble_gatt_test.cpp1185 EXPECT_CALL(mocker, BleStopScan).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h744 int BleStopScan(int32_t scannerId);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp506 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 Dsoftbus_ble_gatt.c708 int32_t ret = BleStopScan(btScannerId); in SoftbusStopScan()

Completed in 12 milliseconds