Searched refs:WIFI_SVR_CMD_GET_DHCP_INFO (Results 1 – 6 of 6) sorted by relevance
40 WIFI_SVR_CMD_GET_DHCP_INFO = 0x1018, /* get dhcp info */ enumerator
268 case static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO): { in IpcCallback()1282 owner.funcId = static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO); in GetIpInfo()1283 … remote_->Invoke(remote_, static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO), &req, in GetIpInfo()1287 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO), error); in GetIpInfo()
1424 … Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO), data, … in GetIpInfo()1428 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO), error); in GetIpInfo()
722 …handleFuncMap_[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO)] = &WifiDeviceS… in InitHandleMap()
180 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO)] = [this](uint32… in InitHandleMap()
400 OnRemoteRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DHCP_INFO), datas); in OnGetIpInfoFuzzTest()