Home
last modified time | relevance | path

Searched refs:ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h89 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST = 103302; member
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp2005 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) { in GetErrorMsg()
2006 strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) + in GetErrorMsg()
2021 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) { in GetErrorCode()
2022 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in GetErrorCode()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp39 { ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST, "Dialog content already exist. " },
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_dialog_test_ng.cpp1510 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in HWTEST_F()
H A Doverlay_test_ng.cpp2055 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2582 callback(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in OpenCustomDialog()

Completed in 25 milliseconds