Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp51 constexpr double DEFAULT_DOUBLE_VALUE = 0.0; variable
313 if (double dDest = DEFAULT_DOUBLE_VALUE; builder_->ParseValueByKey(key, dDest) && in GetEventIntValue()
333 if (double dDest = DEFAULT_DOUBLE_VALUE; builder_->ParseValueByKey(key, dDest) && in GetEventUintValue()
344 return DEFAULT_DOUBLE_VALUE; in GetEventDoubleValue()
346 if (double dDest = DEFAULT_DOUBLE_VALUE; builder_->ParseValueByKey(key, dDest)) { in GetEventDoubleValue()
355 return DEFAULT_DOUBLE_VALUE; in GetEventDoubleValue()