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()352 type_ = GetContentTypeFromInt(oneByte & TEXT_MAX); in DecodeTypeField()382 std::string SmsWapPushContentType::GetContentTypeFromInt(uint8_t type) in GetContentTypeFromInt() function in OHOS::Telephony::SmsWapPushContentType
71 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsContentType()132 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsCTGeneralForm()160 std::string MmsContentType::GetContentTypeFromInt(uint8_t type) in GetContentTypeFromInt() function in OHOS::Telephony::MmsContentType366 msgContentParm_.SetType(GetContentTypeFromInt(oneByte & 0x7f)); in DecodeTypeField()
227 static std::string GetContentTypeFromInt(uint8_t type);
259 static std::string GetContentTypeFromInt(uint8_t type);
436 mmsContentType.GetContentTypeFromInt(type);
574 EXPECT_EQ(smsWapPushContentType->GetContentTypeFromInt(0), result);