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()
43 InterfaceTool* if_tool) in ApInterfaceImpl() argument47 if_tool_(if_tool), in ApInterfaceImpl()
51 wifi_system::InterfaceTool* if_tool);
105 InterfaceTool* if_tool, in ClientInterfaceImpl() argument112 if_tool_(if_tool), in ClientInterfaceImpl()
69 android::wifi_system::InterfaceTool* if_tool,
47 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
63 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() argument66 : if_tool_(std::move(if_tool)), in Server()