Home
last modified time | relevance | path

Searched refs:StopScan (Results 1 - 25 of 46) sorted by relevance

12

/foundation/communication/dsoftbus/core/discovery/ble/virtual_link_ble/src/
H A Ddisc_virtual_link_ble_virtual.c57 static int32_t StopScan(const PublishOption *option) in StopScan() function
91 .StopScan = StopScan,
/foundation/communication/dsoftbus/core/discovery/ble/share_ble/src/
H A Ddisc_share_ble_virtual.c36 static int32_t StopScan(const PublishOption *option) in StopScan() function
80 .StopScan = StopScan,
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp296 EXPECT_EQ(SOFTBUS_BC_MGR_NO_FUNC_REGISTERED, StopScan(listenerId)); in HWTEST_F()
340 EXPECT_EQ(SOFTBUS_BC_MGR_FUNC_NULL, StopScan(listenerId)); in HWTEST_F()
1050 EXPECT_EQ(SOFTBUS_OK, StopScan(listenerId)); in HWTEST_F()
1082 EXPECT_EQ(SOFTBUS_OK, StopScan(listenerId)); in HWTEST_F()
1103 EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_LISN_ID, StopScan(invalidId)); in HWTEST_F()
1104 EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_LISN_ID, StopScan(SCAN_NUM_MAX)); in HWTEST_F()
1106 EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_LISN_ID, StopScan(invalidId)); in HWTEST_F()
1128 EXPECT_EQ(SOFTBUS_OK, StopScan(listenerId)); in HWTEST_F()
1177 EXPECT_EQ(SOFTBUS_OK, StopScan(discListenerId)); in HWTEST_F()
1179 EXPECT_EQ(SOFTBUS_OK, StopScan(connListenerI in HWTEST_F()
[all...]
H A Dsoftbus_ble_mock.cpp200 .StopScan = MockStopScan, in ActionOfSoftbusBleAdapterInit()
/foundation/communication/dsoftbus/tests/core/discovery/coap/unittest/
H A Ddisc_coap_test.cpp202 ret = g_discCoapFuncInterface->StopScan(nullptr); in HWTEST_F()
207 ret = g_discCoapFuncInterface->StopScan(&g_testPubOption); in HWTEST_F()
214 ret = g_discCoapFuncInterface->StopScan(&g_testPubOption); in HWTEST_F()
236 ret = g_discCoapFuncInterface->StopScan(&g_testPubOption); in HWTEST_F()
260 ret = g_discCoapFuncInterface->StopScan(&g_testPubOption); in HWTEST_F()
266 ret = g_discCoapFuncInterface->StopScan(&g_testPubOption); in HWTEST_F()
272 ret = g_discCoapFuncInterface->StopScan(&g_testPubOption); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Dble_mock.cpp50 return Get()->StopScan(option); in BleStopScan()
115 EXPECT_CALL(*this, StopScan(NotNull())).WillRepeatedly(Return(SOFTBUS_OK)); in SetupStub()
H A Dcoap_mock.cpp50 return Get()->StopScan(option); in CoapStopScan()
107 EXPECT_CALL(*this, StopScan(NotNull())).WillRepeatedly(Return(SOFTBUS_OK)); in SetupStub()
H A Dble_mock.h28 virtual int32_t StopScan(const PublishOption *option) = 0;
50 MOCK_METHOD(int32_t, StopScan, (const PublishOption* option), (override));
H A Dcoap_mock.h28 virtual int32_t StopScan(const PublishOption *option) = 0;
49 MOCK_METHOD(int32_t, StopScan, (const PublishOption* option), (override));
/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp90 ASSERT_NE(interface->mediumInterface->StopScan, nullptr); in AssertInterfaceIsNotNull()
385 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
431 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
480 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
529 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
579 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
635 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
692 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
746 ret = interface->mediumInterface->StopScan(&g_publishOption); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h37 int StopScan(int32_t scannerId) override;
/foundation/communication/dsoftbus/core/discovery/manager/include/
H A Ddisc_manager.h58 int32_t (*StopScan)(const PublishOption *option); member
/foundation/communication/dsoftbus/core/discovery/ble/touch_ble/src/
H A Ddisc_touch_ble_virtual.c89 .StopScan = TouchBleStopPassivePublish,
/foundation/communication/dsoftbus/core/discovery/ble/approach_ble/src/
H A Ddisc_approach_ble_virtual.c89 .StopScan = ApproachBleStopPassivePublish,
/foundation/communication/dsoftbus/tests/core/discovery/ble/dispatcher/
H A Ddisc_ble_dispatcher_test.cpp319 .StopScan = StopScanA,
337 .StopScan = StopScanB,
404 ret = interface->StopScan(&g_pOption1); in HWTEST_F()
510 ret = interface->StopScan(&g_pOption2); in HWTEST_F()
616 ret = interface->StopScan(&g_pOption3); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h58 virtual int StopScan(int32_t scannerId) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h42 int StopScan(int32_t scannerId) override;
/foundation/communication/dsoftbus/core/broadcast/scheduler/src/
H A Dbroadcast_scheduler.c77 return StopScan(listenerId); in SchedulerStopScan()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_interface.h82 int32_t (*StopScan)(int32_t scannerId); member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_manager.h219 int32_t StopScan(int32_t listenerId);
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.h47 virtual int32_t StopScan(int32_t listenerId) = 0;
83 MOCK_METHOD(int32_t, StopScan, (int32_t listenerId), (override));
H A Dble_mock.cpp65 int32_t StopScan(int32_t listenerId) in StopScan() function
67 return BleMock::GetMock()->StopScan(listenerId); in StopScan()
537 EXPECT_CALL(*this, StopScan).WillRepeatedly(BleMock::ActionOfStopScan); in SetupSuccessStub()
/foundation/communication/dsoftbus/core/discovery/ble/dispatcher/src/
H A Ddisc_ble_dispatcher.c69 return mode == DISCOVER_MODE_ACTIVE ? interface->Unpublish(option) : interface->StopScan(option); in BleDispatchPublishOption()
173 .StopScan = BleDispatchStopPassivePublish,
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h432 virtual void StopScan() const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h134 void StopScan() const override;

Completed in 14 milliseconds

12