Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h130 return UIContentErrorCode::NO_ERRORS; in RunPage()
134 return UIContentErrorCode::NO_ERRORS; in RunPage()
139 return UIContentErrorCode::NO_ERRORS; in RunDynamicPage()
144 return UIContentErrorCode::NO_ERRORS; in RunPageByNamedRouter()
284 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::NO_ERRORS); in RestoreRouterStack()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h46 return UIContentErrorCode::NO_ERRORS; in Initialize()
50 return UIContentErrorCode::NO_ERRORS; in InitializeByName()
66 return UIContentErrorCode::NO_ERRORS; in Restore()
H A Dui_content_impl.cpp315 auto errorCode = UIContentErrorCode::NO_ERRORS; in Initialize()
435 return UIContentErrorCode::NO_ERRORS; in CommonInitialize()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h21 NO_ERRORS = 0, enumerator
H A Dui_content.h111 return UIContentErrorCode::NO_ERRORS; in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate_declarative.cpp57 return UIContentErrorCode::NO_ERRORS; in RunCard()
H A Dform_frontend_delegate_declarative.cpp60 return UIContentErrorCode::NO_ERRORS; in RunCard()
H A Dcard_frontend.cpp113 return UIContentErrorCode::NO_ERRORS; in RunPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp384 return UIContentErrorCode::NO_ERRORS; in RunPage()
402 return UIContentErrorCode::NO_ERRORS; in RunPage()
412 return UIContentErrorCode::NO_ERRORS; in RunPageByNamedRouter()
H A Dfrontend_delegate_declarative_ng.h48 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::NO_ERRORS); in RestoreRouterStack()
H A Dpage_router_manager.cpp1047 return std::make_pair(topRecord, UIContentErrorCode::NO_ERRORS); in RestoreRouterStack()
1577 return UIContentErrorCode::NO_ERRORS; in LoadCard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h145 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::NO_ERRORS); in RestoreRouterStack()
H A Dfrontend_delegate_impl.cpp1285 return UIContentErrorCode::NO_ERRORS; in LoadPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp185 return UIContentErrorCode::NO_ERRORS; in RunPage()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp806 auto errorCode = UIContentErrorCode::NO_ERRORS; in InitializeInner()
914 auto errorCode = UIContentErrorCode::NO_ERRORS; in Initialize()
974 if (errorCode != UIContentErrorCode::NO_ERRORS) { in Initialize()
1019 auto errorCode = UIContentErrorCode::NO_ERRORS; in Restore()
1049 auto errorCode = UIContentErrorCode::NO_ERRORS; in CommonInitializeForm()
1433 return UIContentErrorCode::NO_ERRORS; in CommonInitializeForm()
1545 auto errorCode = UIContentErrorCode::NO_ERRORS; in CommonInitialize()
H A Dace_container.cpp1149 return UIContentErrorCode::NO_ERRORS; in SetViewNew()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp691 return UIContentErrorCode::NO_ERRORS; in Initialize()
710 return UIContentErrorCode::NO_ERRORS; in Initialize()
H A Dfrontend_delegate_declarative.cpp202 return UIContentErrorCode::NO_ERRORS; in RunPage()
2288 return UIContentErrorCode::NO_ERRORS; in LoadPage()
3295 UIContentErrorCode::NO_ERRORS); in RestoreRouterStack()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1422 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS;
1480 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp651 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in SetUIContentInner()
658 … uiContent->Restore(this, routerStack, storage, type) == Ace::UIContentErrorCode::NO_ERRORS) { in SetUIContentInner()
712 if (aceRet != OHOS::Ace::UIContentErrorCode::NO_ERRORS) { in SetUIContentInner()
H A Dwindow_session_impl.cpp1308 … uiContent->Restore(this, routerStack, storage, type) == Ace::UIContentErrorCode::NO_ERRORS) { in InitUIContent()
1346 OHOS::Ace::UIContentErrorCode aceRet = OHOS::Ace::UIContentErrorCode::NO_ERRORS; in SetUIContentInner()
1409 if (aceRet != OHOS::Ace::UIContentErrorCode::NO_ERRORS) { in SetUIContentInner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1121 return UIContentErrorCode::NO_ERRORS; in LoadPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4843 return NO_ERRORS; in SetPreviewText()