Home
last modified time | relevance | path

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

/applications/standard/contacts_data/contacts/include/
Dcontacts_napi_common.h100 struct ExecuteHelper { struct
101 ExecuteHelper() in ExecuteHelper() argument
105 napi_async_work work;
106 napi_deferred deferred;
107 int sync;
108 unsigned int argc;
109 napi_value argv[MAX_PARAMS] = {0};
110 napi_value abilityContext;
111 int actionCode;
112 napi_ref callBack;
[all …]