Home
last modified time | relevance | path

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

/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp45 contact.note = GetNote(env, object); in GetContactDataByObject()
485 if (!contact.note.noteContent.empty() || contact.note.noteContent != "") { in GetValuesBucketNote()
487 valuesBucketNote.Put("detail_info", contact.note.noteContent); in GetValuesBucketNote()
488 valuesBucketNote.Put("content_type", "note"); in GetValuesBucketNote()
813 napi_value noteObj = GetObjectByKey(env, object, "note"); in GetNote()
H A Dresult_convert.cpp715 const std::string note = "note"; in ConvertNote() local
716 napi_value objectElement = GetNapiElementObject(env, napiObject, note); in ConvertNote()
722 napi_create_string_utf8(env, note.c_str(), NAPI_AUTO_LENGTH, &napiElementKey); in ConvertNote()
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h70 * Indicates the note.
367 * Provides methods for note information
372 * Indicates the note content.
844 * Indicates the contact note.
846 Note note; member in OHOS::ContactsApi::Attribute::Contacts

Completed in 5 milliseconds