Home
last modified time | relevance | path

Searched refs:CreateEventGroups (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h88 napi_value CreateEventGroups(napi_env env, const std::vector<std::shared_ptr<AppEventPack>>& events…
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_app_event_watcher.cpp248 NapiUtil::CreateEventGroups(context->env, context->events) in OnEvents()
Dnapi_util.cpp598 napi_value CreateEventGroups(napi_env env, const std::vector<std::shared_ptr<AppEventPack>>& events) in CreateEventGroups() function