Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h86 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_ERROR = 103301; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1903 if (errorCode == ERROR_CODE_DIALOG_CONTENT_ERROR) { in GetErrorMsg()
1904 … strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ERROR) + "The ComponentContent is incorrect."; in GetErrorMsg()
1919 if (errorCode == ERROR_CODE_DIALOG_CONTENT_ERROR) { in GetErrorCode()
1920 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_ERROR); in GetErrorCode()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp47 { ERROR_CODE_DIALOG_CONTENT_ERROR, "Dialog content error. " },
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2557 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in OpenCustomDialog()
2572 callback(showComponentContent ? ERROR_CODE_DIALOG_CONTENT_ERROR : -1); in OpenCustomDialog()
2634 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in CloseCustomDialog()
2662 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in UpdateCustomDialog()