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

/system/connectivity/wificond/tests/
H A Dap_interface_impl_unittest.cpp61 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{
77 if_tool_.get(),
105 EXPECT_CALL(*if_tool_, SetUpState(StrEq(kTestInterfaceName), false))
111 testing::Mock::VerifyAndClearExpectations(if_tool_.get());
136 if_tool_.get(),
H A Dserver_unittest.cpp78 ON_CALL(*if_tool_, SetWifiUpState(_)).WillByDefault(Return(true));
85 NiceMock<MockInterfaceTool>* if_tool_ = new NiceMock<MockInterfaceTool>; member in class:android::wificond::__anon1420::ServerTest
115 Server server_{unique_ptr<InterfaceTool>(if_tool_), variable
H A Dclient_interface_impl_unittest.cpp61 if_tool_.get(),
74 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{
H A Dscanner_unittest.cpp125 NiceMock<MockInterfaceTool> if_tool_; member in class:android::wificond::ScannerTest
128 &if_tool_, &supplicant_manager_, &netlink_utils_, &scan_utils_};
/system/connectivity/wificond/
H A Dap_interface_impl.cpp49 if_tool_(if_tool),
66 if_tool_->SetUpState(interface_name_.c_str(), false);
95 if (!if_tool_->SetUpState(interface_name_.c_str(), false)) {
H A Dap_interface_impl.h69 wifi_system::InterfaceTool* const if_tool_; member in class:android::wificond::ApInterfaceImpl::wifi_system
H A Dserver.cpp63 : if_tool_(std::move(if_tool)),
107 if_tool_.get(),
127 if_tool_.get(),
212 if_tool_->SetUpState(interface.name.c_str(), false);
H A Dclient_interface_impl.h96 android::wifi_system::InterfaceTool* const if_tool_; member in class:android::wificond::ClientInterfaceImpl::android::wifi_system
H A Dclient_interface_impl.cpp116 if_tool_(if_tool),
150 if_tool_->SetUpState(interface_name_.c_str(), false);
H A Dserver.h101 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; member in class:android::wificond::Server

Completed in 92 milliseconds