Home
last modified time | relevance | path

Searched refs:convertedValue (Results 1 - 1 of 1) sorted by relevance

/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp814 std::string convertedValue = value; in ConvertHarmonyEvents() local
816 convertedValue = std::to_string(static_cast<int32_t>(EventType::EVENT_ANNIVERSARY)); in ConvertHarmonyEvents()
819 convertedValue = std::to_string(static_cast<int32_t>(EventType::EVENT_OTHER)); in ConvertHarmonyEvents()
822 convertedValue = std::to_string(static_cast<int32_t>(EventType::EVENT_LUNAR_BIRTHDAY)); in ConvertHarmonyEvents()
824 return convertedValue; in ConvertHarmonyEvents()

Completed in 4 milliseconds