Home
last modified time | relevance | path

Searched refs:support (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp571 uint8_t support[PROTOCOL_80211_IFTYPE_NUM + 1] = {0}; in BENCHMARK_F() local
577 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1); in BENCHMARK_F()
597 uint8_t support[PROTOCOL_80211_IFTYPE_NUM + 1] = {0}; in BENCHMARK_F() local
599 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1); in BENCHMARK_F()
606 if (support[PROTOCOL_80211_IFTYPE_NUM] == 0) { in BENCHMARK_F()
/test/testfwk/arkxtest/uitest/core/
H A Dwindow_operator.cpp37 bool support; member
77 if (OPERATIONS[index].support) { in CheckOperational()
210 out.exception_ = ApiCallErr(ERR_OPERATION_UNSUPPORTED, "this device can not support this action"); in Split()
227 out.exception_ = ApiCallErr(ERR_OPERATION_UNSUPPORTED, "this device can not support this action"); in Split()
305 out.exception_ = ApiCallErr(ERR_OPERATION_UNSUPPORTED, "this device can not support this action"); in BarAction()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp798 bool support = false; in HWTEST_F() local
799 int32_t ret = render_->IsSupportsDrain(nullptr, &support); in HWTEST_F()
807 bool support = false; in HWTEST_F() local
808 int32_t ret = render_->IsSupportsDrain(render_, &support); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp762 bool support = false; in BENCHMARK_F() local
765 ret = render_->IsSupportsDrain(render_, &support); in BENCHMARK_F()
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp2607 uint8_t support[PROTOCOL_80211_IFTYPE_NUM + 1] = {0};
2609 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1);
2623 uint8_t support[PROTOCOL_80211_IFTYPE_NUM + 1] = {0};
2626 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1);
2629 if (support[PROTOCOL_80211_IFTYPE_NUM] == 0) {
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderCommonTest.cpp491 bool support = false; in HWTEST_F() local
493 ret |= render_->IsSupportsDrain(render_, &support); in HWTEST_F()
2793 * @tc.desc: Query whether the vendor support pause and resume.
2823 * @tc.desc: Query whether the vendor support pause and resume.
2843 * @tc.desc: Query whether the vendor support pause and resume.
2863 * @tc.desc: Query whether the vendor support pause and resume.
2880 * @tc.desc: Query whether the vendor support pause and resume.
2900 * @tc.desc: Query whether the vendor support pause and resume.
2917 * @tc.desc: Query whether the vendor support pause and resume.
2937 * @tc.desc: Query whether the vendor support paus
[all...]

Completed in 13 milliseconds