Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_notification.h55 HNOTI_SMS_BASE = 1100, enumerator
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp804 return ((code >= HNOTI_SMS_BASE) && (code < HNOTI_SIM_BASE)); in IsSmsNotification()
H A Dhril_call.cpp43 return ((code >= HNOTI_CALL_BASE) && (code < HNOTI_SMS_BASE)); in IsCallNotification()