Home
last modified time | relevance | path

Searched refs:if_tool_ (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/wificond/tests/
Dap_interface_impl_unittest.cpp73 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon4a54ffec0111::ApInterfaceImplTest
87 if_tool_.get())); in SetUp()
99 if_tool_.get())); in TEST_F()
121 if_tool_.get())); in TEST_F()
143 if_tool_.get())); in TEST_F()
Dserver_unittest.cpp82 ON_CALL(*if_tool_, SetUpState(_, _)).WillByDefault(Return(true)); in SetUp()
108 NiceMock<MockInterfaceTool>* if_tool_ = new NiceMock<MockInterfaceTool>; member in android::wificond::__anon82483cf10111::ServerTest
138 Server server_{unique_ptr<InterfaceTool>(if_tool_),
431 EXPECT_CALL(*if_tool_, SetUpState(StrEq(kFakeInterfaceName), Eq(false))).Times(2); in TEST_F()
432 EXPECT_CALL(*if_tool_, SetUpState(StrEq(kFakeInterfaceName1), Eq(false))).Times(2); in TEST_F()
Dclient_interface_impl_unittest.cpp87 if_tool_.get(), in SetUp()
101 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon56d845ba0111::ClientInterfaceImplTest
Dscanner_unittest.cpp118 NiceMock<MockInterfaceTool> if_tool_; member in android::wificond::ScannerTest
120 &if_tool_, &netlink_utils_, &scan_utils_};
/system/connectivity/wificond/
Dap_interface_impl.cpp47 if_tool_(if_tool), in ApInterfaceImpl()
66 if_tool_->SetUpState(interface_name_.c_str(), false); in ~ApInterfaceImpl()
Dclient_interface_impl.cpp112 if_tool_(if_tool), in ClientInterfaceImpl()
154 if_tool_->SetUpState(interface_name_.c_str(), true);
163 if_tool_->SetUpState(interface_name_.c_str(), false); in ~ClientInterfaceImpl()
Dap_interface_impl.h64 wifi_system::InterfaceTool* const if_tool_; variable
Dclient_interface_impl.h99 android::wifi_system::InterfaceTool* const if_tool_; variable
Dserver.cpp66 : if_tool_(std::move(if_tool)), in Server()
140 if_tool_.get())); in createApInterface()
202 if_tool_.get(), in createClientInterface()
332 if_tool_->SetUpState(iface_name.c_str(), false); in MarkDownAllInterfaces()
Dserver.h142 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; variable