Home
last modified time | relevance | path

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

/applications/standard/calendardata/calendarmanager/napi/src/
H A Devent_filter_napi.cpp85 napi_value thisVar = nullptr; in FilterById() local
88 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in FilterById()
112 napi_value thisVar = nullptr; in FilterByTime() local
115 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in FilterByTime()
140 napi_value thisVar = nullptr; in FilterByTitle() local
143 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in FilterByTitle()
H A Dcalendar_napi.cpp304 napi_value thisVar = nullptr; in GetConfig() local
305 auto status = napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in GetConfig()
311 status = napi_unwrap(env, thisVar, (void **)&calendarNapi); in GetConfig()
368 napi_value thisVar = nullptr; in GetAccount() local
369 auto status = napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in GetAccount()
375 status = napi_unwrap(env, thisVar, (void **)&calendarNapi); in GetAccount()
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_api.cpp1210 napi_value thisVar = nullptr; in AddContact() local
1212 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in AddContact()
1255 napi_value thisVar = nullptr; in DeleteContact() local
1257 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in DeleteContact()
1300 napi_value thisVar = nullptr; in UpdateContact() local
1302 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in UpdateContact()
1352 napi_value thisVar = nullptr; in QueryContact() local
1354 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in QueryContact()
1413 napi_value thisVar = nullptr; in QueryContacts() local
1415 napi_get_cb_info(env, info, &argc, argv, &thisVar, in QueryContacts()
1471 napi_value thisVar = nullptr; QueryContactsByEmail() local
1534 napi_value thisVar = nullptr; QueryContactsByPhoneNumber() local
1595 napi_value thisVar = nullptr; QueryGroups() local
1646 napi_value thisVar = nullptr; QueryHolders() local
1691 napi_value thisVar = nullptr; QueryKey() local
1749 napi_value thisVar = nullptr; QueryMyCard() local
1800 napi_value thisVar = nullptr; IsMyCard() local
1845 napi_value thisVar = nullptr; IsLocalContact() local
[all...]

Completed in 7 milliseconds