Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h34 constexpr int32_t ERROR_CODE_URI_ERROR_LITE = 200002; // Uri error for lite. variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp46 { ERROR_CODE_URI_ERROR_LITE, "Uri error. " },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1296 info.errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR_LITE); in StartReplace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp670 errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR_LITE); in Replace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1325 errorCallback("The uri of router is not exist.", ERROR_CODE_URI_ERROR_LITE); in StartReplace()