Home
last modified time | relevance | path

Searched refs:clientCallBack (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h419 ClientCallBack clientCallBack; variable
H A Dp2p_state_machine.cpp988 clientCallBack.OnIpSuccessChanged = DhcpResultNotify::OnSuccess; in StartDhcpClientInterface()
989 clientCallBack.OnIpFailChanged = DhcpResultNotify::OnFailed; in StartDhcpClientInterface()
991 …RegisterDhcpClientCallBack(groupManager.GetCurrentGroup().GetInterface().c_str(), &clientCallBack); in StartDhcpClientInterface()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h1226 ClientCallBack clientCallBack; variable
H A Dsta_state_machine.cpp2988 clientCallBack.OnIpSuccessChanged = DhcpResultNotify::OnSuccess; in RegisterCallBack()
2989 clientCallBack.OnIpFailChanged = DhcpResultNotify::OnFailed; in RegisterCallBack()
2991 DhcpErrorCode dhcpRet = RegisterDhcpClientCallBack(ifname.c_str(), &clientCallBack); in RegisterCallBack()