Home
last modified time | relevance | path

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

/applications/standard/contactsdata/contacts/include/
Dcontacts_napi_common.h92 struct ExecuteHelper { struct
93 ExecuteHelper() in ExecuteHelper() function
96 napi_async_work work;
97 napi_deferred deferred;
98 int sync;
99 unsigned int argc;
100 napi_value argv[MAX_PARAMS] = {0};
101 int actionCode;
102 napi_ref callBack;
103 int childActionCode;
[all …]