Home
last modified time | relevance | path

Searched refs:LnnStopDiscDevice (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Ddisc_client_on_device_found_test.cpp69 …virtual int32_t LnnStopDiscDevice(const char *pkgName, int32_t subscribeId, bool isInnerRequest) =…
81 ON_CALL(*this, LnnStopDiscDevice).WillByDefault(Return(SOFTBUS_OK)); in BusCenterMock()
94 MOCK_METHOD(int32_t, LnnStopDiscDevice, (const char *pkgName, int32_t subscribeId,
138 int32_t LnnStopDiscDevice(const char *pkgName, int32_t subscribeId, bool isInnerRequest) in LnnStopDiscDevice() function
140 return BusCenterMock::GetMock()->LnnStopDiscDevice(pkgName, subscribeId, isInnerRequest); in LnnStopDiscDevice()
219 EXPECT_CALL(mock, LnnStopDiscDevice).Times(0);
239 …EXPECT_CALL(mock, LnnStopDiscDevice(EqStr(g_pkgName1), g_subscribeInfoCast.subscribeId, _)).Times(…
244 …EXPECT_CALL(mock, LnnStopDiscDevice(EqStr(g_pkgName2), g_subscribeInfoOsd.subscribeId, _)).Times(1…
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/
H A Dlnn_discovery_interface_test.cpp224 ret = LnnStopDiscDevice(pkgName, subscribeId, isInnerRequest);
227 ret = LnnStopDiscDevice(pkgName, subscribeId, isInnerRequest);
231 ret = LnnStopDiscDevice(pkgName, subscribeId, isInnerRequest);
234 ret = LnnStopDiscDevice(pkgName, subscribeId, isInnerRequest);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dbus_center_ipc_mock.h46 …virtual int32_t LnnStopDiscDevice(const char *pkgName, int32_t subscribeId, bool isInnerRequest) =…
83 MOCK_METHOD3(LnnStopDiscDevice, int32_t(const char *, int32_t, bool));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp101 int32_t LnnStopDiscDevice(const char *pkgName, int32_t subscribeId, bool isInnerRequest) in LnnStopDiscDevice() function
103 return BusCenterIpcInterfaceInstance()->LnnStopDiscDevice(pkgName, subscribeId, isInnerRequest); in LnnStopDiscDevice()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_discovery_interface.c111 int32_t LnnStopDiscDevice(const char *pkgName, int32_t subscribeId, bool isInnerRequest) in LnnStopDiscDevice() function
H A Dlnn_coap_discovery_impl.c147 return LnnStopDiscDevice(NULL, LNN_SUBSCRIBE_ID, true); in LnnStopCoapDiscovery()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h47 int32_t LnnStopDiscDevice(const char *pkgName, int32_t subscribeId, bool isInnerRequest);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c131 return LnnStopDiscDevice(pkgName, refreshId, false); in LnnIpcStopRefreshLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c349 return LnnStopDiscDevice(pkgName, refreshId, false); in LnnIpcStopRefreshLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp409 return LnnStopDiscDevice(pkgName, subscribeId, false); in LnnIpcStopRefreshLNN()