Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp44 bool FieldValue::IsInteger() in IsInteger() function in OHOS::HiviewDFX::EventStore::FieldValue
259 if (cond.fieldValue_.IsInteger()) { in GetCondEqualValue()
280 if (cond.fieldValue_.IsInteger()) { in GetCondNotEqualValue()
301 if (cond.fieldValue_.IsInteger()) { in GetCondLessThanValue()
321 if (cond.fieldValue_.IsInteger()) { in GetCondLessEqualValue()
341 if (cond.fieldValue_.IsInteger()) { in GetCondGreatThanValue()
361 if (cond.fieldValue_.IsInteger()) { in GetCondGreatEqualValue()
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query.h72 bool IsInteger();