Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h135 …void AddOtherDatas(std::string name, std::string rawValue, std::string byte, std::vector<std::stri…
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp80 AddOtherDatas(name, rawValue, byte, values, propValue, groups, parasMap); in AddDatas()
83 void VCardContact::AddOtherDatas(std::string name, std::string rawValue, std::string byte, in AddOtherDatas() function in OHOS::Telephony::VCardContact