Home
last modified time | relevance | path

Searched refs:g_wlanObj (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp40 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 Dwlan_hdi_hal_services_c_test.cpp44 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 Dap_fuzzer.cpp25 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 Dsta_fuzzer.cpp23 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