Searched defs:if_tool_ (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/connectivity/wificond/ | ||
H A D | ap_interface_impl.h | 64 wifi_system::InterfaceTool* const if_tool_; variable |
H A D | server.h | 139 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_; variable |
H A D | client_interface_impl.h | 98 android::wifi_system::InterfaceTool* const if_tool_; variable |
/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 |
H A D | client_interface_impl_unittest.cpp | 101 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{ member in android::wificond::__anon411a05810110::ClientInterfaceImplTest |
H A D | server_unittest.cpp | 108 NiceMock<MockInterfaceTool>* if_tool_ = new NiceMock<MockInterfaceTool>; member in android::wificond::__anon474b87980110::ServerTest |
H A D | scanner_unittest.cpp | 115 NiceMock<MockInterfaceTool> if_tool_; member in android::wificond::ScannerTest |