Home
last modified time | relevance | path

Searched refs:OnLeaveLNNResult (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnninner_fuzzer/
H A Dleavelnninner_fuzzer.cpp25 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function
42 LeaveLNNInner(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(data), OnLeaveLNNResult); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnn_fuzzer/
H A Dleavelnn_fuzzer.cpp24 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function
49 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/joinlnn_fuzzer/
H A Djoinlnn_fuzzer.cpp46 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function
74 LeaveLNN(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp), OnLeaveLNNResult); in JoinLnnFuzzerTest() local
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h617 typedef void (*OnLeaveLNNResult)(const char *networkId, int32_t retCode); typedef
653 int32_t LeaveLNN(const char *pkgName, const char *networkId, OnLeaveLNNResult cb);
/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/sdk/frame/standard/include/
H A Dif_softbus_client.h52 virtual int32_t OnLeaveLNNResult(const char *networkId, int retCode);
H A Dsoftbus_client_stub.h48 int32_t OnLeaveLNNResult(const char *networkId, int retCode) override;
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_standard_test.cpp73 ret = clientProxy->OnLeaveLNNResult(networkId, tmp); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h40 int32_t OnLeaveLNNResult(const char *networkId, int retCode) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h41 int32_t OnLeaveLNNResult(const char *networkId, int retCode) override;
/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dclient_proxy_test.cpp82 * @tc.name: OnLeaveLNNResult
95 int32_t ret = clientProxy->OnLeaveLNNResult(nullptr, TEST_RET_CODE); in HWTEST_F()
97 ret = clientProxy->OnLeaveLNNResult(TEST_NETWORK_ID, TEST_RET_CODE); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp79 int32_t ISoftBusClient::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp399 int32_t retReply = OnLeaveLNNResult(networkId, retCode); in OnLeaveLNNResultInner()
702 int32_t SoftBusClientStub::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::SoftBusClientStub
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp62 return clientProxy->OnLeaveLNNResult(networkId, retCode); in ClientOnLeaveLNNResult()
H A Dbus_center_client_proxy_standard.cpp146 int32_t BusCenterClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::BusCenterClientProxy
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c51 OnLeaveLNNResult cb;
166 static LeaveLNNCbListItem *FindLeaveLNNCbItem(const char *networkId, OnLeaveLNNResult cb) in FindLeaveLNNCbItem()
179 static int32_t AddLeaveLNNCbItem(const char *networkId, OnLeaveLNNResult cb) in AddLeaveLNNCbItem()
755 int32_t LeaveLNNInner(const char *pkgName, const char *networkId, OnLeaveLNNResult cb) in LeaveLNNInner()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp399 int32_t TransClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::TransClientProxy
/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()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp135 OnLeaveLNNResult cb = nullptr; in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Dsoftbus_adapter.c266 OnLeaveLNNResult g_leaveLNNResult = OnLeaveLNNCallback;

Completed in 14 milliseconds