Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_notification.h36 HNOTI_SIM_BASE = 1200, enumerator
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp37 return ((code >= HNOTI_SMS_BASE) && (code < HNOTI_SIM_BASE)); in IsSmsNotification()
/base/telephony/ril_adapter/services/hril/src/
Dhril_sms.cpp568 return ((code >= HNOTI_SMS_BASE) && (code < HNOTI_SIM_BASE)); in IsSmsNotification()
Dhril_sim.cpp624 return ((code >= HNOTI_SIM_BASE) && (code < HNOTI_DATA_BASE)); in IsSimNotification()