Searched defs:if_tool (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/wificond/tests/integration/
H A Dap_interface_test.cpp60 InterfaceTool if_tool; local
61 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str()));
64 EXPECT_TRUE(if_tool.SetUpState(if_name.c_str(), true));
65 EXPECT_TRUE(if_tool.GetUpState(if_name.c_str()));
77 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str()));
96 InterfaceTool if_tool; local
97 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str()));
119 auto InterfaceIsUp = [&if_tool, &if_name] () {
120 return if_tool.GetUpState(if_name.c_str());
129 EXPECT_FALSE(if_tool
[all...]
H A Dclient_interface_test.cpp59 InterfaceTool if_tool; local
60 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str()));
63 EXPECT_TRUE(if_tool.SetUpState(if_name.c_str(), true));
64 EXPECT_TRUE(if_tool.GetUpState(if_name.c_str()));
76 EXPECT_FALSE(if_tool.GetUpState(if_name.c_str()));
/system/connectivity/wificond/
H A Dap_interface_impl.cpp42 InterfaceTool* if_tool,
47 if_tool_(if_tool),
39 ApInterfaceImpl(const string& interface_name, uint32_t interface_index, NetlinkUtils* netlink_utils, InterfaceTool* if_tool, HostapdManager* hostapd_manager) argument
H A Dclient_interface_impl.cpp104 InterfaceTool* if_tool,
111 if_tool_(if_tool),
99 ClientInterfaceImpl( uint32_t wiphy_index, const std::string& interface_name, uint32_t interface_index, const std::vector<uint8_t>& interface_mac_addr, InterfaceTool* if_tool, NetlinkUtils* netlink_utils, ScanUtils* scan_utils) argument
H A Dserver.cpp58 Server::Server(unique_ptr<InterfaceTool> if_tool, argument
63 : if_tool_(std::move(if_tool)),

Completed in 240 milliseconds