Home
last modified time | relevance | path

Searched refs:StopAdvertise (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/dsoftbus/tests/core/discovery/coap/unittest/
H A Ddisc_coap_test.cpp294 ret = g_discCoapFuncInterface->StopAdvertise(nullptr); in HWTEST_F()
299 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
321 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
344 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
349 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
355 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
380 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
386 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
392 ret = g_discCoapFuncInterface->StopAdvertise(&g_testSubOption); in HWTEST_F()
497 ret = g_discCoapFuncInterface->StopAdvertise( in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/discovery/ble/virtual_link_ble/src/
H A Ddisc_virtual_link_ble_virtual.c69 static int32_t StopAdvertise(const SubscribeOption *option) in StopAdvertise() function
93 .StopAdvertise = StopAdvertise,
/foundation/communication/dsoftbus/core/discovery/ble/share_ble/src/
H A Ddisc_share_ble_virtual.c56 static int32_t StopAdvertise(const SubscribeOption *option) in StopAdvertise() function
84 .StopAdvertise = StopAdvertise,
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Dble_mock.cpp70 return Get()->StopAdvertise(option); in BleStopAdvertise()
119 EXPECT_CALL(*this, StopAdvertise(NotNull())).WillRepeatedly(Return(SOFTBUS_OK)); in SetupStub()
H A Dcoap_mock.cpp70 return Get()->StopAdvertise(option); in CoapStopAdvertise()
111 EXPECT_CALL(*this, StopAdvertise(NotNull())).WillRepeatedly(Return(SOFTBUS_OK)); in SetupStub()
H A Dble_mock.h32 virtual int32_t StopAdvertise(const SubscribeOption *option) = 0;
53 MOCK_METHOD(int32_t, StopAdvertise, (const SubscribeOption* option), (override));
H A Dcoap_mock.h32 virtual int32_t StopAdvertise(const SubscribeOption *option) = 0;
52 MOCK_METHOD(int32_t, StopAdvertise, (const SubscribeOption* option), (override));
H A Ddisc_manager_mock_test.cpp584 EXPECT_CALL(bleMock, StopAdvertise).WillRepeatedly(Return(SOFTBUS_DISCOVER_TEST_CASE_ERRCODE)); in HWTEST_F()
740 EXPECT_CALL(bleMock, StopAdvertise).WillRepeatedly(Return(SOFTBUS_DISCOVER_TEST_CASE_ERRCODE)); in HWTEST_F()
H A Ddisc_manager_test.cpp149 if (g_coapDiscFunc->StopAdvertise(&g_subscribeOption) != 0) { in DiscCoapStopDiscovery()
/foundation/communication/dsoftbus/core/discovery/manager/include/
H A Ddisc_manager.h62 int32_t (*StopAdvertise)(const SubscribeOption *option); member
/foundation/communication/dsoftbus/core/discovery/ble/touch_ble/src/
H A Ddisc_touch_ble_virtual.c93 .StopAdvertise = TouchBleStopActiveDiscovery,
/foundation/communication/dsoftbus/core/discovery/ble/approach_ble/src/
H A Ddisc_approach_ble_virtual.c93 .StopAdvertise = ApproachBleStopActiveDiscovery,
/foundation/communication/dsoftbus/tests/core/discovery/ble/dispatcher/
H A Ddisc_ble_dispatcher_test.cpp323 .StopAdvertise = StopAdvertiseA,
341 .StopAdvertise = StopAdvertiseB,
457 ret = interface->StopAdvertise(&g_sOption1); in HWTEST_F()
563 ret = interface->StopAdvertise(&g_sOption2); in HWTEST_F()
669 ret = interface->StopAdvertise(&g_sOption3); in HWTEST_F()
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/
H A Ddiscovery_manager.h99 bool StopAdvertise();
/foundation/communication/dsoftbus/core/discovery/ble/dispatcher/src/
H A Ddisc_ble_dispatcher.c101 return mode == DISCOVER_MODE_ACTIVE ? interface->StopAdvertise(option) : interface->Unsubscribe(option); in BleDispatchSubscribeOption()
176 .StopAdvertise = BleDispatchStopActiveDiscovery,
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Ddisc_ble_test.cpp339 EXPECT_EQ(g_interface->mediumInterface->StopAdvertise(&option), SOFTBUS_OK); in HWTEST_F()
341 EXPECT_EQ(g_interface->mediumInterface->StopAdvertise(&option), SOFTBUS_OK); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp92 ASSERT_NE(interface->mediumInterface->StopAdvertise, nullptr); in AssertInterfaceIsNotNull()
244 ret = interface->mediumInterface->StopAdvertise(&g_subscribeOption); in HWTEST_F()
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Ddiscovery_manager.cpp200 bool DiscoveryManager::StopAdvertise() in StopAdvertise() function in OHOS::CastEngine::CastEngineService::DiscoveryManager
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service.cpp568 DiscoveryManager::GetInstance().StopAdvertise()) { in SetDiscoverable()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c490 .StopAdvertise = CoapStopAdvertise,
/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c240 return ((mode == DISCOVER_MODE_ACTIVE) ? (interface->StopAdvertise(&(option->subscribeOption))) : in CallSpecificInterfaceFunc()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1430 .StopAdvertise = BleStopActiveDiscovery,

Completed in 18 milliseconds