Home
last modified time | relevance | path

Searched refs:StopDhcp (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Ddhcpd_interface_test.cpp212 EXPECT_FALSE(pDhcpdInterface->StopDhcp(ifaceName)); in HWTEST_F()
214 EXPECT_FALSE(pDhcpdInterface->StopDhcp(ifaceName)); in HWTEST_F()
216 EXPECT_TRUE(pDhcpdInterface->StopDhcp(ifaceName)); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.h69 bool StopDhcp(const std::string &ifaceName);
H A Ddhcpd_interface.cpp134 bool DhcpdInterface::StopDhcp(const std::string &ifaceName) in StopDhcp() function in OHOS::Wifi::DhcpdInterface
136 WIFI_LOGI("StopDhcp ifaceName:%{public}s, flag:%{public}d", ifaceName.c_str(), mStartDhcpServerFlag); in StopDhcp()
138 WIFI_LOGE("StopDhcp return!"); in StopDhcp()
151 WIFI_LOGI("StopDhcp ifaceName:%{public}s, rangeName:%{public}s", ifaceName.c_str(), rangeName.c_str()); in StopDhcp()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_sub_statemachine.h111 bool StopDhcp();
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp147 if (!m_DhcpdInterface.StopDhcp(ifaceName)) { in StopDhcpServer()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp476 bool result = networkShareWifiSubStateMachine->StopDhcp(); in HWTEST_F()
483 result = networkShareWifiSubStateMachine->StopDhcp(); in HWTEST_F()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp846 bool NetworkShareSubStateMachine::StopDhcp() in StopDhcp() function in OHOS::NetManagerStandard::NetworkShareSubStateMachine
849 NETMGR_EXT_LOG_W("StopDhcp wifi hotspot not need stop."); in StopDhcp()
877 return StopDhcp(); in ConfigureShareDhcp()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp454 networkShareSubStateMachine->StopDhcp(); in DonetworkShareSubStateMachine()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp880 return m_DhcpdInterface.StopDhcp(groupManager.GetCurrentGroup().GetInterface()); in StopDhcpServer()

Completed in 9 milliseconds