/system/connectivity/wificond/tests/ |
ap_interface_impl_unittest.cpp | 61 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(),
|
server_unittest.cpp | 78 ON_CALL(*if_tool_, SetWifiUpState(_)).WillByDefault(Return(true)); 85 NiceMock<MockInterfaceTool>* if_tool_ = new NiceMock<MockInterfaceTool>; member in class:android::wificond::__anon106706::ServerTest 115 Server server_{unique_ptr<InterfaceTool>(if_tool_), variable
|
client_interface_impl_unittest.cpp | 61 if_tool_.get(), 74 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{
|
/system/connectivity/wificond/ |
ap_interface_impl.cpp | 49 if_tool_(if_tool), 66 if_tool_->SetUpState(interface_name_.c_str(), false); 95 if (!if_tool_->SetUpState(interface_name_.c_str(), false)) {
|
ap_interface_impl.h | 69 wifi_system::InterfaceTool* const if_tool_; member in class:android::wificond::ApInterfaceImpl::wifi_system
|
server.cpp | 64 : if_tool_(std::move(if_tool)), 127 if_tool_.get(), 147 if_tool_.get(), 232 if_tool_->SetUpState(interface.name.c_str(), false);
|
client_interface_impl.h | 95 android::wifi_system::InterfaceTool* const if_tool_; member in class:android::wificond::ClientInterfaceImpl::android::wifi_system
|
client_interface_impl.cpp | 115 if_tool_(if_tool), 147 if_tool_->SetUpState(interface_name_.c_str(), false);
|
server.h | 111 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; member in class:android::wificond::Server
|