Lines Matching defs:value
865 void PersistentState::set(Params parameter, const std::string& value) in set()
1018 const std::string* value = std::get_if<std::string>(&propValue); in setProperties() local
1028 const uint64_t* value = std::get_if<uint64_t>(&propValue); in setProperties() local
1039 const std::string* value = std::get_if<std::string>(&propValue); in setProperties() local
1216 static bool setGPIOOutput(const std::string& name, const int value, in setGPIOOutput()
1246 const std::string& name, const int value, in setMaskedGPIOOutputForMs()
1273 static int setGPIOOutputForMs(const ConfigData& config, const int value, in setGPIOOutputForMs()
2144 static void nmiSetEnableProperty(bool value) in nmiSetEnableProperty()
2208 bool value = true; in nmiSourcePropertyMonitor() local
2545 const ConfigData& config, bool& value) in getDbusMsgGPIOState()
2586 bool value = false; in dbusGPIOMatcher() local
2713 [&configData](boost::system::error_code ec, bool value) { in reschedulePropertyRead()