Home
last modified time | relevance | path

Searched defs:OnLeaveLNNResult (Results 1 - 8 of 8) 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/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.cpp702 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_standard.cpp146 int32_t BusCenterClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::BusCenterClientProxy
/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/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h617 typedef void (*OnLeaveLNNResult)(const char *networkId, int32_t retCode); typedef

Completed in 8 milliseconds