Home
last modified time | relevance | path

Searched refs:StopPublishLNN (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_publish_test.cpp216 ret = StopPublishLNN(g_erroPkgName1, testInfo.publishId); in HWTEST_F()
281 ret = StopPublishLNN(g_pkgName, testInfo.publishId); in HWTEST_F()
288 ret = StopPublishLNN(g_pkgName, testInfo.publishId); in HWTEST_F()
295 ret = StopPublishLNN(g_pkgName, testInfo.publishId); in HWTEST_F()
302 ret = StopPublishLNN(g_pkgName, testInfo.publishId); in HWTEST_F()
328 ret = StopPublishLNN(g_pkgName, g_newpInfo.publishId); in HWTEST_F()
334 ret = StopPublishLNN(g_pkgName, g_newpInfo1.publishId); in HWTEST_F()
340 ret = StopPublishLNN(g_pkgName1, g_newpInfo1.publishId); in HWTEST_F()
368 ret = StopPublishLNN(g_pkgName, testInfo.publishId); in HWTEST_F()
374 ret = StopPublishLNN(g_pkgNam in HWTEST_F()
[all...]
H A Dbus_center_sdk_test.cpp467 ret = StopPublishLNN(TEST_PKG_NAME, tmpId1); in HWTEST_F()
469 ret = StopPublishLNN(TEST_PKG_NAME, tmpId2); in HWTEST_F()
471 ret = StopPublishLNN(TEST_PKG_NAME_1, tmpId3); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/
H A Ddisc_sdk_test.cpp264 ret = StopPublishLNN(g_pkgName, g_pInfo.publishId); in HWTEST_F()
269 ret = StopPublishLNN(g_pkgName, g_pInfo1.publishId); in HWTEST_F()
274 ret = StopPublishLNN(g_pkgName_1, g_pInfo1.publishId); in HWTEST_F()
281 * @tc.require: The PublishLNN and StopPublishLNN operates normally.
291 ret = StopPublishLNN(g_pkgName, g_publishInfo.publishId); in HWTEST_F()
297 ret = StopPublishLNN(g_pkgName, g_publishInfo.publishId); in HWTEST_F()
303 ret = StopPublishLNN(g_pkgName, g_publishInfo.publishId); in HWTEST_F()
309 ret = StopPublishLNN(g_pkgName, g_publishInfo.publishId); in HWTEST_F()
315 ret = StopPublishLNN(g_pkgName, g_publishInfo.publishId); in HWTEST_F()
323 * @tc.require: The PublishLNN and StopPublishLNN operate
[all...]
H A Ddisc_sdk_only_l2_test.cpp122 * @tc.require: The StopPublishLNN operates normally.
129 ret = StopPublishLNN(g_pkgName, tmpId); in HWTEST_F()
135 * @tc.desc: Verify StopPublishLNN again.
139 * @tc.require: The StopPublishLNN operates normally.
148 ret = StopPublishLNN(g_pkgName, tmpId); in HWTEST_F()
150 ret = StopPublishLNN(g_pkgName, tmpId); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/stoppublishlnn_fuzzer/
H A Dstoppublishlnn_fuzzer.cpp44 StopPublishLNN(reinterpret_cast<const char *>(tmp), in StopPublishLNNTest()
/foundation/communication/dsoftbus/tests/sdk/discovery/benchmarktest/
H A Ddiscovery_test.cpp148 ret = StopPublishLNN(g_pkgName, g_pInfo.publishId); in BENCHMARK_F()
172 ret = StopPublishLNN(g_pkgName, g_pInfo.publishId); in BENCHMARK_F()
/foundation/communication/dsoftbus/tests/sdk/bus_center/benchmarktest/
H A Dbus_center_test.cpp270 StopPublishLNN(TEST_PKG_NAME, g_pInfo.publishId); in BENCHMARK_F()
277 * @tc.desc: StopPublishLNN Performance Testing
279 * @tc.require: StopPublishLNN normal operation
290 ret = StopPublishLNN(TEST_PKG_NAME, g_pInfo.publishId); in BENCHMARK_F()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/publishlnn_fuzzer/
H A Dpublishlnn_fuzzer.cpp83 StopPublishLNN(reinterpret_cast<const char *>(tmp), g_pInfo.publishId); in DoSomethingInterestingWithMyAPI()
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Dpublish_refresh_lnn_demo.c103 * 3. If PublishLNN() return ok, device A calls StopPublishLNN() to stop it. in main()
105 ret = StopPublishLNN(pkgNameA, g_publishId); in main()
107 printf("[demo]StopPublishLNN sucess\n"); in main()
109 printf("[demo]StopPublishLNN failed, ret = %d\n", ret); in main()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dif_softbus_server.cpp46 int32_t ISoftBusServer::StopPublishLNN(const char *pkgName, int32_t publishId) in StopPublishLNN() function in OHOS::ISoftBusServer
50 COMM_LOGI(COMM_SVC, "StopPublishLNN ipc default impl"); in StopPublishLNN()
H A Dsoftbus_server.cpp266 int32_t SoftBusServer::StopPublishLNN(const char *pkgName, int32_t publishId) in StopPublishLNN() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1417 int32_t retReply = StopPublishLNN(clientName, publishId); in StopPublishLNNInner()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_publish.cpp126 int32_t ret = StopPublishLNN(DM_PKG_NAME, publishId); in StopPublishSoftbusLNN()
128 LOGE("[SOFTBUS]StopPublishLNN failed, ret: %{public}d.", ret); in StopPublishSoftbusLNN()
H A Dsoftbus_listener.cpp630 int32_t ret = ::StopPublishLNN(DM_PKG_NAME, publishId); in StopPublishSoftbusLNN()
632 LOGE("[SOFTBUS]StopPublishLNN failed, ret: %{public}d.", ret); in StopPublishSoftbusLNN()
H A Dmine_softbus_listener.cpp145 if (StopPublishLNN(DM_PKG_NAME.c_str(), DISTRIBUTED_HARDWARE_DEVICEMANAGER_SA_ID) != DM_OK) { in ~MineSoftbusListener()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h60 int32_t StopPublishLNN(const char *pkgName, int32_t publishId) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h63 int32_t StopPublishLNN(const char *pkgName, int32_t publishId) override;
H A Dif_softbus_server.h64 virtual int32_t StopPublishLNN(const char *pkgName, int32_t publishId);
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h823 int32_t StopPublishLNN(const char *pkgName, int32_t publishId);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp229 int32_t ret = g_serverProxy->StopPublishLNN(pkgName, publishId); in ServerIpcStopPublishLNN()
H A Dbus_center_server_proxy_standard.cpp729 int32_t BusCenterServerProxy::StopPublishLNN(const char *pkgName, int32_t publishId) in StopPublishLNN() function in OHOS::BusCenterServerProxy
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c450 int32_t StopPublishLNN(const char *pkgName, int32_t publishId) in StopPublishLNN() function
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp153 int32_t ret = ::StopPublishLNN(DM_PKG_NAME, publishId); in UnPublishDiscovery()
155 LOGE("[SOFTBUS]StopPublishLNN failed with ret: %{public}d.", ret); in UnPublishDiscovery()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c936 int retValue = StopPublishLNN(pkgName, DEVICEMANAGER_SA_ID); in StopSoftbusPublish()

Completed in 20 milliseconds