Searched defs:gpioNames (Results 1 – 3 of 3) sorted by relevance
37 std::vector<std::string> gpioNames = {gpioName}; in TEST() local67 std::vector<std::string> gpioNames = {gpioName}; in testDevicePresentDbus() local112 std::vector<std::string> gpioNames = {gpioName}; in testDevicePresentThenDisappearDbus() local
37 static constexpr std::array<const char*, 26> gpioNames = { variable
26 sdbusplus::async::context& ctx, const std::vector<std::string>& gpioNames, in DevicePresence()