Searched refs:if_tool_ (Results 1 – 9 of 9) sorted by relevance
/system/connectivity/wificond/tests/ |
D | ap_interface_impl_unittest.cpp | 61 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anona04ab4c70111::ApInterfaceImplTest 77 if_tool_.get(), in SetUp() 105 EXPECT_CALL(*if_tool_, SetUpState(StrEq(kTestInterfaceName), false)) in TEST_F() 111 testing::Mock::VerifyAndClearExpectations(if_tool_.get()); in TEST_F() 136 if_tool_.get(), in TEST_F()
|
D | server_unittest.cpp | 78 ON_CALL(*if_tool_, SetWifiUpState(_)).WillByDefault(Return(true)); in SetUp() 85 NiceMock<MockInterfaceTool>* if_tool_ = new NiceMock<MockInterfaceTool>; member in android::wificond::__anond5c21cac0111::ServerTest 115 Server server_{unique_ptr<InterfaceTool>(if_tool_),
|
D | client_interface_impl_unittest.cpp | 61 if_tool_.get(), in SetUp() 74 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon6802f0150111::ClientInterfaceImplTest
|
/system/connectivity/wificond/ |
D | ap_interface_impl.cpp | 49 if_tool_(if_tool), in ApInterfaceImpl() 66 if_tool_->SetUpState(interface_name_.c_str(), false); in ~ApInterfaceImpl() 95 if (!if_tool_->SetUpState(interface_name_.c_str(), false)) { in StopHostapd()
|
D | server.cpp | 64 : if_tool_(std::move(if_tool)), in Server() 127 if_tool_.get(), in createApInterface() 147 if_tool_.get(), in createClientInterface() 232 if_tool_->SetUpState(interface.name.c_str(), false); in MarkDownAllInterfaces()
|
D | ap_interface_impl.h | 69 wifi_system::InterfaceTool* const if_tool_; variable
|
D | client_interface_impl.cpp | 115 if_tool_(if_tool), in ClientInterfaceImpl() 147 if_tool_->SetUpState(interface_name_.c_str(), false); in ~ClientInterfaceImpl()
|
D | client_interface_impl.h | 95 android::wifi_system::InterfaceTool* const if_tool_; variable
|
D | server.h | 111 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; variable
|