Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h86 int32_t ConstructPostals(std::shared_ptr<VCardContact> contact);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp53 ConstructPostals(contact); in ContactVCard()
498 int32_t VCardConstructor::ConstructPostals(std::shared_ptr<VCardContact> contact) in ConstructPostals() function in OHOS::Telephony::VCardConstructor