Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h90 int32_t ConstructNotes(std::shared_ptr<VCardContact> contact);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp57 ConstructNotes(contact); in ContactVCard()
680 int32_t VCardConstructor::ConstructNotes(std::shared_ptr<VCardContact> contact) in ConstructNotes() function in OHOS::Telephony::VCardConstructor