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