Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_raw_data.h33 std::string GetRawValue();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_raw_data.cpp78 std::string VCardRawData::GetRawValue() in GetRawValue() function in OHOS::Telephony::VCardRawData
H A Dvcard_decoder_v21.cpp180 std::string rawDataValue = rawData->GetRawValue(); in ParseItem()
202 std::string rawValue = rawData->GetRawValue(); in DealRawDataValue()
728 if (VCardUtils::ToUpper(rawData->GetRawValue()).find("BEGIN : VCARD") != std::string::npos) { in DealAgent()
H A Dvcard_contact.cpp41 rawValue = rawData->GetRawValue(); in AddRawData()