Searched refs:INVALID_MMI_CODE (Results 1 - 2 of 2) sorted by relevance
/base/telephony/cellular_call/services/common/include/ |
H A D | mmi_code_message.h | 89 const std::string INVALID_MMI_CODE = "Invalid MMI code"; member
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 59 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleClip() 99 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleClir() 147 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleColr() 189 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleColp() 236 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleCallTransfer() 428 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleCallRestriction() 528 ReportMmiCodeMessage(MMI_CODE_FAILED, "", INVALID_MMI_CODE); in HandleCallWaiting() 1313 ReportMmiCodeMessage(static_cast<int32_t>(responseInfo.error), SEND_USSD_SUCCESS, INVALID_MMI_CODE); in EventSendUssd() local 1401 if (strcpy_s(mmiCodeInfo.message, sizeof(mmiCodeInfo.message), INVALID_MMI_CODE.c_str()) != EOK) { in EventUssdNotify() 1402 TELEPHONY_LOGE("strcpy_s INVALID_MMI_CODE fai in EventUssdNotify() [all...] |
Completed in 4 milliseconds