Searched refs:strValue (Results 1 – 3 of 3) sorted by relevance
200 inline void addPrefixToStringItem(std::string& strValue, in addPrefixToStringItem() argument204 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() local286 if (strValue == nullptr) in addPrefixToItem()294 addPrefixToStringItem(*strValue, prefix); in addPrefixToItem()295 item = *strValue; in addPrefixToItem()1174 std::string* strValue = in processContainsSubordinateResponse() local1176 if (strValue == nullptr) in processContainsSubordinateResponse()[all …]
155 const std::string* strValue = entry.get_ptr<const std::string*>(); in operator ()() local156 if (strValue != nullptr) in operator ()()160 return DateTimeString(*strValue); in operator ()()162 return {*strValue}; in operator ()()
636 const std::string* strValue = in getLDAPConfigData() local639 if (strValue == nullptr) in getLDAPConfigData()645 confData.uri = *strValue; in getLDAPConfigData()649 confData.bindDN = *strValue; in getLDAPConfigData()653 confData.baseDN = *strValue; in getLDAPConfigData()658 confData.searchScope = *strValue; in getLDAPConfigData()663 confData.groupAttribute = *strValue; in getLDAPConfigData()668 confData.userNameAttribute = *strValue; in getLDAPConfigData()672 confData.serverType = *strValue; in getLDAPConfigData()683 const std::string* strValue = in getLDAPConfigData() local[all …]