Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor_operating_config.hpp266 const std::string expectedEnding = cpuName + '/' + configName; in handleOperationConfigGet() local
270 if (!objectPath.ends_with(expectedEnding) || serviceMap.empty()) in handleOperationConfigGet()