Home
last modified time | relevance | path

Searched refs:ProcessDetectLinkResponse (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.h59 static void ProcessDetectLinkResponse(AuthHandle handle, const NegotiateMessage &response);
H A Dauth_negotiate_channel.cpp167 void AuthNegotiateChannel::ProcessDetectLinkResponse(AuthHandle handle, const NegotiateMessage &res… in ProcessDetectLinkResponse() function in OHOS::SoftBus::AuthNegotiateChannel
233 std::thread(AuthNegotiateChannel::ProcessDetectLinkResponse, handle, msg).detach(); in OnAuthDataReceived()