Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp725 const std::vector<std::string>& serviceAddressList, in handleServiceAddressPatch() argument
732 "LDAPServerURI", serviceAddressList.front()); in handleServiceAddressPatch()
963 std::optional<std::vector<std::string>> serviceAddressList; member
1002 if (input.serviceAddressList) in handleLDAPPatch()
1004 if (input.serviceAddressList->empty()) in handleLDAPPatch()
1007 asyncResp->res, *input.serviceAddressList, "ServiceAddress"); in handleLDAPPatch()
1022 if (!input.userName && !input.password && !input.serviceAddressList && in handleLDAPPatch()
1050 if (input.serviceAddressList) in handleLDAPPatch()
1052 handleServiceAddressPatch(*input.serviceAddressList, asyncResp, in handleLDAPPatch()
1593 activeDirectoryObject.serviceAddressList, // in handleAccountServicePatch()
[all …]