Searched refs:GetContentTypeFromInt (Results 1 – 6 of 6) sorted by relevance
84 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeContentType()145 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeCTGeneralForm()353 type_ = GetContentTypeFromInt(oneByte & TEXT_MAX); in DecodeTypeField()383 std::string SmsWapPushContentType::GetContentTypeFromInt(uint8_t type) in GetContentTypeFromInt() function in OHOS::Telephony::SmsWapPushContentType
69 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsContentType()130 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsCTGeneralForm()158 std::string MmsContentType::GetContentTypeFromInt(uint8_t type) in GetContentTypeFromInt() function in OHOS::Telephony::MmsContentType364 msgContentParm_.SetType(GetContentTypeFromInt(oneByte & 0x7f)); in DecodeTypeField()
227 static std::string GetContentTypeFromInt(uint8_t type);
259 static std::string GetContentTypeFromInt(uint8_t type);
744 mmsContentType.GetContentTypeFromInt(type);
654 EXPECT_EQ(smsWapPushContentType->GetContentTypeFromInt(0), result);