Searched refs:GetLonglongTypeAttribute (Results 1 - 1 of 1) sorted by relevance
/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 defaultValue = 0) in GetLonglongTypeAttribute() function 927 auto beginTime = GetLonglongTypeAttribute(env, beginTimeVal, DEFAULT_TIME_STAMP); 929 auto endTime = GetLonglongTypeAttribute(env, endTimeVal, DEFAULT_TIME_STAMP); 931 queryArg.fromSeq = GetLonglongTypeAttribute(env, fromSeqVal, DEFAULT_SEQ); 932 queryArg.toSeq = GetLonglongTypeAttribute(env, toSeqVal, DEFAULT_SEQ);
|
Completed in 3 milliseconds