Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h87 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST = 103302; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1905 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) { in GetErrorMsg()
1906 strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) + in GetErrorMsg()
1921 } else if (errorCode == ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) { in GetErrorCode()
1922 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in GetErrorCode()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp48 { ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST, "Dialog content already exist. " },
/ohos5.0/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 __anon81bfda223f02()
H A Doverlay_test_ng.cpp2025 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in __anona7e7e9b92302()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp2562 callback(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in OpenCustomDialog()