Home
last modified time | relevance | path

Searched refs:maxMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/
H A Dapp_network_speed_limit_service.cpp125 int maxMode = 0; in GetBgLimitMaxMode() local
131 if (iter->second > maxMode) { in GetBgLimitMaxMode()
132 maxMode = iter->second; in GetBgLimitMaxMode()
135 return maxMode; in GetBgLimitMaxMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp136 int32_t maxMode = HGM_REFRESHRATE_MODE_AUTO; in CheckCustomFrameRateModeValid() local
142 if (maxMode < mode) { in CheckCustomFrameRateModeValid()
143 maxMode = mode; in CheckCustomFrameRateModeValid()
146 HGM_LOGE("auto repair mode: %{public}d -> %{public}d", customFrameRateMode_, maxMode); in CheckCustomFrameRateModeValid()
147 customFrameRateMode_ = maxMode; in CheckCustomFrameRateModeValid()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp678 auto maxMode = windowSessionProperty->GetMaximizeMode(); in CheckIfUpdatePointAreas() local
686 maxMode != MaximizeMode::MODE_AVOID_SYSTEM_BAR) || in CheckIfUpdatePointAreas()