Home
last modified time | relevance | path

Searched refs:MockInterfaceTool (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dmock_interface_tool.cpp26 MockInterfaceTool::MockInterfaceTool() {} in MockInterfaceTool() function in android::wifi_system::MockInterfaceTool
H A Dmock_interface_tool.h26 class MockInterfaceTool : public InterfaceTool {
28 MockInterfaceTool();
H A Dwifi_iface_util_unit_tests.cpp50 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{
51 new NiceMock<wifi_system::MockInterfaceTool>};
H A Dwifi_nan_iface_unit_tests.cpp119 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{
120 new NiceMock<wifi_system::MockInterfaceTool>};
H A Dwifi_chip_unit_tests.cpp271 std::shared_ptr<NiceMock<wifi_system::MockInterfaceTool>> iface_tool_{
272 new NiceMock<wifi_system::MockInterfaceTool>};
/aosp12/frameworks/opt/net/wifi/libwifi_system_iface/testlib/include/wifi_system_test/
H A Dmock_interface_tool.h26 class MockInterfaceTool : public InterfaceTool {
28 ~MockInterfaceTool() override = default;
/aosp12/system/connectivity/wificond/tests/
H A Dap_interface_impl_unittest.cpp34 using android::wifi_system::MockInterfaceTool;
73 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{
74 new NiceMock<MockInterfaceTool>};
H A Dclient_interface_impl_unittest.cpp31 using android::wifi_system::MockInterfaceTool;
101 unique_ptr<NiceMock<MockInterfaceTool>> if_tool_{
102 new NiceMock<MockInterfaceTool>};
H A Dserver_unittest.cpp33 using android::wifi_system::MockInterfaceTool;
108 NiceMock<MockInterfaceTool>* if_tool_ = new NiceMock<MockInterfaceTool>;
H A Dscanner_unittest.cpp35 using ::android::wifi_system::MockInterfaceTool;
115 NiceMock<MockInterfaceTool> if_tool_;