Home
last modified time | relevance | path

Searched refs:sysEventInfo (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_listener.cpp61 napi_value sysEventInfo = nullptr; in OnEvent()
62 NapiHiSysEventUtil::CreateHiSysEventInfoJsObject(env, eventDetail, sysEventInfo); in OnEvent()
63 napi_value argv[ON_EVENT_PARAM_COUNT] = {sysEventInfo}; in OnEvent()
H A Dnapi_hisysevent_util.cpp625 void AppendBaseInfo(const napi_env env, napi_value& sysEventInfo, const std::string& key, Json::Value& value) in AppendBaseInfo() argument
629 value.asString(), sysEventInfo); in AppendBaseInfo()
633 static_cast<int32_t>(value.asInt()), sysEventInfo); in AppendBaseInfo()
773 napi_value& sysEventInfo)
794 napi_create_object(env, &sysEventInfo);
801 AppendBaseInfo(env, sysEventInfo, propertyName, eventJson[propertyName]);
806 SetNamedProperty(env, sysEventInfo, PARAMS_ATTR, params);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_util.h44 napi_value& sysEventInfo);

Completed in 4 milliseconds