Home
last modified time | relevance | path

Searched refs:ERROR_CODE_DIALOG_CONTENT_ERROR (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h88 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_ERROR = 103301; member
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp2003 if (errorCode == ERROR_CODE_DIALOG_CONTENT_ERROR) { in GetErrorMsg()
2004 strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ERROR) + "The ComponentContent is incorrect."; in GetErrorMsg()
2019 if (errorCode == ERROR_CODE_DIALOG_CONTENT_ERROR) { in GetErrorCode()
2020 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_ERROR); in GetErrorCode()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp38 { ERROR_CODE_DIALOG_CONTENT_ERROR, "Dialog content error. " },
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2578 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in OpenCustomDialog()
2591 callback(showComponentContent ? ERROR_CODE_DIALOG_CONTENT_ERROR : -1); in OpenCustomDialog()
2652 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in CloseCustomDialog()
2679 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in UpdateCustomDialog()

Completed in 18 milliseconds