Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp66 return value.IsStartWith(cond.fieldValue_); in IsContainCond()
H A Dsys_event_query.cpp174 bool FieldValue::IsStartWith(const FieldValue& fieldValue) const in IsStartWith() function in OHOS::HiviewDFX::EventStore::FieldValue
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp454 ASSERT_FALSE(sValue1.IsStartWith(iValue1));
456 ASSERT_FALSE(iValue1.IsStartWith(iValue2));
458 ASSERT_TRUE(sValue1.IsStartWith(sValue3));
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h173 bool IsStartWith(const FieldValue& fieldValue) const;