/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_chip_test.cpp | 38 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 D | interface_tool_test.cpp | 41 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 D | wifi_chip_modes_test.cpp | 33 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 D | wifi_ap_iface_test.cpp | 34 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 D | wifi_sta_iface_test.cpp | 36 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 D | wifi_vendor_hal_test.cpp | 36 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 D | wifi_vendor_hal_list_test.cpp | 30 std::weak_ptr<IfaceTool> ifaceTool = std::make_shared<IfaceTool>(); in SetUp() local 31 vendorHalListTest = std::make_shared<WifiVendorHalList>(ifaceTool); in SetUp()
|
H A D | wifi_p2p_iface_test.cpp | 33 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 D | iface_util.cpp | 24 IfaceUtil::IfaceUtil(const std::weak_ptr<IfaceTool> ifaceTool) in IfaceUtil() argument 25 : ifaceTool_(ifaceTool) in IfaceUtil()
|
H A D | wifi_vendor_hal_list.cpp | 32 const std::weak_ptr<IfaceTool> ifaceTool) in WifiVendorHalList() argument 33 : ifaceTool_(ifaceTool) {} in WifiVendorHalList()
|
H A D | iface_util.h | 32 explicit IfaceUtil(const std::weak_ptr<IfaceTool> ifaceTool);
|
H A D | wifi_vendor_hal_list.h | 33 const std::weak_ptr<IfaceTool> ifaceTool);
|
H A D | wifi_vendor_hal.cpp | 56 const std::weak_ptr<IfaceTool> ifaceTool, in WifiVendorHal() argument 62 ifaceTool_(ifaceTool), in WifiVendorHal()
|
H A D | wifi_vendor_hal.h | 40 WifiVendorHal(const std::weak_ptr<IfaceTool> ifaceTool,
|