Searched refs:interfaceList (Results 1 – 1 of 1) sorted by relevance
2626 bool compareListInterface(const std::vector<std::string>& interfaceList) { in compareListInterface() argument2634 return resIfList == interfaceList; in compareListInterface()2654 void expectInterfaceList(const std::vector<std::string>& interfaceList) { in expectInterfaceList() argument2655 EXPECT_TRUE(compareListInterface(interfaceList)); in expectInterfaceList()