/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_hiview_reporter.cpp | 50 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 D | kv_hiview_reporter_mock.cpp | 32 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 D | rdb_fault_hiview_reporter.cpp | 53 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 D | kv_hiview_reporter.h | 39 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 D | rdb_fault_hiview_reporter.h | 41 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 D | preferences_dfx_adapter.h | 37 std::string appendix; // additional info member
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 63 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 D | preferences_dfx_adapter.cpp | 105 .v = { .s = const_cast<char *>(reportParam.appendix.c_str()) }, in ReportDbFault()
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_xml_utils.cpp | 75 succreportParam.appendix = "operation: restore success"; in ReportXmlFileIsBroken()
|