Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dmain.cpp102 std::vector<std::string> extraInterfaces; in main() local
185 obj.at("ExtraInterfaces").get_to(extraInterfaces); in main()
190 line, config, io, inventory, extraInterfaces, name, lineMsg)); in main()
H A Dgpio_presence.hpp65 const std::vector<std::string>& extraInterfaces, in GpioPresence() argument
68 inventory(inventory), interfaces(extraInterfaces), name(name), in GpioPresence()