Searched refs:g_deviceMap (Results 1 – 3 of 3) sorted by relevance
150 if (g_deviceMap.find(folderName) != g_deviceMap.end()) { in ParseLanguage()208 auto it = g_deviceMap.find(folderName); in ParseDeviceType()209 if (it == g_deviceMap.end()) { in ParseDeviceType()
283 auto ret = find_if(g_deviceMap.begin(), g_deviceMap.end(), [KeyParam](const auto &iter) { in GetDeviceTypeLimitkey()286 if (ret == g_deviceMap.end()) { in GetDeviceTypeLimitkey()
140 const std::map<std::string, DeviceType> g_deviceMap = { variable