Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h88 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_NOT_FOUND = 103303; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1908 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_NOT_FOUND) { in GetErrorMsg()
1909 …strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND) + "The ComponentContent cannot be fou… in GetErrorMsg()
1923 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_NOT_FOUND) { in GetErrorCode()
1924 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in GetErrorCode()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp49 { ERROR_CODE_DIALOG_CONTENT_NOT_FOUND, "Dialog content not found. " },
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_ng.cpp2035 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in __anona7e7e9b92402()
2102 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in __anona7e7e9b92702()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2649 callback(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in CloseCustomDialog()
2689 callback(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in UpdateCustomDialog()