Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp200 inline void addPrefixToStringItem(std::string& strValue, in addPrefixToStringItem() argument
204 auto parsed = boost::urls::parse_relative_ref(strValue); in addPrefixToStringItem()
210 BMCWEB_LOG_DEBUG("Couldn't parse URI from resource {}", strValue); in addPrefixToStringItem()
279 strValue = url.buffer(); in addPrefixToStringItem()
285 std::string* strValue = item.get_ptr<std::string*>(); in addPrefixToItem() local
286 if (strValue == nullptr) in addPrefixToItem()
294 addPrefixToStringItem(*strValue, prefix); in addPrefixToItem()
295 item = *strValue; in addPrefixToItem()
1174 std::string* strValue = in processContainsSubordinateResponse() local
1176 if (strValue == nullptr) in processContainsSubordinateResponse()
[all …]
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp155 const std::string* strValue = entry.get_ptr<const std::string*>(); in operator ()() local
156 if (strValue != nullptr) in operator ()()
160 return DateTimeString(*strValue); in operator ()()
162 return {*strValue}; in operator ()()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp635 const std::string* strValue = in getLDAPConfigData() local
638 if (strValue == nullptr) in getLDAPConfigData()
644 confData.uri = *strValue; in getLDAPConfigData()
648 confData.bindDN = *strValue; in getLDAPConfigData()
652 confData.baseDN = *strValue; in getLDAPConfigData()
657 confData.searchScope = *strValue; in getLDAPConfigData()
662 confData.groupAttribute = *strValue; in getLDAPConfigData()
667 confData.userNameAttribute = *strValue; in getLDAPConfigData()
671 confData.serverType = *strValue; in getLDAPConfigData()
682 const std::string* strValue = in getLDAPConfigData() local
[all …]