Searched refs:pushType_ (Results 1 – 2 of 2) sorted by relevance
141 pushType_ = 0; in DecodePushType()142 if (!decodeBuffer.GetOneByte(pushType_)) { in DecodePushType()147 if (pushType_ != PDU_TYPE_PUSH && pushType_ != PDU_TYPE_CONFIRMED_PUSH) { in DecodePushType()148 TELEPHONY_LOGE("unSupported this pushType:%{public}d", pushType_); in DecodePushType()328 want.SetParam("pushType", static_cast<int>(pushType_)); in SendWapPushMessageBroadcast()
47 uint8_t pushType_ = 0; variable