Home
last modified time | relevance | path

Searched refs:ifaceTool (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_chip_test.cpp38 ifaceTool = std::make_shared<IfaceTool>(); in SetUp()
41 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
43 std::make_shared<IfaceUtil>(ifaceTool), HandlerMock); in SetUp()
54 std::shared_ptr<IfaceTool> ifaceTool; member in WifiChipTest::WifiChipTest
109 std::weak_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); variable
111 std::weak_ptr<WifiVendorHal> vendorHal = std::make_shared<WifiVendorHal>(ifaceTool, fn, true);
113 std::make_shared<IfaceUtil>(ifaceTool));
137 std::weak_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); variable
141 std::make_shared<IfaceUtil>(ifaceTool));
165 std::weak_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); variable
[all …]
H A Dinterface_tool_test.cpp41 std::shared_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); variable
42 if (ifaceTool == nullptr) {
47 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
49 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
H A Dwifi_chip_modes_test.cpp33 ifaceTool = std::make_shared<IfaceTool>(); in SetUp()
36 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
43 ifaceTool.reset(); in TearDown()
49 std::shared_ptr<IfaceTool> ifaceTool; member in WifiChipModesTest::WifiChipModesTest
H A Dwifi_ap_iface_test.cpp34 ifaceTool = std::make_shared<IfaceTool>(); in SetUp()
35 ifaceUtil = std::make_shared<IfaceUtil>(ifaceTool); in SetUp()
38 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
48 ifaceTool.reset(); in TearDown()
54 std::shared_ptr<IfaceTool> ifaceTool; member in WifiApIfaceTest::WifiApIfaceTest
H A Dwifi_sta_iface_test.cpp36 ifaceTool = std::make_shared<IfaceTool>(); in SetUp()
37 ifaceUtil = std::make_shared<IfaceUtil>(ifaceTool); in SetUp()
40 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
47 ifaceTool.reset(); in TearDown()
53 std::shared_ptr<IfaceTool> ifaceTool; member in WifiStaIfaceTest::WifiStaIfaceTest
H A Dwifi_vendor_hal_test.cpp36 ifaceTool = std::make_shared<IfaceTool>(); in SetUp()
39 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
44 ifaceTool.reset(); in TearDown()
58 std::shared_ptr<IfaceTool> ifaceTool; member in WifiVendorHalTest::WifiVendorHalTest
H A Dwifi_vendor_hal_list_test.cpp30 std::weak_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); in SetUp() local
31 vendorHalListTest = std::make_shared<WifiVendorHalList>(ifaceTool); in SetUp()
H A Dwifi_p2p_iface_test.cpp33 std::weak_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); in SetUp() local
35 … std::weak_ptr<WifiVendorHal> vendorHal = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
37 std::make_shared<IfaceUtil>(ifaceTool)); in SetUp()
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Diface_util.cpp24 IfaceUtil::IfaceUtil(const std::weak_ptr<IfaceTool> ifaceTool) in IfaceUtil() argument
25 : ifaceTool_(ifaceTool) in IfaceUtil()
H A Dwifi_vendor_hal_list.cpp32 const std::weak_ptr<IfaceTool> ifaceTool) in WifiVendorHalList() argument
33 : ifaceTool_(ifaceTool) {} in WifiVendorHalList()
H A Diface_util.h32 explicit IfaceUtil(const std::weak_ptr<IfaceTool> ifaceTool);
H A Dwifi_vendor_hal_list.h33 const std::weak_ptr<IfaceTool> ifaceTool);
H A Dwifi_vendor_hal.cpp56 const std::weak_ptr<IfaceTool> ifaceTool, in WifiVendorHal() argument
62 ifaceTool_(ifaceTool), in WifiVendorHal()
H A Dwifi_vendor_hal.h40 WifiVendorHal(const std::weak_ptr<IfaceTool> ifaceTool,