Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp47 static inline double int64ToDouble(Json::UInt64 value) in int64ToDouble() function
52 template <typename T> static inline double int64ToDouble(T value) in int64ToDouble() function
59 return d >= int64ToDouble(min) && d <= int64ToDouble(max); in InValidRange()