Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 4 of 4) sorted by relevance

/applications/standard/contacts_data/contacts/src/
Dcontact.js76 fullName: object.contactName property
/applications/standard/contacts_data/jstest/
DObjectCallback.js84 fullName: '小李', property
140 let updateValues = { id: gRawContactId, name: { fullName: '小红' } }; property
160 let updateValues = { id: gRawContactId, name: { fullName: '小红' } }; property
568 let updateValues = { id: rawContactId, name: { fullName: '小红' } }; property
DObjectInterface_test.js84 fullName: '小李', property
149 let updateValues = { id: gRawContactId, name: { fullName: '小红' } }; property
637 let updateValues = { id: rawContactId, name: { fullName: '小红' } }; property
/applications/standard/contacts_data/contacts/include/
Dcontacts_napi_object.h323 std::string fullName; variable