Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/integration/
Dap_interface_test.cpp66 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()
Dclient_interface_test.cpp60 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/
Dap_interface_impl.cpp44 InterfaceTool* if_tool, in ApInterfaceImpl() argument
49 if_tool_(if_tool), in ApInterfaceImpl()
Dap_interface_impl.h46 wifi_system::InterfaceTool* if_tool,
Dclient_interface_impl.cpp108 InterfaceTool* if_tool, in ClientInterfaceImpl() argument
116 if_tool_(if_tool), in ClientInterfaceImpl()
Dclient_interface_impl.h67 android::wifi_system::InterfaceTool* if_tool,
Dserver.cpp58 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() argument
63 : if_tool_(std::move(if_tool)), in Server()
Dserver.h46 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,