Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp36 static constexpr uint8_t PDU_TYPE_PUSH = 0x06; variable
156 if (pushType_ != PDU_TYPE_PUSH && pushType_ != PDU_TYPE_CONFIRMED_PUSH) { in DecodePushType()