Searched refs:if_tool (Results 1 – 8 of 8) sorted by relevance
/system/connectivity/wificond/tests/integration/ |
D | ap_interface_test.cpp | 66 InterfaceTool if_tool; in TEST() local 67 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST() 70 EXPECT_TRUE(if_tool.SetUpState(if_name.c_str(), true)); in TEST() 71 EXPECT_TRUE(if_tool.GetUpState(if_name.c_str())); in TEST() 80 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST() 96 InterfaceTool if_tool; in TEST() local 97 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST() 124 auto InterfaceIsUp = [&if_tool, &if_name] () { in TEST() 125 return if_tool.GetUpState(if_name.c_str()); in TEST() 134 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST()
|
D | client_interface_test.cpp | 60 InterfaceTool if_tool; in TEST() local 61 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST() 64 EXPECT_TRUE(if_tool.SetUpState(if_name.c_str(), true)); in TEST() 65 EXPECT_TRUE(if_tool.GetUpState(if_name.c_str())); in TEST() 74 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST()
|
/system/connectivity/wificond/ |
D | ap_interface_impl.cpp | 44 InterfaceTool* if_tool, in ApInterfaceImpl() argument 49 if_tool_(if_tool), in ApInterfaceImpl()
|
D | ap_interface_impl.h | 46 wifi_system::InterfaceTool* if_tool,
|
D | client_interface_impl.cpp | 108 InterfaceTool* if_tool, in ClientInterfaceImpl() argument 116 if_tool_(if_tool), in ClientInterfaceImpl()
|
D | client_interface_impl.h | 67 android::wifi_system::InterfaceTool* if_tool,
|
D | server.cpp | 58 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() argument 63 : if_tool_(std::move(if_tool)), in Server()
|
D | server.h | 46 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
|