Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_util.c31 #define G_RESP_SMS_NOTIFY 3 macro
39 static const char *g_respSmsNotify[G_RESP_SMS_NOTIFY] = {"+CMT:", "+CDS:", "+CBM:"};
113 for (i = 0; i < G_RESP_SMS_NOTIFY; i++) { in IsSmsNotify()