Searched defs:EventListener (Results 1 – 3 of 3) sorted by relevance
26 struct EventListener { struct27 napi_env env;28 napi_value thisVar = nullptr;29 napi_ref callbackRef = nullptr;30 napi_deferred deferred = nullptr;31 napi_async_work work = nullptr;32 bool callBackResult = false;33 Action action;
26 struct EventListener { struct27 napi_env env;28 TelephonyUpdateEventType eventType;29 int32_t slotId;30 napi_ref callbackRef;31 std::shared_ptr<bool> isDeleting = nullptr;
280 EventListener() {}; in EventListener() function