Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h90 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_NOT_FOUND = 103303; member
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp2008 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_NOT_FOUND) { in GetErrorMsg()
2009 strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND) + "The ComponentContent cannot be found."; in GetErrorMsg()
2023 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_NOT_FOUND) { in GetErrorCode()
2024 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in GetErrorCode()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp40 { ERROR_CODE_DIALOG_CONTENT_NOT_FOUND, "Dialog content not found. " },
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_ng.cpp2065 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in HWTEST_F()
2132 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2667 callback(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in CloseCustomDialog()
2706 callback(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in UpdateCustomDialog()

Completed in 23 milliseconds