Searched refs:cpuPresence (Results 1 – 3 of 3) sorted by relevance
71 static boost::container::flat_map<std::string, bool> cpuPresence; in cpuIsPresent() local81 auto findIndex = cpuPresence.find(gpioName); in cpuIsPresent()82 if (findIndex != cpuPresence.end()) in cpuIsPresent()118 cpuPresence[gpioName] = resp; in cpuIsPresent()
59 static boost::container::flat_map<size_t, bool> cpuPresence; variable222 auto presenceFind = cpuPresence.find(index); in createSensors()223 if (presenceFind == cpuPresence.end()) in createSensors()385 cpuPresence[index] = std::get<bool>(findPresence->second); in main()
180 static boost::container::flat_map<size_t, bool> cpuPresence; variable506 auto presenceFind = cpuPresence.find(index); in createSensorsCallback()507 if (presenceFind == cpuPresence.end() || !presenceFind->second) in createSensorsCallback()1058 cpuPresence[cpuIndex] = *present; in getPresentCpus()1227 cpuPresence[index] = std::get<bool>(findPresence->second); in main()1234 if (!cpuPresence[index]) in main()