Searched refs:if_tool_ (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/connectivity/wificond/tests/ |
H A D | ap_interface_impl_unittest.cpp | 73 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 D | server_unittest.cpp | 82 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 D | client_interface_impl_unittest.cpp | 87 if_tool_.get(), in SetUp() 101 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon411a05810110::ClientInterfaceImplTest
|
H A D | scanner_unittest.cpp | 115 NiceMock<MockInterfaceTool> if_tool_; member in android::wificond::ScannerTest 117 &if_tool_, &netlink_utils_, &scan_utils_};
|
/aosp12/system/connectivity/wificond/ |
H A D | ap_interface_impl.cpp | 47 if_tool_(if_tool), in ApInterfaceImpl() 66 if_tool_->SetUpState(interface_name_.c_str(), false); in ~ApInterfaceImpl()
|
H A D | client_interface_impl.cpp | 112 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 D | ap_interface_impl.h | 64 wifi_system::InterfaceTool* const if_tool_; variable
|
H A D | server.cpp | 64 : 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 D | client_interface_impl.h | 98 android::wifi_system::InterfaceTool* const if_tool_; variable
|
H A D | server.h | 139 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; variable
|