Home
last modified time | relevance | path

Searched defs:targetObj (Results 1 – 2 of 2) sorted by relevance

/applications/standard/contacts_data/contacts/src/
Dcontacts_build.cpp673 ImAddress targetObj; in GetImAddress() local
717 PostalAddress targetObj; in GetPostalAddress() local
746 Relation targetObj; in GetRelation() local
768 SipAddress targetObj; in GetSipAddress() local
790 Website targetObj; in GetWebsite() local
/applications/standard/call/entry/src/main/ets/ServiceAbility/
DCallManagerService.ts212 const targetObj = this.callList.find((v) => v.callId === callId); constant