Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dmanager_utils.hpp33 std::string_view serviceIdentification) in setServiceIdentification() argument
38 if (serviceIdentification.size() > maxStrSize) in setServiceIdentification()
44 if (serviceIdentification.find_first_not_of(allowedChars) != in setServiceIdentification()
52 config.serviceIdentification = serviceIdentification; in setServiceIdentification()
61 std::string_view serviceIdentification = in getServiceIdentification() local
62 persistent_data::getConfig().serviceIdentification; in getServiceIdentification()
66 if (isServiceRoot && serviceIdentification.empty()) in getServiceIdentification()
70 asyncResp->res.jsonValue["ServiceIdentification"] = serviceIdentification; in getServiceIdentification()
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp144 serviceIdentification = *jServiceIdentification; in readData()
342 data["service_identification"] = serviceIdentification; in writeData()
428 std::string serviceIdentification; member in persistent_data::ConfigFile
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp863 std::optional<std::string> serviceIdentification; in handleManagerPatch() local
878 "ServiceIdentification", serviceIdentification // in handleManagerPatch()
900 if (serviceIdentification) in handleManagerPatch()
903 serviceIdentification.value()); in handleManagerPatch()