Home
last modified time | relevance | path

Searched refs:DOC_STORE_ERROR_NULL (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp46 return DOC_STORE_ERROR_NULL; in Write()
132 return DOC_STORE_ERROR_NULL; in GetContentSize()
192 return DOC_STORE_ERROR_NULL; in WriteContent()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_version_3.cpp53 return DOC_STORE_ERROR_NULL; in GetContentHeader()
H A Dcontent_reader_version_1.cpp112 return DOC_STORE_ERROR_NULL; in GetContentHeader()
H A Dcontent_reader_version_2.cpp114 return DOC_STORE_ERROR_NULL; in GetContentHeader()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dbase_def.h55 #define DOC_STORE_ERROR_NULL (-1) macro
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_doc_test.cpp66 ASSERT_EQ(sysEventDoc.Insert(nullptr), DOC_STORE_ERROR_NULL);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp51 return DOC_STORE_ERROR_NULL; in Insert()