Searched refs:findPowerState (Results 1 – 2 of 2) sorted by relevance
209 auto findPowerState = cfg.find("PowerState"); in getPowerState() local210 if (findPowerState != cfg.end()) in getPowerState()213 std::visit(VariantToStringVisitor(), findPowerState->second); in getPowerState()
798 auto findPowerState = baseConfig->find(keyPowerState); in createSensorsCallback() local799 if (findPowerState != baseConfig->end()) in createSensorsCallback()802 findPowerState->second); in createSensorsCallback()