Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_teleservice_message.cpp156 } else if (id == CdmaSmsSubParameter::PRIORITY_INDICATOR) { in CdmaSmsSubmitMessage()
232 } else if (id == CdmaSmsSubParameter::PRIORITY_INDICATOR) { in PushParameter()
H A Dcdma_sms_sub_parameter.cpp215 id_ = PRIORITY_INDICATOR; in CdmaSmsPriorityInd()
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_sub_parameter.h47 PRIORITY_INDICATOR = 0x08, enumerator
/ohos5.0/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H A Dcdmasmsdecode_fuzzer.cpp300 ss1 << static_cast<uint8_t>(CdmaSmsSubParameter::PRIORITY_INDICATOR); in PriorityIndDecode()