Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp385 AddCustomType(VCARD_TYPE_X_MOBILE_RELATION, in ConstructRelation()
391 void VCardConstructor::AddCustomType(const std::string &type, std::vector<std::string> values) in AddCustomType() function in OHOS::Telephony::VCardConstructor
464 AddCustomType(TypeData::NICKNAME, { nicknameData->GetNickName() }); in ConstructNickNames()
729 AddCustomType(VCARD_TYPE_X_MOBILE_EVENTS, in ConstructEvents()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constructor.h48 void AddCustomType(const std::string &type, std::vector<std::string> values);