Home
last modified time | relevance | path

Searched refs:GetSupportParamType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v21.h56 virtual std::vector<std::string> GetSupportParamType();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp464 …if (!(ContainValue(VCardUtils::ToUpper(type), GetSupportParamType()) || VCardUtils::StartWith(type… in DealTypeParam()
541 std::vector<std::string> VCardDecoderV21::GetSupportParamType() in GetSupportParamType() function in OHOS::Telephony::VCardDecoderV21