/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnn_fuzzer/ |
H A D | leavelnn_fuzzer.cpp | 49 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 D | join_lnn_demo.c | 81 * 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 D | joinlnn_fuzzer.cpp | 74 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in JoinLnnFuzzerTest()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_test.cpp | 201 * @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 D | trans_server_proxy_standard.h | 44 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_server_proxy_standard.h | 47 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 44 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server.h | 47 int32_t LeaveLNN(const char *pkgName, const char *networkId) override;
|
H A D | if_softbus_server.h | 46 virtual int32_t LeaveLNN(const char *pkgName, const char *networkId) = 0;
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_standard.cpp | 160 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 D | dsoftbus_app_dfile.cpp | 242 LeaveLNN(g_testModuleName, g_networkId, OnLeaveLNNDone); in LNNLeaveState()
|
H A D | dsoftbus_app_dfile.c | 237 LeaveLNN(g_networkId, OnLeaveLNNDone); in TestActiveSendFile()
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 608 * @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 D | bus_center_server_proxy.cpp | 189 int32_t ret = g_serverProxy->LeaveLNN(pkgName, networkId); in ServerIpcLeaveLNN()
|
H A D | bus_center_server_proxy_standard.cpp | 229 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 D | trans_tdc_sdk_test.c | 141 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 D | softbus_server.cpp | 189 int32_t SoftBusServer::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN() function in OHOS::SoftBusServer
|
H A D | softbus_server_stub.cpp | 919 int32_t retReply = LeaveLNN(clientName, networkId); in LeaveLNNInner()
|
/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 366 int32_t LeaveLNN(const char *pkgName, const char *networkId, OnLeaveLNNResult cb) in LeaveLNN() function
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy_standard.cpp | 728 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 D | trans_ipc_test.cpp | 113 ret = transServerProxy.LeaveLNN(g_pkgName, g_networkId); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
H A D | softbus_adapter.c | 1391 LeaveLNN(DM_PKG_NAME, networkId, g_leaveLNNResult); in SoftbusUnBindTarget()
|