Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h81 int32_t ConstructRelation(std::shared_ptr<VCardContact> contact);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp48 ConstructRelation(contact); in ContactVCard()
371 int32_t VCardConstructor::ConstructRelation(std::shared_ptr<VCardContact> contact) in ConstructRelation() function in OHOS::Telephony::VCardConstructor