Searched refs:GetLonglongTypeAttribute (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 251 long long GetLonglongTypeAttribute(const napi_env env, const napi_value& val, long long defaultValu… in GetLonglongTypeAttribute() function 927 auto beginTime = GetLonglongTypeAttribute(env, beginTimeVal, DEFAULT_TIME_STAMP); in CreateHiSysEventInfoJsObject() 929 auto endTime = GetLonglongTypeAttribute(env, endTimeVal, DEFAULT_TIME_STAMP); in CreateHiSysEventInfoJsObject() 931 queryArg.fromSeq = GetLonglongTypeAttribute(env, fromSeqVal, DEFAULT_SEQ); in CreateHiSysEventInfoJsObject() 932 queryArg.toSeq = GetLonglongTypeAttribute(env, toSeqVal, DEFAULT_SEQ); in CreateHiSysEventInfoJsObject()
|