Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp59 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()
1314 …eportMmiCodeMessage(static_cast<int32_t>(responseInfo.error), SEND_USSD_SUCCESS, INVALID_MMI_CODE); in EventSendUssd()
1407 size_t cpyLen = strlen(INVALID_MMI_CODE.c_str()) + 1; in EventUssdNotify()
1408 if (strcpy_s(mmiCodeInfo.message, cpyLen, INVALID_MMI_CODE.c_str()) != EOK) { in EventUssdNotify()
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dmmi_code_message.h89 const std::string INVALID_MMI_CODE = "Invalid MMI code"; variable