Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2626 bool compareListInterface(const std::vector<std::string>& interfaceList) { in compareListInterface() argument
2634 return resIfList == interfaceList; in compareListInterface()
2654 void expectInterfaceList(const std::vector<std::string>& interfaceList) { in expectInterfaceList() argument
2655 EXPECT_TRUE(compareListInterface(interfaceList)); in expectInterfaceList()