Searched refs:DecodeLongInteger (Results 1 – 8 of 8) sorted by relevance
403 bool MmsDecodeBuffer::DecodeLongInteger(uint64_t &value) in DecodeLongInteger() function in OHOS::Telephony::MmsDecodeBuffer448 if (DecodeLongInteger(iInteger)) { in DecodeInteger()
677 if (!buff.DecodeLongInteger(value)) { in DecodeFieldLongValue()919 if (!buff.DecodeLongInteger(timeValue)) { in DecodeFieldDate()969 if (!buff.DecodeLongInteger(perviouslySentDate)) { in DecodeFieldPreviouslySentDate()
43 bool DecodeLongInteger(uint64_t &lInteger);
55 bool DecodeLongInteger(uint64_t &lInteger);
480 bool SmsWapPushBuffer::DecodeLongInteger(uint64_t &value) in DecodeLongInteger() function in OHOS::Telephony::SmsWapPushBuffer523 if (DecodeLongInteger(iInteger)) { in DecodeInteger()
65 decodeBuffer->DecodeLongInteger(uint64tValue); in WapPushBuffer()
901 mmsDecodeBuffer.DecodeLongInteger(longVar);903 mmsDecodeBuffer.DecodeLongInteger(longVar);
435 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));441 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));444 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));