Home
last modified time | relevance | path

Searched refs:sectionMaps (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
H A Dfaultlogger_client_test.cpp52 info.sectionMaps["APPVERSION"] = "1.0"; in CreateFaultLogInfo()
53 info.sectionMaps["FAULT_MESSAGE"] = "Nullpointer"; in CreateFaultLogInfo()
54 info.sectionMaps["TRACEID"] = "0x1646145645646"; in CreateFaultLogInfo()
55 info.sectionMaps["KEY_THREAD_INFO"] = "Test Thread Info"; in CreateFaultLogInfo()
56 info.sectionMaps["REASON"] = "TestReason"; in CreateFaultLogInfo()
57 info.sectionMaps["STACKTRACE"] = "#01 xxxxxx\n#02 xxxxxx\n"; in CreateFaultLogInfo()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp50 uint32_t size = sectionMaps.size(); in Marshalling()
54 for (const auto& [key, value] : sectionMaps) { in Marshalling()
56 HIVIEW_LOGE("Parcel failed to write key of sectionMaps(%{public}s).", key.c_str()); in Marshalling()
60 HIVIEW_LOGE("Parcel failed to write value of sectionMaps(%{public}s).", value.c_str()); in Marshalling()
126 HIVIEW_LOGE("Parcel failed to read key of sectionMaps(%{public}s).", key.c_str()); in Unmarshalling()
131 HIVIEW_LOGE("Parcel failed to read value of sectionMaps(%{public}s).", value.c_str()); in Unmarshalling()
135 ret->sectionMaps[key] = value; in Unmarshalling()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlogger_client_msg.h38 std::map<std::string, std::string> sectionMaps; member
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dfaultlogger_client_msg.h38 std::map<std::string, std::string> sectionMaps; member
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
H A Dfaultlog_info_ohos.h41 std::map<std::string, std::string> sectionMaps; member in OHOS::HiviewDFX::FaultLogInfoOhos
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.h51 std::map<std::string, std::string> sectionMaps; member
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H A Dfaultlogger_client.cpp101 infoOhos.sectionMaps = info.sectionMaps; in AddFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlog_query_result_ohos.cpp45 ret->sectionMaps = info->sectionMap; in GetNext()
H A Dfaultlogger_service_ohos.cpp139 outInfo.sectionMap = info.sectionMaps; in AddFaultLog()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp146 info.sectionMaps[FreezeCommon::HIREACE_TIME] = watchPoint.GetHitraceTime(); in SendFaultLog()
147 info.sectionMaps[FreezeCommon::SYSRQ_TIME] = watchPoint.GetSysrqTime(); in SendFaultLog()
148 info.sectionMaps[FORE_GROUND] = watchPoint.GetForeGround(); in SendFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp173 info.sectionMaps["HILOG"] = hilog; in FuzzServiceInterfaceAddFaultLog()
176 info.sectionMaps["KEYLOGFILE"] = keyLogFile; in FuzzServiceInterfaceAddFaultLog()

Completed in 4 milliseconds