Searched refs:successMsg (Results 1 – 3 of 3) sorted by relevance
684 const FILLP_CHAR *successMsg = "management message set success"; in FillpDumpMgtMsgCb() local690 dump(softObj, successMsg, strlen(successMsg) + 1); in FillpDumpMgtMsgCb()
595 …void ReportMmiCodeMessage(int32_t result, const std::string successMsg, const std::string failedMs…
1536 int32_t result, const std::string successMsg, const std::string failedMsg) in ReportMmiCodeMessage() argument1541 size_t cpyLen = strlen(successMsg.c_str()) + 1; in ReportMmiCodeMessage()1542 if (strcpy_s(mmiCodeInfo.message, cpyLen, successMsg.c_str()) != EOK) { in ReportMmiCodeMessage()