Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1347 …WMError initUIContentRet = InitUIContent(contentInfo, env, storage, setUIContentType, restoreType,… in SetUIContentInner() local
1348 if (initUIContentRet != WMError::WM_OK) { in SetUIContentInner()
1349 TLOGE(WmsLogTag::WMS_LIFE, "Init UIContent fail, ret:%{public}u", initUIContentRet); in SetUIContentInner()
1350 return initUIContentRet; in SetUIContentInner()