Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h30 constexpr int32_t ERROR_CODE_URI_ERROR = 100002; // Uri error. variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp384 ERROR_CODE_URI_ERROR); in HandleUncaughtException()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1209 info.errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR); in StartPush()
1823 info.errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR); in StartRestorePageWithTarget()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp44 { ERROR_CODE_URI_ERROR, "Uri error. " },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp627 errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR); in Push()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1283 errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR); in StartPush()