Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h89 napi_value CreateEventGroups(napi_env env, const std::vector<std::shared_ptr<AppEventPack>>& events…
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp106 NapiUtil::CreateEventGroups(context->env, context->events) in OnReceiveWork()
H A Dnapi_util.cpp612 napi_value CreateEventGroups(napi_env env, const std::vector<std::shared_ptr<AppEventPack>>& events) in CreateEventGroups() function