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.cpp140 std::set<std::string> unique_interfaces{util::FAN_SENSOR_VALUE_INTF}; in subscribeSensorsToServices() local
146 unique_interfaces.insert(sensor->getInterface()); in subscribeSensorsToServices()
150 std::vector<std::string> interfaces(unique_interfaces.begin(), in subscribeSensorsToServices()
151 unique_interfaces.end()); in subscribeSensorsToServices()