Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp174 long long GetLonglongTypeAttribute(const napi_env env, const napi_value& object, in GetLonglongTypeAttribute() function
783 queryArg.beginTime = GetLonglongTypeAttribute(env, jsObj, BEGIN_TIME_ATTR, DEFAULT_TIME_STAMP); in CreateHiSysEventInfoJsObject()
785 queryArg.endTime = GetLonglongTypeAttribute(env, jsObj, END_TIME_ATTR, DEFAULT_TIME_STAMP); in CreateHiSysEventInfoJsObject()
789 queryArg.fromSeq = GetLonglongTypeAttribute(env, jsObj, BEGIN_SEQ_ATTR, DEFAULT_SEQ); in CreateHiSysEventInfoJsObject()
791 queryArg.toSeq = GetLonglongTypeAttribute(env, jsObj, END_SEQ_ATTR, DEFAULT_SEQ); in CreateHiSysEventInfoJsObject()