Home
last modified time | relevance | path

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

/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp42 static struct IWlanInterface *g_wlanObj = nullptr; member
46 g_wlanObj = IWlanInterfaceGetInstance(WLAN_SERVICE_NAME, false); in SetUpTestCase()
48 ASSERT_TRUE(g_wlanObj != nullptr); in SetUpTestCase()
54 IWlanInterfaceReleaseInstance(WLAN_SERVICE_NAME, g_wlanObj, false); in TearDownTestCase()
60 int32_t rc = g_wlanObj->Start(g_wlanObj); in SetUp()
66 int32_t rc = g_wlanObj->Stop(g_wlanObj); in TearDown()
82 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supTyp in HWTEST_F()
[all...]
H A Dwlan_hdi_direct_test.cpp38 static struct IWlanInterface *g_wlanObj = nullptr; member
42 g_wlanObj = IWlanInterfaceGetInstance(WLAN_SERVICE_NAME, true); in SetUpTestCase()
44 ASSERT_TRUE(g_wlanObj != nullptr); in SetUpTestCase()
50 IWlanInterfaceReleaseInstance(WLAN_SERVICE_NAME, g_wlanObj, true); in TearDownTestCase()
72 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid); in HWTEST_F()
74 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, nullptr); in HWTEST_F()
76 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supTyp in HWTEST_F()
[all...]
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp54 static struct IWlanInterface *g_wlanObj = nullptr; member
159 int32_t rc = g_wlanObj->Start(g_wlanObj); in BENCHMARK_F()
167 rc = g_wlanObj->StartChannelMeas(g_wlanObj, ifName, &measChannelParam); in BENCHMARK_F()
172 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, ifName, &measChannelResult); in BENCHMARK_F()
176 rc = g_wlanObj->Stop(g_wlanObj); in BENCHMARK_F()
192 int32_t rc = g_wlanObj in BENCHMARK_F()
[all...]

Completed in 3 milliseconds