Home
last modified time | relevance | path

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

/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h568 * Indicates the country/region where this contact is located.
570 std::string country; member in OHOS::ContactsApi::Attribute::PostalAddress
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp342 if (!contact.postalAddresses[i].country.empty()) { in GetValuesBucketPostalAddress()
343 valuesBucketPostalAddress.Put("country", contact.postalAddresses[i].country); in GetValuesBucketPostalAddress()
719 targetObj.country = GetStringValueByKey(env, obj, "country"); in GetPostalAddress()

Completed in 3 milliseconds