Lines Matching refs:keyWithPrefix
361 std::string keyWithPrefix(ffdc_prefix + "RC"); in processClockInfoErrorHelper() local
363 pelAdditionalData.emplace_back(keyWithPrefix, ffdc->hwp_errorinfo.rc); in processClockInfoErrorHelper()
364 keyWithPrefix = ffdc_prefix + "RC_DESC"; in processClockInfoErrorHelper()
365 pelAdditionalData.emplace_back(keyWithPrefix, in processClockInfoErrorHelper()
373 std::string keyWithPrefix(ffdc_prefix + "FFDC_"); in processClockInfoErrorHelper() local
374 keyWithPrefix.append(ele.first); in processClockInfoErrorHelper()
376 pelAdditionalData.emplace_back(keyWithPrefix, ele.second); in processClockInfoErrorHelper()
516 std::string keyWithPrefix(ffdc_prefix + "RC"); in processPoweroffError() local
518 pelAdditionalData.emplace_back(keyWithPrefix, in processPoweroffError()
520 keyWithPrefix = ffdc_prefix + "RC_DESC"; in processPoweroffError()
521 pelAdditionalData.emplace_back(keyWithPrefix, in processPoweroffError()
577 std::string keyWithPrefix(ffdc_prefix + "RC"); in processBootErrorHelper() local
579 pelAdditionalData.emplace_back(keyWithPrefix, in processBootErrorHelper()
581 keyWithPrefix = ffdc_prefix + "RC_DESC"; in processBootErrorHelper()
582 pelAdditionalData.emplace_back(keyWithPrefix, in processBootErrorHelper()
590 std::string keyWithPrefix(ffdc_prefix + "FFDC_"); in processBootErrorHelper() local
591 keyWithPrefix.append(ele.first); in processBootErrorHelper()
593 pelAdditionalData.emplace_back(keyWithPrefix, in processBootErrorHelper()