Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_photo_data.cpp25 valuesBucket.Put(ContactData::BLOB_DATA, std::vector<uint8_t>(bytes_.begin(), bytes_.end())); in BuildValuesBucket()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constant.h260 static constexpr const char *BLOB_DATA = "blob_data"; variable