Searched refs:g_wlanObj (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 40 static struct IWlanInterface *g_wlanObj = nullptr;
member 44 g_wlanObj = IWlanInterfaceGetInstance(WLAN_SERVICE_NAME, true);
in SetUpTestCase() 46 ASSERT_TRUE(g_wlanObj != nullptr);
in SetUpTestCase() 52 IWlanInterfaceReleaseInstance(WLAN_SERVICE_NAME, g_wlanObj, true);
in TearDownTestCase() 75 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid);
in HWTEST_F() 77 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, nullptr);
in HWTEST_F() 79 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supTyp in HWTEST_F() [all...] |
H A D | wlan_hdi_hal_services_c_test.cpp | 44 static struct IWlanInterface *g_wlanObj = nullptr;
member 48 g_wlanObj = IWlanInterfaceGetInstance(WLAN_SERVICE_NAME, false);
in SetUpTestCase() 50 ASSERT_TRUE(g_wlanObj != nullptr);
in SetUpTestCase() 56 IWlanInterfaceReleaseInstance(WLAN_SERVICE_NAME, g_wlanObj, false);
in TearDownTestCase() 62 int32_t rc = g_wlanObj->Start(g_wlanObj);
in SetUp() 68 int32_t rc = g_wlanObj->Stop(g_wlanObj);
in TearDown() 85 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supTyp in HWTEST_F() [all...] |
/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 25 struct IWlanInterface *g_wlanObj = nullptr; member 102 g_wlanObj = IWlanInterfaceGetInstance(g_wlanServiceName, false); in DoSomethingInterestingWithMyAPI() 103 if (g_wlanObj == nullptr) { in DoSomethingInterestingWithMyAPI() 104 HDF_LOGE("%{public}s: g_wlanObj is null", __FUNCTION__); in DoSomethingInterestingWithMyAPI() 113 int32_t ret = g_wlanObj->Start(g_wlanObj); in DoSomethingInterestingWithMyAPI() 123 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI() 128 FuncToOptimal(g_wlanObj, cmdId, tmpRawData); in DoSomethingInterestingWithMyAPI() 129 ret = g_wlanObj in DoSomethingInterestingWithMyAPI() [all...] |
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 23 struct IWlanInterface *g_wlanObj = nullptr; member 94 g_wlanObj = IWlanInterfaceGetInstance(g_wlanServiceName, false); in DoSomethingInterestingWithMyAPI() 95 if (g_wlanObj == nullptr) { in DoSomethingInterestingWithMyAPI() 96 HDF_LOGE("%{public}s: g_wlanObj is null", __FUNCTION__); in DoSomethingInterestingWithMyAPI() 105 int32_t ret = g_wlanObj->Start(g_wlanObj); in DoSomethingInterestingWithMyAPI() 115 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI() 120 FuncToOptimal(g_wlanObj, cmdId, tmpRawData); in DoSomethingInterestingWithMyAPI() 121 ret = g_wlanObj in DoSomethingInterestingWithMyAPI() [all...] |
Completed in 5 milliseconds