Home
last modified time | relevance | path

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

/test/xts/hats/hdf/wlan/wifi/client/
H A Dhdf_client_test.cpp23 const uint32_t DEFAULT_COMBO_SIZE = 10; member
107 uint64_t comboInfo[DEFAULT_COMBO_SIZE] = {}; in HWTEST_F()
109 ret = GetComboInfo(comboInfo, DEFAULT_COMBO_SIZE); in HWTEST_F()
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp51 const int32_t DEFAULT_COMBO_SIZE = 6; member
598 uint64_t combo[DEFAULT_COMBO_SIZE] = {0}; in BENCHMARK_F()
605 ret = g_wifi->getSupportCombo(combo, DEFAULT_COMBO_SIZE); in BENCHMARK_F()
/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_direct_test.cpp25 const int32_t DEFAULT_COMBO_SIZE = 6; member
87 uint64_t combo[DEFAULT_COMBO_SIZE] = {0}; in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp27 const int32_t DEFAULT_COMBO_SIZE = 6; member
79 uint64_t combo[DEFAULT_COMBO_SIZE] = {0}; in HWTEST_F()
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp38 const uint32_t DEFAULT_COMBO_SIZE = 10; member
2624 uint64_t combo[DEFAULT_COMBO_SIZE] = {0};
2628 ret = g_wifi->getSupportCombo(combo, DEFAULT_COMBO_SIZE);

Completed in 8 milliseconds