Searched refs:StopDhcp (Results 1 – 9 of 9) sorted by relevance
212 EXPECT_FALSE(pDhcpdInterface->StopDhcp(ifaceName));214 EXPECT_FALSE(pDhcpdInterface->StopDhcp(ifaceName));216 EXPECT_TRUE(pDhcpdInterface->StopDhcp(ifaceName));
69 bool StopDhcp(const std::string &ifaceName);
134 bool DhcpdInterface::StopDhcp(const std::string &ifaceName) in StopDhcp() function in OHOS::Wifi::DhcpdInterface
111 bool StopDhcp();
147 if (!m_DhcpdInterface.StopDhcp(ifaceName)) { in StopDhcpServer()
476 bool result = networkShareWifiSubStateMachine->StopDhcp();483 result = networkShareWifiSubStateMachine->StopDhcp();
804 bool NetworkShareSubStateMachine::StopDhcp() in StopDhcp() function in OHOS::NetManagerStandard::NetworkShareSubStateMachine835 return StopDhcp(); in ConfigureShareDhcp()
454 networkShareSubStateMachine->StopDhcp(); in DonetworkShareSubStateMachine()
904 return m_DhcpdInterface.StopDhcp(groupManager.GetCurrentGroup().GetInterface()); in StopDhcpServer()