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.h102 struct ExecuteHelper { struct
103 ExecuteHelper() in ExecuteHelper() argument
107 napi_async_work work;
108 napi_deferred deferred;
109 int sync;
110 unsigned int argc;
111 napi_value argv[MAX_PARAMS] = {0};
112 napi_value abilityContext;
113 int actionCode;
114 napi_ref callBack;
[all …]