Lines Matching +defs:get +defs:value
847 const std::string PersistentState::get(Params parameter) in get() function in power_control::PersistentState
856 void PersistentState::set(Params parameter, const std::string& value) in set()
1009 const std::string* value = std::get_if<std::string>(&propValue); in setProperties() local
1019 const uint64_t* value = std::get_if<uint64_t>(&propValue); in setProperties() local
1030 const std::string* value = std::get_if<std::string>(&propValue); in setProperties() local
1207 static bool setGPIOOutput(const std::string& name, const int value, in setGPIOOutput()
1237 const std::string& name, const int value, in setMaskedGPIOOutputForMs()
1264 static int setGPIOOutputForMs(const ConfigData& config, const int value, in setGPIOOutputForMs()
2135 static void nmiSetEnableProperty(bool value) in nmiSetEnableProperty()
2199 bool value = true; in nmiSourcePropertyMonitor() local
2536 const ConfigData& config, bool& value) in getDbusMsgGPIOState()
2577 bool value = false; in dbusGPIOMatcher() local
2710 [&configData](boost::system::error_code ec, bool value) { in reschedulePropertyRead()