Searched refs:if_tool (Results 1 – 8 of 8) sorted by relevance
56 InterfaceTool if_tool; in TEST() local57 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()
41 InterfaceTool* if_tool) in ApInterfaceImpl() argument45 if_tool_(if_tool), in ApInterfaceImpl()
47 wifi_system::InterfaceTool* if_tool);
104 InterfaceTool* if_tool, in ClientInterfaceImpl() argument111 if_tool_(if_tool), in ClientInterfaceImpl()
70 android::wifi_system::InterfaceTool* if_tool,
46 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
56 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() argument59 : if_tool_(std::move(if_tool)), in Server()