Searched refs:resultMap (Results 1 – 1 of 1) sorted by relevance
254 std::map<std::string, std::string> resultMap; in GetDeviceInfo() local259 resultMap["sn"] = sn; in GetDeviceInfo()260 resultMap["deviceTypeName"] = deviceTypeName; in GetDeviceInfo()261 resultMap["brand"] = brand; in GetDeviceInfo()262 resultMap["board"] = "hw"; in GetDeviceInfo()263 resultMap["version"] = version; in GetDeviceInfo()264 return resultMap; in GetDeviceInfo()269 std::map<std::string, std::string> resultMap; in GetCpuInfo() local274 return resultMap; in GetCpuInfo()294 resultMap[nameBase + "cluster"] = cpus; in GetCpuInfo()[all …]