Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp49 bool FieldValue::IsFloat() in IsFloat() function in OHOS::HiviewDFX::EventStore::FieldValue
263 if (cond.fieldValue_.IsFloat()) { in GetCondEqualValue()
284 if (cond.fieldValue_.IsFloat()) { in GetCondNotEqualValue()
305 if (cond.fieldValue_.IsFloat()) { in GetCondLessThanValue()
325 if (cond.fieldValue_.IsFloat()) { in GetCondLessEqualValue()
345 if (cond.fieldValue_.IsFloat()) { in GetCondGreatThanValue()
365 if (cond.fieldValue_.IsFloat()) { in GetCondGreatEqualValue()
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query.h73 bool IsFloat();