Searched defs:OnLeaveLNNResult (Results 1 – 8 of 8) sorted by relevance
24 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function
25 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function
46 static void OnLeaveLNNResult(const char *networkId, int32_t retCode) in OnLeaveLNNResult() function
79 int32_t ISoftBusClient::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::ISoftBusClient
730 int32_t SoftBusClientStub::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::SoftBusClientStub
146 int32_t BusCenterClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::BusCenterClientProxy
433 int32_t TransClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() function in OHOS::TransClientProxy
604 typedef void (*OnLeaveLNNResult)(const char *networkId, int32_t retCode); typedef