/foundation/windowmanager/dmserver/src/ |
D | abstract_display_controller.cpp | 129 WLOGI("connect new screen. id:%{public}" PRIu64"", absScreen->dmsId_); in OnAbstractScreenConnect() 139 WLOGI("OnAbstractScreenConnect, ScreenCombination::SCREEN_MIRROR, AddScreenToMirrorLocked"); in OnAbstractScreenConnect() 142 WLOGI("OnAbstractScreenConnect, ScreenCombination::SCREEN_EXPAND, AddScreenToExpandLocked"); in OnAbstractScreenConnect() 155 WLOGI("disconnect screen. id:%{public}" PRIu64"", absScreen->dmsId_); in OnAbstractScreenDisconnect() 196 WLOGI("normal screen disconnect"); in ProcessNormalScreenDisconnected() 203 … WLOGI("normal screen disconnect, displayId: %{public}" PRIu64", screenId: %{public}" PRIu64"", in ProcessNormalScreenDisconnected() 215 WLOGI("expand screen disconnect"); in ProcessExpandScreenDisconnected() 220 … WLOGI("expand screen disconnect, displayId: %{public}" PRIu64", screenId: %{public}" PRIu64"", in ProcessExpandScreenDisconnected() 234 WLOGI("screen changes. id:%{public}" PRIu64"", absScreen->dmsId_); in OnAbstractScreenChange() 326 WLOGI("keep display size. display:%{public}" PRIu64"", absDisplay->GetId()); in UpdateDisplaySize() [all …]
|
D | abstract_screen_controller.cpp | 81 WLOGI("GetShotScreenIds"); in GetShotScreenIds() 92 WLOGI("GetShotScreenIds: screenId: %{public}" PRIu64"", screenId); in GetShotScreenIds() 114 WLOGI("GetAllExpandOrMirrorScreenIds, screenIds is empty"); in GetAllExpandOrMirrorScreenIds() 124 WLOGI("GetAllExpandOrMirrorScreenIds: screenId: %{public}" PRIu64"", iter->first); in GetAllExpandOrMirrorScreenIds() 136 WLOGI("GetRSDisplayNodeByScreenId: screen: %{public}" PRIu64", nodeId: %{public}" PRIu64" ", in GetRSDisplayNodeByScreenId() 154 WLOGI("GetAbstractScreen: screenId: %{public}" PRIu64"", dmsScreenId); in GetAbstractScreen() 185 WLOGI("GetDefaultAbstractScreenId, screen:%{public}" PRIu64"", defaultDmsScreenId); in GetDefaultAbstractScreenId() 360 WLOGI("connect the first screen"); in AddToGroupLocked() 370 WLOGI("RemoveFromGroupLocked."); in RemoveFromGroupLocked() 402 WLOGI("CheckScreenInScreenGroup."); in CheckScreenInScreenGroup() [all …]
|
D | abstract_screen.cpp | 104 WLOGI("GetScreenSupportedColorGamuts ok! rsId %{public}" PRIu64", size %{public}u", in GetScreenSupportedColorGamuts() 117 WLOGI("GetScreenColorGamut ok! rsId %{public}" PRIu64", colorGamut %{public}u", in GetScreenColorGamut() 141 WLOGI("SetScreenColorGamut ok! rsId %{public}" PRIu64", colorGamutIdx %{public}u", in SetScreenColorGamut() 154 WLOGI("GetScreenGamutMap ok! rsId %{public}" PRIu64", gamutMap %{public}u", in GetScreenGamutMap() 170 WLOGI("SetScreenGamutMap ok! rsId %{public}" PRIu64", gamutMap %{public}u", in SetScreenGamutMap() 178 WLOGI("SetScreenColorTransform ok! rsId %{public}" PRIu64"", rsId_); in SetScreenColorTransform() 292 WLOGI("AddChild, SCREEN_MIRROR, config is not mirror"); in GetRSDisplayNodeConfig() 297 WLOGI("AddChild, mirrorScreenId_ is invalid, use default screen"); in GetRSDisplayNodeConfig() 306 …WLOGI("AddChild, mirrorScreenId_:%{public}" PRIu64", rsId_:%{public}" PRIu64", nodeId:%{public}" P… in GetRSDisplayNodeConfig()
|
D | display_manager_service.cpp | 373 WLOGI("SetShotScreen, mainScreen nodeId:%{public}" PRIu64"", nodeId); in SetShotScreen() 428 WLOGI("UpdateRSTree"); in UpdateRSTree() 477 WLOGI("MakeExpand"); in MakeExpand() 485 WLOGI("MakeExpand, defaultScreenId:%{public}" PRIu64"", defaultScreenId); in MakeExpand()
|
/foundation/windowmanager/dm/test/systemtest/ |
D | display_change_test.cpp | 39 WLOGI("DisplayChangeEventListener::OnCreate displayId=%{public}" PRIu64"", displayId); in OnCreate() 44 WLOGI("DisplayChangeEventListener::OnDestroy displayId=%{public}" PRIu64"", displayId); in OnDestroy() 49 WLOGI("DisplayChangeEventListener::OnChange displayId=%{public}" PRIu64"", displayId); in OnChange() 117 WLOGI("CheckDisplayChangeEventCallback in"); in CheckDisplayChangeEventCallback() 120 …WLOGI("CheckDisplayChangeEventCallback: get valueExpected %{public}d for display %{public}" PRIu64… in CheckDisplayChangeEventCallback() 122 WLOGI("CheckDisplayChangeEventCallback: already wait times %{public}d", times_); in CheckDisplayChangeEventCallback() 128 WLOGI("CheckDisplayChangeEventCallback: cannot get valueExpected"); in CheckDisplayChangeEventCallback() 140 …WLOGI("ScreenSizeEqual: ScreenSize: %{public}u %{public}u, ActiveModeInfoSize: %{public}u %{public… in ScreenSizeEqual() 153 …WLOGI("DisplaySizeEqual:: DisplaySize: %{public}u %{public}u, ActiveModeInfoSize: %{public}u %{pub… in DisplaySizeEqual()
|
/foundation/windowmanager/utils/include/ |
D | window_manager_hilog.h | 40 #define WLOGI(fmt, ...) _W_CPRINTF(_W_IFUNC, fmt, ##__VA_ARGS__) macro 47 #define WLOGFI(fmt, ...) WLOGI("%{public}s: " fmt, _W_FUNC, ##__VA_ARGS__)
|
/foundation/windowmanager/dm/test/unittest/ |
D | display_change_unit_test.cpp | 83 …WLOGI("DisplaySizeEqual:: DisplaySize: %{public}u %{public}u, ActiveModeInfoSize: %{public}u %{pub… in DisplaySizeEqual()
|
/foundation/windowmanager/wm/src/ |
D | window_impl.cpp | 1272 WLOGI("UpdateMode %{public}d", mode); in UpdateMode() 1296 WLOGI("ConsumeKeyEvent keyEvent is consumed"); in ConsumeKeyEvent() 1300 WLOGI("ConsumeKeyEvent ability TerminateSelf"); in ConsumeKeyEvent() 1303 WLOGI("ConsumeKeyEvent destroy window"); in ConsumeKeyEvent() 1312 WLOGI("ConsumeKeyEvent no consumer window exit"); in ConsumeKeyEvent() 1510 … WLOGI("WMS process point down, window: [name:%{public}s, id:%{public}u], action: %{public}d", in ConsumePointerEvent()
|
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/ |
D | js_window_utils.cpp | 445 WLOGI("[NAPI]Get ability"); in GetAPI7Ability()
|
/foundation/windowmanager/wmserver/src/ |
D | window_node_container.cpp | 856 …WLOGI("DumpScreenWindowTree: %{public}10s %{public}5u %{public}4u %{public}4u %{public}4u %{public… in DumpScreenWindowTree()
|