Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_manager_service_ipc_interface_code.h40 DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE = 0x5007, enumerator
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy_lite.cpp426 ….funcId = static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE); in RemoveAllDhcpRange()
428 static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE), in RemoveAllDhcpRange()
432 … static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE)); in RemoveAllDhcpRange()
H A Ddhcp_server_proxy.cpp318 …static_cast<uint32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE), data, r… in RemoveAllDhcpRange()
321 … static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE), error); in RemoveAllDhcpRange()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub.cpp59 …eFuncMap[static_cast<uint32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REMOVE_ALL_DHCP_RANGE)… in InitHandleMap()