Home
last modified time | relevance | path

Searched refs:DOC_STORE_ERROR_INVALID (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_version_4.cpp37 return DOC_STORE_ERROR_INVALID; in ReadDocDetails()
42 return DOC_STORE_ERROR_INVALID; in ReadDocDetails()
H A Dcontent_reader_version_3.cpp38 return DOC_STORE_ERROR_INVALID; in ReadDocDetails()
H A Dcontent_reader.cpp150 return DOC_STORE_ERROR_INVALID; in AppendTag()
H A Dsys_event_doc_reader.cpp130 return DOC_STORE_ERROR_INVALID; in Read()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_doc_test.cpp102 ASSERT_EQ(sysEventDoc.Insert(event), DOC_STORE_ERROR_INVALID);
107 ASSERT_EQ(sysEventDoc.Insert(eventMax), DOC_STORE_ERROR_INVALID);
H A Dsys_event_store_utility_test.cpp63 return DOC_STORE_ERROR_INVALID; in GetContentHeader()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dbase_def.h58 #define DOC_STORE_ERROR_INVALID (-4) macro
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp137 return DOC_STORE_ERROR_INVALID; in GetContentSize()