Searched refs:failedMsg (Results 1 – 2 of 2) sorted by relevance
383 …id ReportMmiCodeMessage(int32_t result, const std::string successMsg, const std::string failedMsg);
943 int32_t result, const std::string successMsg, const std::string failedMsg) in ReportMmiCodeMessage() argument954 size_t cpyLen = strlen(failedMsg.c_str()) + 1; in ReportMmiCodeMessage()955 if (strcpy_s(mmiCodeInfo.message, cpyLen, failedMsg.c_str()) != EOK) { in ReportMmiCodeMessage()