Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnn_fuzzer/
H A Dleavelnn_fuzzer.cpp49 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in DoSomethingInterestingWithMyAPI()
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Djoin_lnn_demo.c81 * 3. If OnJoinLnnDone() return ok, g_networkId is returned. device A calls LeaveLNN() to leave. in main()
83 ret = LeaveLNN(pkgName, g_networkId, OnLeaveLnnDone); in main()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/joinlnn_fuzzer/
H A Djoinlnn_fuzzer.cpp74 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in JoinLnnFuzzerTest()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_test.cpp201 * @tc.desc: bus center LeaveLNN interface exception test
210 EXPECT_TRUE(LeaveLNN(nullptr, networkId, OnLeaveLNNDone) != SOFTBUS_OK); in HWTEST_F()
211 EXPECT_TRUE(LeaveLNN(TEST_PKG_NAME, nullptr, OnLeaveLNNDone) != SOFTBUS_OK); in HWTEST_F()
212 EXPECT_TRUE(LeaveLNN(TEST_PKG_NAME, networkId, nullptr) != SOFTBUS_OK); in HWTEST_F()
213 EXPECT_TRUE(LeaveLNN(TEST_PKG_NAME, errNetIdLenMore, OnLeaveLNNDone) != SOFTBUS_OK); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h44 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h47 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h44 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h47 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
H A Dif_softbus_server.h46 virtual int32_t LeaveLNN(const char *pkgName, const char *networkId) = 0;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp160 int32_t SoftBusServerProxyFrame::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN() function in OHOS::SoftBusServerProxyFrame
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Ddsoftbus_app_dfile.cpp242 LeaveLNN(g_testModuleName, g_networkId, OnLeaveLNNDone); in LNNLeaveState()
H A Ddsoftbus_app_dfile.c237 LeaveLNN(g_networkId, OnLeaveLNNDone); in TestActiveSendFile()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h608 * @brief Called when a device is removed from a LNN via {@link LeaveLNN}.
653 int32_t LeaveLNN(const char *pkgName, const char *networkId, OnLeaveLNNResult cb);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp189 int32_t ret = g_serverProxy->LeaveLNN(pkgName, networkId); in ServerIpcLeaveLNN()
H A Dbus_center_server_proxy_standard.cpp229 int32_t BusCenterServerProxy::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN() function in OHOS::BusCenterServerProxy
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_tdc_sdk_test.c141 if (LeaveLNN(info1.networkId, OnLeaveLNNDone) != 0) { in LeaveNetWork()
142 TRANS_LOGI(TRANS_TEST, "[test]LeaveLNN error!"); in LeaveNetWork()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp189 int32_t SoftBusServer::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp919 int32_t retReply = LeaveLNN(clientName, networkId); in LeaveLNNInner()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c366 int32_t LeaveLNN(const char *pkgName, const char *networkId, OnLeaveLNNResult cb) in LeaveLNN() function
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy_standard.cpp728 int32_t TransServerProxy::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN() function in OHOS::TransServerProxy
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp113 ret = transServerProxy.LeaveLNN(g_pkgName, g_networkId); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c1391 LeaveLNN(DM_PKG_NAME, networkId, g_leaveLNNResult); in SoftbusUnBindTarget()

Completed in 18 milliseconds