Home
last modified time | relevance | path

Searched refs:HGM_LOGI (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/native_display_soloist/
H A Dnative_display_soloist.cpp35 HGM_LOGI("[DisplaySoloist] Create DisplaySoloist SoloistId: %{public}d", soloistId->GetId()); in OH_DisplaySoloist_Create()
54 HGM_LOGI("[DisplaySoloist] Destroy DisplaySoloist SoloistId: %{public}d", soloistId); in OH_DisplaySoloist_Destroy()
78 HGM_LOGI("[DisplaySoloist] Start DisplaySoloist SoloistId: %{public}d", soloistId); in OH_DisplaySoloist_Start()
97 HGM_LOGI("[DisplaySoloist] Stop DisplaySoloist SoloistId: %{public}d", soloistId); in OH_DisplaySoloist_Stop()
123HGM_LOGI("[DisplaySoloist] SoloistId: %{public}d SetExpectedFrameRateRange{%{public}d, %{public}d,… in OH_DisplaySoloist_SetExpectedFrameRateRange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp66 HGM_LOGI("HgmCore initialization failed"); in Instance()
74 HGM_LOGI("Construction of Hgmcore"); in HgmCore()
94 HGM_LOGI("HgmCore No customer refreshrate mode found, set to xml default"); in Init()
101 HGM_LOGI("HgmCore No customer refreshrate mode found: %{public}d", newRateMode); in Init()
114 HGM_LOGI("HgmCore initialization success!!! delayMode: %{public}d", isDelayMode_); in Init()
215HGM_LOGI("HgmCore LTPO strategy ltpoEnabled: %{public}d, maxTE: %{public}d, alignRate: %{public}d,… in SetLtpoConfig()
294HGM_LOGI("HgmCore the rate of %{public}d is accepted, the target mode is %{public}d", rate, modeTo… in SetScreenRefreshRate()
353 HGM_LOGI("HgmCore adding screen : " PUBI64 "", id); in AddScreen()
370 HGM_LOGI("HgmCore num of screen is %{public}d", screenNum); in AddScreen()
425 HGM_LOGI("HgmCore reset current refreshrate mode: %{public}d due to bundlename: %{public}s", in RefreshBundleName()
H A Dhgm_screen.cpp48 HGM_LOGI("HgmScreen current mode is not supported, failed to get refreshrate"); in GetActiveRefreshRate()
143 HGM_LOGI("HgmScreen Set framerate to %{public}u is rejected!!!", rate); in IfSwitchToRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dxml_parser.cpp23 HGM_LOGI("XMLParser opening xml file"); in LoadConfiguration()
107 HGM_LOGI("XMLParser parsing a parameter"); in ParseParam()
119 HGM_LOGI("HgmXMLParser ParseParam default_refreshrate_mode %{public}s", in ParseParam()
195 HGM_LOGI("XMLParser failed to ParseParams %{public}s", paraName.c_str()); in ParseParams()
245HGM_LOGI("HgmXMLParser ParseStrategyConfig name=%{public}s min=%{public}d drawMin=%{public}d", in ParseStrategyConfig()
328 HGM_LOGI("HgmXMLParser ParseScreenConfig id=%{public}s", id.c_str()); in ParseScreenConfig()
367 HGM_LOGI("XMLParser failed to ParseScreenConfig %{public}s", name.c_str()); in ParseSubScreenConfig()
397 HGM_LOGI("HgmXMLParser ParseSimplex %{public}s=%{public}s %{public}s=%{public}s", in ParseSimplex()
438HGM_LOGI("HgmXMLParser ParserDynamicSetting dynamicType=%{public}s name=%{public}s min=%{public}d", in ParserDynamicSetting()
467HGM_LOGI("HgmXMLParser ParseSceneList name=%{public}s strategy=%{public}s priority=%{public}s", in ParseSceneList()
[all …]
H A Dhgm_log.h36 #define HGM_LOGI(fmt, ...) HGM_CPRINTF(LOG_INFO, fmt, ##__VA_ARGS__) macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp745 HGM_LOGI("HandleLightFactorStatus status:%{public}u", isSafe); in HandleLightFactorStatus()
780HGM_LOGI("%{public}s(%{public}d) %{public}s", eventName.c_str(), pid, eventInfo.description.c_str(… in HandleRefreshRateEvent()
804 HGM_LOGI("[touch manager] down"); in HandleTouchEvent()
818 HGM_LOGI("[touch manager] keep down in games"); in HandleTouchEvent()
822 HGM_LOGI("[touch manager] up"); in HandleTouchEvent()
850 HGM_LOGI("HandleRefreshRateMode curMode:%{public}d", refreshRateMode); in HandleRefreshRateMode()
869HGM_LOGI("curScreen:%{public}d status:%{public}d", static_cast<int>(id), static_cast<int>(status)); in HandleScreenPowerStatus()
891 HGM_LOGI("HandleScreenPowerStatus curScreen:%{public}d", static_cast<int>(curScreenId_)); in HandleScreenPowerStatus()
1221HGM_LOGI("Process: Strategy:%{public}s Screen:%{public}d Mode:%{public}d -- VoteResult:{%{public}d… in ProcessRefreshRateVote()
1271 HGM_LOGI("UpdateVoteRule: SceneName:%{public}s", lastScene.c_str()); in UpdateVoteRule()
[all …]
H A Dhgm_vsync_generator_controller.cpp96HGM_LOGI("HgmVSyncGeneratorController::ChangeGeneratorRate controllerRate = %{public}d, appOffset … in ChangeGeneratorRate()
H A Dhgm_multi_app_strategy.cpp60 HGM_LOGI("pkg update:%{public}s", param.c_str()); in HandlePkgsEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_state_machine.h102 HGM_LOGI("StateMachine state change: %{public}s -> %{public}s", in ChangeState()