Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_capture_bytes_action.cpp78 std::string keyWithSuffix; in getErrorDataKey() local
81 keyWithSuffix = key + '_' + std::to_string(counter); in getErrorDataKey()
82 if (!environment.getAdditionalErrorData().contains(keyWithSuffix)) in getErrorDataKey()
84 key = keyWithSuffix; in getErrorDataKey()