Lines Matching refs:locationCode
627 if (!entry->locationCode().empty()) in getCallouts()
629 jsonInsert(printOut, "Location Code", entry->locationCode(), 3); in getCallouts()
863 void SRC::addLocationCodeOnlyCallout(const std::string& locationCode, in addLocationCodeOnlyCallout() argument
868 auto callout = std::make_unique<src::Callout>(priority, locationCode, empty, in addLocationCodeOnlyCallout()
876 const std::optional<std::string>& locationCode, in addInventoryCallout() argument
889 if (locationCode) in addInventoryCallout()
891 locCode = *locationCode; in addInventoryCallout()
1220 locCode = dataIface.expandLocationCode(callout.locationCode, 0); in addDevicePathCallouts()
1225 callout.locationCode, e.what()); in addDevicePathCallouts()
1229 addLocationCodeOnlyCallout(callout.locationCode, priority); in addDevicePathCallouts()
1236 callout.locationCode, 0, false); in addDevicePathCallouts()
1247 callout.locationCode + ": " + e.what(); in addDevicePathCallouts()
1250 addLocationCodeOnlyCallout(callout.locationCode, priority); in addDevicePathCallouts()