Home
last modified time | relevance | path

Searched refs:unique_interfaces (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp137 std::set<std::string> unique_interfaces{util::FAN_SENSOR_VALUE_INTF}; in subscribeSensorsToServices() local
143 unique_interfaces.insert(sensor->getInterface()); in subscribeSensorsToServices()
147 std::vector<std::string> interfaces(unique_interfaces.begin(), in subscribeSensorsToServices()
148 unique_interfaces.end()); in subscribeSensorsToServices()