Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp36 isV30OrV40_ = VCardConfiguration::IsVer30(cardType_) || VCardConfiguration::IsVer40(cardType_); in VCardConstructor()
763 if (isV30OrV40_) { in AddPhotoLine()
921 if (isV30OrV40_) { in HandleCharacter()
928 if (isV30OrV40_) { in HandleCharacter()
1009 if (isV30OrV40_) { in AddParamType()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h101 bool isV30OrV40_; variable