Searched refs:ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST (Results 1 – 6 of 6) sorted by relevance
87 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST = 103302; variable
1905 } 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()
48 { ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST, "Dialog content already exist. " },
1510 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in __anon81bfda223f02()
2025 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in __anona7e7e9b92302()
2562 callback(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST); in OpenCustomDialog()