Home
last modified time | relevance | path

Searched refs:HGM_LOGE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/native_display_soloist/
H A Dnative_display_soloist.cpp42 HGM_LOGE("%{public}s displaySoloist is nullptr", __func__); in OH_DisplaySoloist_Destroy()
47 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_Destroy()
65 HGM_LOGE("%{public}s displaySoloist is nullptr", __func__); in OH_DisplaySoloist_Start()
70 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_Start()
85 HGM_LOGE("%{public}s displaySoloist is nullptr", __func__); in OH_DisplaySoloist_Stop()
90 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_Stop()
105 HGM_LOGE("%{public}s displaySoloist or range is nullptr", __func__); in OH_DisplaySoloist_SetExpectedFrameRateRange()
110 HGM_LOGE("%{public}s soloistId_ is nullptr", __func__); in OH_DisplaySoloist_SetExpectedFrameRateRange()
116 HGM_LOGE("%{public}s ExpectedRateRange Error, please check.", __func__); in OH_DisplaySoloist_SetExpectedFrameRateRange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_vsync_generator_controller.cpp43 HGM_LOGE("HgmVSyncGeneratorController::GetAppOffset illegal alignRate or controllerRate"); in GetAppOffset()
55 HGM_LOGE("HgmVSyncGeneratorController::CalcVSyncQuickTriggerTime illegal param"); in CalcVSyncQuickTriggerTime()
59 HGM_LOGE("HgmVSyncGeneratorController::vsyncGenerator is nullptr"); in CalcVSyncQuickTriggerTime()
82 HGM_LOGE("HgmVSyncGeneratorController::vsyncGenerator is nullptr"); in ChangeGeneratorRate()
H A Dhgm_task_handle_thread.cpp80 HGM_LOGE("Concurrent access tid1: %{public}d tid2: %{public}d", curThreadId_, newTid); in DetectMultiThreadingCalls()
H A Dhgm_frame_rate_manager.cpp120 HGM_LOGE("HgmFrameRateManager::rsController or appController is nullptr"); in RegisterCoreCallbacksAndInitController()
452HGM_LOGE("no valid controller, cannot work correctly, maybe Init() wasn't executed correctly."); in CollectFrameRateChange()
833 HGM_LOGE("HandleDynamicModeEvent status:%{public}u", enableDynamicModeEvent); in HandleDynamicModeEvent()
996 HGM_LOGE("unknow game pid: %{public}s, skip", eventInfo.description.c_str()); in HandleGamesEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp80 HGM_LOGE("HgmCore Hgm is desactivated"); in Init()
85 HGM_LOGE("HgmCore falied to parse"); in Init()
96 HGM_LOGE("HgmCore failed to get parsed data"); in Init()
146 HGM_LOGE("auto repair mode: %{public}d -> %{public}d", customFrameRateMode_, maxMode); in CheckCustomFrameRateModeValid()
500 HGM_LOGE("HgmCore Adding component rate: %{public}d", rate); in GetScreenComponentRefreshRates()
519 HGM_LOGE("HgmScreen activeScreenId_ noset"); in GetActiveScreen()
H A Dhgm_screen.cpp59 HGM_LOGE("HgmScreen refreshrate %{public}u is not supported, abandoned", rate); in SetActiveRefreshRate()
157 HGM_LOGE("HgmScreen freshrate %{public}u is not supported by any modeId", rate); in GetModeIdViaRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dxml_parser.cpp26 HGM_LOGE("XMLParser xmlReadFile failed"); in LoadConfiguration()
41 HGM_LOGE("XMLParser xmlDocument_ is empty, should do LoadConfiguration first"); in Parse()
46 HGM_LOGE("XMLParser xmlDocGetRootElement failed"); in Parse()
109 HGM_LOGE("XMLParser mParsedData_ is not initialized"); in ParseParam()
169 HGM_LOGE("XMLParser mParsedData_ is not initialized"); in ParseParams()
H A Dhgm_config_callback_manager.cpp49 HGM_LOGE("HgmConfigCallbackManager %{public}s : callback is null.", __func__); in RegisterHgmConfigChangeCallback()
85 HGM_LOGE("HgmRefreshRateModeCallbackManager %{public}s : callback is null.", __func__); in RegisterHgmRefreshRateModeChangeCallback()
H A Dhgm_log.h38 #define HGM_LOGE(fmt, ...) HGM_CPRINTF(LOG_ERROR, fmt, ##__VA_ARGS__) macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_one_shot_timer.cpp99HGM_LOGE("HgmOneShotTimer::sem_wait failed (%{public}s)", std::to_string(errno).c_str()); in Loop()
120HGM_LOGE("HgmOneShotTimer::sem_timedwait failed (%{public}s)", std::to_string(errno).c_str()); in Loop()