Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp793 const std::optional<std::string> queryStr = formatQueryForExpand(query); in startQuery() local
794 if (!queryStr) in startQuery()
801 const std::string subQuery = node.uri + *queryStr; in startQuery()