Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h141 std::string ConvertHarmonyEvents(std::string type, std::string value);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp776 value = ConvertHarmonyEvents(type, value); in AddCustom()
788 std::string VCardContact::ConvertHarmonyEvents(std::string type, std::string value) in ConvertHarmonyEvents() function in OHOS::Telephony::VCardContact