Home
last modified time | relevance | path

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

/foundation/windowmanager/dmserver/src/
Dabstract_display_controller.cpp129 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()
203WLOGI("normal screen disconnect, displayId: %{public}" PRIu64", screenId: %{public}" PRIu64"", in ProcessNormalScreenDisconnected()
215 WLOGI("expand screen disconnect"); in ProcessExpandScreenDisconnected()
220WLOGI("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 …]
Dabstract_screen_controller.cpp81 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 …]
Dabstract_screen.cpp104 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()
306WLOGI("AddChild, mirrorScreenId_:%{public}" PRIu64", rsId_:%{public}" PRIu64", nodeId:%{public}" P… in GetRSDisplayNodeConfig()
Ddisplay_manager_service.cpp373 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/
Ddisplay_change_test.cpp39 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()
120WLOGI("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()
140WLOGI("ScreenSizeEqual: ScreenSize: %{public}u %{public}u, ActiveModeInfoSize: %{public}u %{public… in ScreenSizeEqual()
153WLOGI("DisplaySizeEqual:: DisplaySize: %{public}u %{public}u, ActiveModeInfoSize: %{public}u %{pub… in DisplaySizeEqual()
/foundation/windowmanager/utils/include/
Dwindow_manager_hilog.h40 #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/
Ddisplay_change_unit_test.cpp83WLOGI("DisplaySizeEqual:: DisplaySize: %{public}u %{public}u, ActiveModeInfoSize: %{public}u %{pub… in DisplaySizeEqual()
/foundation/windowmanager/wm/src/
Dwindow_impl.cpp1272 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()
1510WLOGI("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/
Djs_window_utils.cpp445 WLOGI("[NAPI]Get ability"); in GetAPI7Ability()
/foundation/windowmanager/wmserver/src/
Dwindow_node_container.cpp856WLOGI("DumpScreenWindowTree: %{public}10s %{public}5u %{public}4u %{public}4u %{public}4u %{public… in DumpScreenWindowTree()