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.cpp149 const std::string* strValue = entry->get_ptr<const std::string*>(); in operator ()() local
150 if (strValue != nullptr) in operator ()()
154 return DateTimeString(*strValue); in operator ()()
156 return {*strValue}; in operator ()()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp624 const std::string* strValue = in getLDAPConfigData() local
627 if (strValue == nullptr) in getLDAPConfigData()
633 confData.uri = *strValue; in getLDAPConfigData()
637 confData.bindDN = *strValue; in getLDAPConfigData()
641 confData.baseDN = *strValue; in getLDAPConfigData()
646 confData.searchScope = *strValue; in getLDAPConfigData()
660 confData.serverType = *strValue; in getLDAPConfigData()
671 const std::string* strValue = in getLDAPConfigData() local
675 if (strValue == nullptr) in getLDAPConfigData()
682 roleMapData.groupName = *strValue; in getLDAPConfigData()
[all …]