Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h101 void AddPhotoBytes(std::string formatName, std::string photoBytes, bool isPrimary);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp597 void VCardContact::AddPhotoBytes(std::string formatName, std::string photoBytes, bool isPrimary) in AddPhotoBytes() function in OHOS::Telephony::VCardContact
1084 AddPhotoBytes(formatName, byte, isPrimary); in AddPhotoDatas()