Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/tests/
H A Dap_interface_impl_unittest.cpp73 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon4f37f4330110::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()
H A 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::__anon474b87980110::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()
H A Dclient_interface_impl_unittest.cpp87 if_tool_.get(), in SetUp()
101 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon411a05810110::ClientInterfaceImplTest
H A Dscanner_unittest.cpp115 NiceMock<MockInterfaceTool> if_tool_; member in android::wificond::ScannerTest
117 &if_tool_, &netlink_utils_, &scan_utils_};
/aosp12/system/connectivity/wificond/
H A Dap_interface_impl.cpp47 if_tool_(if_tool), in ApInterfaceImpl()
66 if_tool_->SetUpState(interface_name_.c_str(), false); in ~ApInterfaceImpl()
H A 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()
H A Dap_interface_impl.h64 wifi_system::InterfaceTool* const if_tool_; variable
H A Dserver.cpp64 : if_tool_(std::move(if_tool)), in Server()
138 if_tool_.get())); in createApInterface()
200 if_tool_.get(), in createClientInterface()
330 if_tool_->SetUpState(iface_name.c_str(), false); in MarkDownAllInterfaces()
H A Dclient_interface_impl.h98 android::wifi_system::InterfaceTool* const if_tool_; variable
H A Dserver.h139 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; variable