Home
last modified time | relevance | path

Searched refs:failedMsg (Results 1 – 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/control/include/
Dcellular_call_supplement.h383 …id ReportMmiCodeMessage(int32_t result, const std::string successMsg, const std::string failedMsg);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp943 int32_t result, const std::string successMsg, const std::string failedMsg) in ReportMmiCodeMessage() argument
954 size_t cpyLen = strlen(failedMsg.c_str()) + 1; in ReportMmiCodeMessage()
955 if (strcpy_s(mmiCodeInfo.message, cpyLen, failedMsg.c_str()) != EOK) { in ReportMmiCodeMessage()