Searched refs:interfaceList (Results 1 – 1 of 1) sorted by relevance
2687 bool compareListInterface(const std::vector<std::string>& interfaceList) { in compareListInterface() argument2695 return resIfList == interfaceList; in compareListInterface()2715 void expectInterfaceList(const std::vector<std::string>& interfaceList) { in expectInterfaceList() argument2716 EXPECT_TRUE(compareListInterface(interfaceList)); in expectInterfaceList()