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.hpp166 inline void addPrefixToStringItem(std::string& strValue, in addPrefixToStringItem() argument
170 auto parsed = boost::urls::parse_relative_ref(strValue); in addPrefixToStringItem()
245 strValue = url.buffer(); in addPrefixToStringItem()
251 std::string* strValue = item.get_ptr<std::string*>(); in addPrefixToItem() local
252 if (strValue == nullptr) in addPrefixToItem()
260 addPrefixToStringItem(*strValue, prefix); in addPrefixToItem()
261 item = *strValue; in addPrefixToItem()
1111 std::string* strValue = in processContainsSubordinateResponse() local
1113 if (strValue == nullptr) in processContainsSubordinateResponse()
1128 *strValue, prefix); in processContainsSubordinateResponse()
[all …]
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp147 const std::string* strValue = entry->get_ptr<const std::string*>(); in operator ()() local
148 if (strValue != nullptr) in operator ()()
152 return DateTimeString(*strValue); in operator ()()
154 return {*strValue}; in operator ()()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp621 const std::string* strValue = in getLDAPConfigData() local
624 if (strValue == nullptr) in getLDAPConfigData()
630 confData.uri = *strValue; in getLDAPConfigData()
634 confData.bindDN = *strValue; in getLDAPConfigData()
638 confData.baseDN = *strValue; in getLDAPConfigData()
643 confData.searchScope = *strValue; in getLDAPConfigData()
657 confData.serverType = *strValue; in getLDAPConfigData()
668 const std::string* strValue = in getLDAPConfigData() local
672 if (strValue == nullptr) in getLDAPConfigData()
679 roleMapData.groupName = *strValue; in getLDAPConfigData()
[all …]