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.cpp1270 std::string unexpandedLocCode; in addJSONCallout() local
1276 unexpandedLocCode = jsonCallout.at("LocationCode").get<std::string>(); in addJSONCallout()
1280 locCode = dataIface.expandLocationCode(unexpandedLocCode, 0); in addJSONCallout()
1285 unexpandedLocCode, e.what())); in addJSONCallout()
1287 locCode = unexpandedLocCode; in addJSONCallout()
1339 if (unexpandedLocCode.empty()) in addJSONCallout()
1348 unexpandedLocCode, 0, false); in addJSONCallout()
1358 unexpandedLocCode, e.what())}; in addJSONCallout()