Home
last modified time | relevance | path

Searched refs:TryToCloseDhcpClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test1.cpp335 pStaStateMachine->pDhcpResultNotify->TryToCloseDhcpClient(ipType); in TryToCloseDhcpClientTest()
343 pStaStateMachine->pDhcpResultNotify->TryToCloseDhcpClient(ipType); in TryToCloseDhcpClientTest1()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h411 static void TryToCloseDhcpClient(int iptype);
H A Dsta_state_machine.cpp4365 TryToCloseDhcpClient(result->iptype); in DealDhcpResult()
4496 void StaStateMachine::DhcpResultNotify::TryToCloseDhcpClient(int iptype) in TryToCloseDhcpClient() function in OHOS::Wifi::StaStateMachine::DhcpResultNotify