Searched defs:EventCallbackContext (Results 1 – 2 of 2) sorted by relevance
79 struct EventCallbackContext { struct80 napi_env env;81 string observerId;82 string callbackId;83 napi_ref observerRef;84 napi_ref callbackRef;85 bool releaseObserver; // if or not release observer object after performing this callback86 bool releaseCallback; // if or not release callback function after performing this callback87 nlohmann::json elmentInfo;
65 struct EventCallbackContext { struct66 string observerId;67 string callbackId;68 weak_ptr<function<void(CUIElementInfo)>> callbackRef;69 bool releaseCallback; // if or not release callback function after performing this callback70 nlohmann::json elmentInfo;