Home
last modified time | relevance | path

Searched refs:chipId (Results 1 - 5 of 5) sorted by relevance

/test/xts/hats/hdf/wlan/wifi/client/
H A Dhdf_client_test.cpp249 * @tc.desc: Wifi client get chipId function test
256 uint8_t chipId = 0; in HWTEST_F() local
258 ret = AcquireChipId(ifNameInvalid, &chipId); in HWTEST_F()
260 ret = AcquireChipId(WLAN_IFNAME, &chipId); in HWTEST_F()
261 ASSERT_TRUE(chipId < MAX_WLAN_DEVICE); in HWTEST_F()
267 * @tc.desc: Wifi client get ifName by chipId function test
273 uint8_t chipId = 0;
278 ret = AcquireChipId(WLAN_IFNAME, &chipId);
279 ASSERT_TRUE(chipId < MAX_WLAN_DEVICE);
283 ret = GetIfNamesByChipId(chipId,
[all...]
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp1056 unsigned char chipId = 0; in HWTEST_F() local
1062 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId); in HWTEST_F()
1063 ASSERT_TRUE(chipId < MAX_WLAN_DEVICE); in HWTEST_F()
1065 ret = staFeature->baseFeature.getIfNamesByChipId(chipId, nullptr, nullptr); in HWTEST_F()
1089 unsigned char chipId = 0;
1095 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId);
1096 ASSERT_TRUE(chipId < MAX_WLAN_DEVICE);
1121 unsigned char chipId = 0;
1127 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId);
1128 ASSERT_TRUE(chipId < MAX_WLAN_DEVIC
[all...]
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp531 unsigned char chipId = 0; in BENCHMARK_F() local
536 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId); in BENCHMARK_F()
537 ASSERT_TRUE(chipId <= WLAN_MAX_CHIPID && chipId >= WLAN_MIN_CHIPID); in BENCHMARK_F()
539 ret = staFeature->baseFeature.getIfNamesByChipId(chipId, nullptr, nullptr); in BENCHMARK_F()
542 ret = staFeature->baseFeature.getIfNamesByChipId(chipId, &ifNames, &num); in BENCHMARK_F()
1018 unsigned char chipId = 0; in BENCHMARK_F() local
1024 ret = staFeature->baseFeature.getChipId(nullptr, &chipId); in BENCHMARK_F()
1029 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId); in BENCHMARK_F()
1031 ASSERT_TRUE(chipId < MAX_WLAN_DEVIC in BENCHMARK_F()
1054 uint8_t chipId = 0; BENCHMARK_F() local
[all...]
/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_direct_test.cpp171 uint8_t chipId = 0; in HWTEST_F() local
175 int32_t rc = g_wlanObj->GetChipId(g_wlanObj, nullptr, &chipId); in HWTEST_F()
178 rc = g_wlanObj->GetChipId(g_wlanObj, &ifeature, &chipId); in HWTEST_F()
183 rc = g_wlanObj->GetChipId(g_wlanObj, &ifeature, &chipId); in HWTEST_F()
291 uint8_t chipId = 0; in HWTEST_F() local
295 int32_t rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, nullptr, IFNAMSIZ, &num); in HWTEST_F()
297 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, ifNames, IFNAMSIZ, nullptr); in HWTEST_F()
299 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, ifNames, IFNAMSIZ, &num); in HWTEST_F()
352 uint8_t chipId = 0; in HWTEST_F() local
354 int32_t rc = g_wlanObj->ResetDriver(g_wlanObj, chipId, nullpt in HWTEST_F()
[all...]
H A Dwlan_hdi_hal_services_c_test.cpp282 uint8_t chipId = 0; in HWTEST_F() local
289 rc = g_wlanObj->GetChipId(g_wlanObj, &ifeature, &chipId); in HWTEST_F()
293 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, ifNames, IFNAMSIZ, &num); in HWTEST_F()
401 uint8_t chipId = 0; in HWTEST_F() local
406 rc = g_wlanObj->GetChipId(g_wlanObj, &ifeature, &chipId); in HWTEST_F()
410 rc = g_wlanObj->ResetDriver(g_wlanObj, chipId, ifName); in HWTEST_F()
533 uint8_t chipId = 0; in HWTEST_F() local
537 rc = g_wlanObj->GetChipId(g_wlanObj, &ifeature, &chipId); in HWTEST_F()

Completed in 7 milliseconds