Searched refs:ERROR_CODE_DIALOG_CONTENT_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance
88 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_NOT_FOUND = 103303; variable
1908 } 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()
49 { ERROR_CODE_DIALOG_CONTENT_NOT_FOUND, "Dialog content not found. " },
2035 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in __anona7e7e9b92402()2102 EXPECT_EQ(errorCode, ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in __anona7e7e9b92702()
2649 callback(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in CloseCustomDialog()2689 callback(ERROR_CODE_DIALOG_CONTENT_NOT_FOUND); in UpdateCustomDialog()