Home
last modified time | relevance | path

Searched refs:aceRet (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp1149 OHOS::Ace::UIContentErrorCode aceRet; in HWTEST_F() local
1153 EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WMError::WM_OK); in HWTEST_F()
1156 EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WMError::WM_OK); in HWTEST_F()
1159 EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WMError::WM_OK); in HWTEST_F()
1162 EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WMError::WM_OK); in HWTEST_F()
1165 EXPECT_EQ(window->InitUIContent(contentInfo, env, storage, type, restoreType, ability, aceRet), WMError::WM_OK); in HWTEST_F()
H A Dwindow_session_impl_test.cpp1469 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in HWTEST_F() local
1471 BackupAndRestoreType::NONE, nullptr, aceRet); in HWTEST_F()
1525 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in HWTEST_F() local
1527 BackupAndRestoreType::NONE, nullptr, aceRet); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp779 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in HWTEST_F() local
781 nullptr, aceRet); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1193 OHOS::Ace::UIContentErrorCode& aceRet) in InitUIContent()
1218 aceRet = uiContent->Initialize(this, contentInfo, storage); in InitUIContent()
1222 aceRet = uiContent->Restore(this, contentInfo, storage, GetAceContentInfoType(restoreType)); in InitUIContent()
1225 aceRet = uiContent->InitializeByName(this, contentInfo, storage); in InitUIContent()
1229 aceRet = uiContent->Initialize(this, abcContent, storage); in InitUIContent()
1281 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in SetUIContentInner() local
1282 WMError initUIContentRet = InitUIContent(contentInfo, env, storage, setUIContentType, restoreType, ability, aceRet); in SetUIContentInner()
1342 if (aceRet != OHOS::Ace::UIContentErrorCode::NO_ERRORS) { in SetUIContentInner()
1344 contentInfo.c_str(), static_cast<uint16_t>(aceRet)); in SetUIContentInner()
1191 InitUIContent(const std::string& contentInfo, napi_env env, napi_value storage, WindowSetUIContentType setUIContentType, BackupAndRestoreType restoreType, AppExecFwk::Ability* ability, OHOS::Ace::UIContentErrorCode& aceRet) InitUIContent() argument
H A Dwindow_impl.cpp618 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in SetUIContentInner() local
629 aceRet = uiContent->Initialize(this, contentInfo, storage); in SetUIContentInner()
633 aceRet = uiContent->Restore(this, contentInfo, storage, GetAceContentInfoType(restoreType)); in SetUIContentInner()
636 aceRet = uiContent->InitializeByName(this, contentInfo, storage); in SetUIContentInner()
640 aceRet = uiContent->Initialize(this, abcContent, storage); in SetUIContentInner()
679 if (aceRet != OHOS::Ace::UIContentErrorCode::NO_ERRORS) { in SetUIContentInner()
681 contentInfo.c_str(), static_cast<uint16_t>(aceRet)); in SetUIContentInner()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h457 OHOS::Ace::UIContentErrorCode& aceRet);

Completed in 25 milliseconds