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 ()()
635 const std::string* strValue = in getLDAPConfigData() local638 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 …]