Searched defs:CallBackContext (Results 1 – 3 of 3) sorted by relevance
22 struct CallBackContext { struct23 napi_env env = nullptr;24 std::shared_ptr<NativeReference> callbackRef = nullptr;25 OnSystemloadLevelCb onSystemloadLevelCb = nullptr;26 int32_t level = 0;
37 struct CallBackContext { struct38 napi_env env = nullptr;39 std::shared_ptr<NativeReference> callbackRef = nullptr;40 OnRssEventCb eventCb = nullptr;41 uint32_t eventType = 0;42 std::unordered_map<std::string, std::string> extraInfo;
115 struct CallBackContext : BaseContext { struct116 T value;117 D *objectInfo;