Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp309 if (uint64_t uIntDest = DEFAULT_UINT_VALUE; builder_->ParseValueByKey(key, uIntDest) && in GetEventIntValue() local
310 (uIntDest <= static_cast<uint64_t>(std::numeric_limits<int64_t>::max()))) { in GetEventIntValue()
311 return static_cast<int64_t>(uIntDest); in GetEventIntValue()
326 if (uint64_t uIntDest = DEFAULT_UINT_VALUE; builder_->ParseValueByKey(key, uIntDest)) { in GetEventUintValue() local
327 return uIntDest; in GetEventUintValue()
352 if (uint64_t uIntDest = DEFAULT_UINT_VALUE; builder_->ParseValueByKey(key, uIntDest)) { in GetEventDoubleValue() local
353 return static_cast<double>(uIntDest); in GetEventDoubleValue()