Searched defs:OnLeaveLNNResult (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/leavelnninner_fuzzer/ |
H A D | leavelnninner_fuzzer.cpp | 25 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 D | leavelnn_fuzzer.cpp | 24 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 D | joinlnn_fuzzer.cpp | 46 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 D | if_softbus_client.cpp | 79 int32_t ISoftBusClient::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 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 D | bus_center_client_proxy_standard.cpp | 146 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 D | trans_client_proxy_standard.cpp | 399 int32_t TransClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::TransClientProxy
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 617 typedef void (*OnLeaveLNNResult)(const char *networkId, int32_t retCode); typedef
|
Completed in 8 milliseconds