Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp295 std::string destUrl; in requestRoutesEventDestinationCollection() local
313 "Destination", destUrl, // in requestRoutesEventDestinationCollection()
332 if (destUrl.size() > maxDestinationSize) in requestRoutesEventDestinationCollection()
350 boost::urls::parse_absolute_uri(destUrl); in requestRoutesEventDestinationCollection()
355 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection()
366 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection()
381 messages::propertyValueFormatError(asyncResp->res, destUrl, in requestRoutesEventDestinationCollection()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp913 const boost::urls::url_view_base& destUrl, in sendDataWithCallback() argument
925 std::format("{}{}://{}", verify, destUrl.scheme(), in sendDataWithCallback()
926 destUrl.encoded_host_and_port()); in sendDataWithCallback()
931 ioc, clientKey, connPolicy, destUrl, verifyCert); in sendDataWithCallback()
935 pool.first->second->sendData(std::move(data), destUrl, httpHeader, verb, in sendDataWithCallback()