Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h89 int32_t ConstructPhotos(std::shared_ptr<VCardContact> contact);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp56 ConstructPhotos(contact); in ContactVCard()
653 int32_t VCardConstructor::ConstructPhotos(std::shared_ptr<VCardContact> contact) in ConstructPhotos() function in OHOS::Telephony::VCardConstructor