Lines Matching +full:auto +full:- +full:string +full:- +full:detection
8 // http://www.apache.org/licenses/LICENSE-2.0
19 #include <ipmid/api-types.hpp>
21 #include <phosphor-logging/log.hpp>
36 // TODO: Service names may change. Worth to consider dynamic detection.
204 std::string name;
205 std::string prevState;
206 std::string currentState;
210 LedProperty(SmSignalSet signal_, std::string name_) : in LedProperty()
225 void setPrevState(const std::string& state) in setPrevState()
229 void setCurrState(const std::string& state) in setCurrState()
233 std::string getCurrState() const in getCurrState()
241 std::string getPrevState() const in getPrevState()
245 std::string getName() const in getName()
257 std::string path;
258 std::string gpioPaths[(uint8_t)SmSignalGet::smGetSignalMax];
270 auto it = std::find_if(ledPropertyList.begin(), ledPropertyList.end(), in findLedProperty()
281 std::string getLedPropertyName(const SmSignalSet signal) in getLedPropertyName()
286 return led->getName(); in getLedPropertyName()
294 int8_t getProperty(const std::string& service, const std::string& path,
295 const std::string& interface,
296 const std::string& propertyName, ipmi::Value* value);
297 int8_t setProperty(const std::string& service, const std::string& path,
298 const std::string& interface,
299 const std::string& propertyName, ipmi::Value value);
312 if (std::get<std::string>(mode) == in getMfgMode()
319 if (std::get<std::string>(mode) == in getMfgMode()
332 int mtmTestBeepFd = -1;