Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp68 return value.IsNotStartWith(cond.fieldValue_); in IsContainCond()
H A Dsys_event_query.cpp185 bool FieldValue::IsNotStartWith(const FieldValue& fieldValue) const in IsNotStartWith() function in OHOS::HiviewDFX::EventStore::FieldValue
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp455 ASSERT_FALSE(sValue1.IsNotStartWith(iValue1));
457 ASSERT_FALSE(iValue1.IsNotStartWith(iValue2));
459 ASSERT_FALSE(sValue1.IsNotStartWith(sValue3));
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h174 bool IsNotStartWith(const FieldValue& fieldValue) const;