Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp1305 std::string unexpandedLocCode; in addJSONCallout() local
1311 unexpandedLocCode = jsonCallout.at("LocationCode").get<std::string>(); in addJSONCallout()
1315 locCode = dataIface.expandLocationCode(unexpandedLocCode, 0); in addJSONCallout()
1320 unexpandedLocCode, e.what())); in addJSONCallout()
1322 locCode = unexpandedLocCode; in addJSONCallout()
1374 if (unexpandedLocCode.empty()) in addJSONCallout()
1383 unexpandedLocCode, 0, false); in addJSONCallout()
1392 unexpandedLocCode, e.what())); in addJSONCallout()