Home
last modified time | relevance | path

Searched refs:fieldValue (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp90 bool FieldValue::operator==(const FieldValue& fieldValue) const in operator ==()
92 if (Index() != fieldValue.Index()) { in operator ==()
96 return GetFieldNumber() == fieldValue.GetFieldNumber(); in operator ==()
99 return GetString() == fieldValue.GetString(); in operator ==()
104 bool FieldValue::operator!=(const FieldValue& fieldValue) const in operator !=()
106 if (Index() != fieldValue.Index()) { in operator !=()
110 return GetFieldNumber() != fieldValue.GetFieldNumber(); in operator !=()
113 return GetString() != fieldValue.GetString(); in operator !=()
118 bool FieldValue::operator<(const FieldValue& fieldValue) const in operator <()
120 if (Index() != fieldValue in operator <()
[all...]
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h164 bool operator==(const FieldValue& fieldValue) const;
165 bool operator!=(const FieldValue& fieldValue) const;
166 bool operator<(const FieldValue& fieldValue) const;
167 bool operator<=(const FieldValue& fieldValue) const;
168 bool operator>(const FieldValue& fieldValue) const;
169 bool operator>=(const FieldValue& fieldValue) const;
170 bool IsStartWith(const FieldValue& fieldValue) const;
171 bool IsNotStartWith(const FieldValue& fieldValue) const;
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp639 uint64_t fieldValue = 0; in DecodeTextValue() local
640 if (DecodeInteger(fieldValue)) { in DecodeTextValue()
641 str = std::to_string(fieldValue); in DecodeTextValue()
H A Dsms_wap_push_handler.cpp248 uint64_t fieldValue = 0; in DecodeXWapApplicationField() local
249 if (!decodeBuffer.DecodeInteger(fieldValue)) { in DecodeXWapApplicationField()
253 if (fieldValue == PARAMETER_X_WAP_APPLICATION_ID) { in DecodeXWapApplicationField()

Completed in 3 milliseconds