Home
last modified time | relevance | path

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

/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h563 * Indicates the city where this contact is located.
565 std::string city; member in OHOS::ContactsApi::Attribute::PostalAddress
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp339 if (!contact.postalAddresses[i].city.empty()) { in GetValuesBucketPostalAddress()
340 valuesBucketPostalAddress.Put("city", contact.postalAddresses[i].city); in GetValuesBucketPostalAddress()
718 targetObj.city = GetStringValueByKey(env, obj, "city"); in GetPostalAddress()

Completed in 3 milliseconds