Home
last modified time | relevance | path

Searched defs:ifList (Results 1 – 3 of 3) sorted by relevance

/system/netd/tests/
Dbinder_test.cpp2043 bool interfaceListContains(const std::vector<std::string>& ifList, const std::string& ifName) { in interfaceListContains()
2066 void expectTetherInterfaceExists(const std::vector<std::string>& ifList, in expectTetherInterfaceExists()
2071 void expectTetherInterfaceNotExists(const std::vector<std::string>& ifList, in expectTetherInterfaceNotExists()
2120 std::vector<std::string> ifList; in TEST_F() local
2238 std::vector<std::string> ifList; in TEST_F() local
/system/netd/server/
DNdcDispatcher.cpp427 std::vector<std::string> ifList; in runCommand() local
DNetdNativeService.cpp967 binder::Status NetdNativeService::tetherInterfaceList(std::vector<std::string>* ifList) { in tetherInterfaceList()