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.cpp56 InterfaceTool if_tool; in TEST() local
57 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST()
60 EXPECT_TRUE(if_tool.SetUpState(if_name.c_str(), true)); in TEST()
61 EXPECT_TRUE(if_tool.GetUpState(if_name.c_str())); in TEST()
73 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST()
Dclient_interface_test.cpp56 InterfaceTool if_tool; in TEST() local
57 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST()
60 EXPECT_TRUE(if_tool.SetUpState(if_name.c_str(), true)); in TEST()
61 EXPECT_TRUE(if_tool.GetUpState(if_name.c_str())); in TEST()
73 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str())); in TEST()
/system/connectivity/wificond/
Dap_interface_impl.cpp43 InterfaceTool* if_tool) in ApInterfaceImpl() argument
47 if_tool_(if_tool), in ApInterfaceImpl()
Dap_interface_impl.h51 wifi_system::InterfaceTool* if_tool);
Dclient_interface_impl.cpp105 InterfaceTool* if_tool, in ClientInterfaceImpl() argument
112 if_tool_(if_tool), in ClientInterfaceImpl()
Dclient_interface_impl.h69 android::wifi_system::InterfaceTool* if_tool,
Dserver.h47 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
Dserver.cpp63 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() argument
66 : if_tool_(std::move(if_tool)), in Server()