Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_listener.cpp32 constexpr size_t ON_EVENT_PARAM_COUNT = 1; variable
63 napi_value argv[ON_EVENT_PARAM_COUNT] = {sysEventInfo}; in OnEvent()
71 status = napi_call_function(env, listener, onEvent, ON_EVENT_PARAM_COUNT, argv, &ret); in OnEvent()