Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp720 const std::string* strProperty = in addPCIeFunctionProperties() local
722 if (strProperty == nullptr) in addPCIeFunctionProperties()
728 resp.jsonValue["DeviceId"] = *strProperty; in addPCIeFunctionProperties()
732 resp.jsonValue["VendorId"] = *strProperty; in addPCIeFunctionProperties()
739 if (!strProperty->empty()) in addPCIeFunctionProperties()
741 resp.jsonValue["FunctionType"] = *strProperty; in addPCIeFunctionProperties()
746 if (!strProperty->empty()) in addPCIeFunctionProperties()
748 resp.jsonValue["DeviceClass"] = *strProperty; in addPCIeFunctionProperties()
753 resp.jsonValue["ClassCode"] = *strProperty; in addPCIeFunctionProperties()
757 resp.jsonValue["RevisionId"] = *strProperty; in addPCIeFunctionProperties()
[all...]