Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_util.h51 static int32_t ParseListenerRules(const napi_env env, napi_value& jsObj,
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_js.cpp132 if (auto ret = NapiHiSysEventUtil::ParseListenerRules(env, jsRulesVal, rules); in AddWatcher()
Dnapi_hisysevent_util.cpp726 int32_t NapiHiSysEventUtil::ParseListenerRules(const napi_env env, napi_value& array, in CreateHiSysEventInfoJsObject() function in OHOS::HiviewDFX::NapiHiSysEventUtil