Home
last modified time | relevance | path

Searched refs:supportedRates (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp155 auto supportedRates = supportedRefreshRates_.find(rate); in GetModeIdViaRate() local
156 if (supportedRates == supportedRefreshRates_.end()) { in GetModeIdViaRate()
H A Dhgm_core.cpp484 auto supportedRates = screen->GetSupportedRates(); in GetScreenSupportedRefreshRates() local
486 retVec.assign(supportedRates.begin(), supportedRates.end()); in GetScreenSupportedRefreshRates()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.h61 char supportedRates[BUFFER_SIZE_64]; member
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h61 char supportedRates[BUFFER_SIZE_64]; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1047 auto supportedRates = rsInterfaces->GetScreenSupportedRefreshRates(screenId); variable
1048 for (auto rateIter : supportedRates) {
1109 auto supportedRates = rsInterfaces->GetScreenSupportedRefreshRates(screenId); variable
1112 for (auto rateIter : supportedRates) {
1146 auto supportedRates = rsInterfaces->GetScreenSupportedRefreshRates(screenId); variable
1147 for (auto rateIter : supportedRates) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp485 auto supportedRates = rsClient->GetScreenSupportedRefreshRates(screenId); variable
486 EXPECT_EQ(supportedRates.size(), 0);
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h463 … uint16_t *supportedRates; /**< An array of supported rates in 100 kbit/s */ member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c553 if (sprintf_s(rateStr, RATE_LENGTH, "%u,", capability->supportedRates[loop]) < 0) { in WifiFillHwFeature()
557 featureData->bitrate[loop] = capability->supportedRates[loop]; in WifiFillHwFeature()