Home
last modified time | relevance | path

Searched refs:appendix (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp50 std::string appendix; member
64 const KvStoreTuple &storeTuple, const std::string &appendix) in ReportKVDBCorruptedFault()
69 eventInfo.appendix = appendix; in ReportKVDBCorruptedFault()
73 if (IsReportCorruptedFault(eventInfo.appendix, storeTuple.storeId)) { in ReportKVDBCorruptedFault()
74 CreateCorruptedFlag(eventInfo.appendix, storeTuple.storeId); in ReportKVDBCorruptedFault()
75 auto corruptedTime = GetFileStatInfo(eventInfo.appendix); in ReportKVDBCorruptedFault()
76 eventInfo.appendix = corruptedTime; in ReportKVDBCorruptedFault()
84 const KvStoreTuple &storeTuple, const std::string &appendix) in ReportKVDBRebuild()
89 eventInfo.appendix in ReportKVDBRebuild()
62 ReportKVDBCorruptedFault( const Options &options, uint32_t errorCode, int32_t systemErrorNo, const KvStoreTuple &storeTuple, const std::string &appendix) ReportKVDBCorruptedFault() argument
82 ReportKVDBRebuild( const Options &options, uint32_t errorCode, int32_t systemErrorNo, const KvStoreTuple &storeTuple, const std::string &appendix) ReportKVDBRebuild() argument
168 char *appendix = const_cast<char *>(eventInfo.appendix.c_str()); ReportCommonFault() local
[all...]
H A Dkv_hiview_reporter_mock.cpp32 std::string appendix; member
53 const KvStoreTuple &storeTuple, const std::string &appendix) in ReportKVDBRebuild()
51 ReportKVDBRebuild( const Options &options, uint32_t errorCode, int32_t systemErrorNo, const KvStoreTuple &storeTuple, const std::string &appendix) ReportKVDBRebuild() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp53 eventInfoAppend.appendix += Format(eventInfoAppend.debugInfos, ""); in ReportFault()
57 eventInfoAppend.appendix.c_str()); in ReportFault()
69 eventInfoAppend.appendix += Format(eventInfoAppend.debugInfos, ""); in ReportRestore()
71 SqliteUtils::Anonymous(eventInfo.storeName).c_str(), eventInfo.errorCode, eventInfoAppend.appendix.c_str()); in ReportRestore()
83 std::string appendInfo = eventInfo.appendix; in Report()
171 const std::string &appendix) in Create()
184 eventInfo.appendix = appendix; in Create()
246 std::string appendix = header; in Format() local
248 appendix in Format()
170 Create(const RdbStoreConfig &config, int32_t errCode, const std::string &appendix) Create() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_hiview_reporter.h39 const KvStoreTuple &storeTuple, const std::string &appendix);
43 const KvStoreTuple &storeTuple, const std::string &appendix);
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/
H A Drdb_fault_hiview_reporter.h41 std::string appendix; member
49 static RdbCorruptedEvent Create(const RdbStoreConfig &config, int32_t errCode, const std::string &appendix = "");
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_dfx_adapter.h37 std::string appendix; // additional info member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp63 const std::string &appendix) in Create()
62 Create(const RdbStoreConfig &config, int32_t errCode, const std::string &appendix) Create() argument
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_dfx_adapter.cpp105 .v = { .s = const_cast<char *>(reportParam.appendix.c_str()) }, in ReportDbFault()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp75 succreportParam.appendix = "operation: restore success"; in ReportXmlFileIsBroken()

Completed in 5 milliseconds