Home
last modified time | relevance | path

Searched refs:GetNames (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h60 std::vector<std::shared_ptr<VCardNameData>> GetNames();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp114 auto nameDatas = contact->GetNames(); in ConstructNameV40()
225 auto nameDatas = contact->GetNames(); in ConstructName()
H A Dvcard_contact.cpp289 std::vector<std::shared_ptr<VCardNameData>> VCardContact::GetNames() in GetNames() function in OHOS::Telephony::VCardContact