Searched refs:chipLabel (Results 1 – 3 of 3) sorted by relevance
100 std::vector<int> BMCServices::getGPIOValues(const std::string& chipLabel) in getGPIOValues() argument103 gpiod::chip chip{chipLabel, gpiod::chip::OPEN_BY_LABEL}; in getGPIOValues()107 "NAME", chip.name(), "LABEL", chipLabel, "NUM_LINES", numLines); in getGPIOValues()
111 virtual std::vector<int> getGPIOValues(const std::string& chipLabel) = 0;195 getGPIOValues(const std::string& chipLabel) override;
53 MOCK_METHOD(std::vector<int>, getGPIOValues, (const std::string& chipLabel),