Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_store/dao/
Ddoc_query.cpp69 return value.IsNotStartWith(cond.fieldValue_); in IsContainCond()
Dsys_event_query.cpp185 bool FieldValue::IsNotStartWith(const FieldValue& fieldValue) const in IsNotStartWith() function in OHOS::HiviewDFX::EventStore::FieldValue
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_dao_test.cpp402 ASSERT_FALSE(sValue1.IsNotStartWith(iValue1));
404 ASSERT_FALSE(iValue1.IsNotStartWith(iValue2));
406 ASSERT_FALSE(sValue1.IsNotStartWith(sValue3));
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query.h152 bool IsNotStartWith(const FieldValue& fieldValue) const;