Home
last modified time | relevance | path

Searched refs:LeaveLNNInner (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnninner_fuzzer/
H A Dleavelnninner_fuzzer.cpp42 LeaveLNNInner(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(data), OnLeaveLNNResult); in DoSomethingInterestingWithMyAPI()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp144 EXPECT_TRUE(LeaveLNNInner(nullptr, NODE1_NETWORK_ID, cb) == SOFTBUS_ERR); in HWTEST_F()
145 EXPECT_TRUE(LeaveLNNInner(nullptr, NODE1_NETWORK_ID, cb) == SOFTBUS_OK); in HWTEST_F()
146 EXPECT_TRUE(LeaveLNNInner(nullptr, NODE1_NETWORK_ID, nullptr) == SOFTBUS_ERR); in HWTEST_F()
494 EXPECT_TRUE(LeaveLNNInner(nullptr, NODE1_NETWORK_ID, OnLeaveResultCb) == SOFTBUS_OK); in HWTEST_F()
496 EXPECT_TRUE(LeaveLNNInner(nullptr, NODE1_NETWORK_ID, nullptr) == SOFTBUS_OK); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/
H A Dclient_bus_center_manager.h31 int32_t LeaveLNNInner(const char *pkgName, const char *networkId, OnLeaveLNNResult cb);
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server_stub.h50 int32_t LeaveLNNInner(MessageParcel &data, MessageParcel &reply);
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp755 ret = softBusServer->LeaveLNNInner(datas, reply); in HWTEST_F()
759 ret = softBusServer->LeaveLNNInner(datas, reply); in HWTEST_F()
764 ret = softBusServer->LeaveLNNInner(datas, reply); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c373 int32_t ret = LeaveLNNInner(pkgName, networkId, cb); in LeaveLNN()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp153 memberFuncMap_[SERVER_LEAVE_LNN] = &SoftBusServerStub::LeaveLNNInner; in InitMemberFuncMap()
906 int32_t SoftBusServerStub::LeaveLNNInner(MessageParcel &data, MessageParcel &reply) in LeaveLNNInner() function in OHOS::SoftBusServerStub
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c755 int32_t LeaveLNNInner(const char *pkgName, const char *networkId, OnLeaveLNNResult cb) in LeaveLNNInner() function
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp563 SoftBusServer->LeaveLNNInner(datas, reply); in LeaveLNNFuzzTest()

Completed in 13 milliseconds