Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp408 const dbus::utility::MapperEndPoints& objPaths) in handleUpdateableEndpoints() argument
421 if (std::ranges::find(objPaths, reqSwObjPath.str) != objPaths.end()) in handleUpdateableEndpoints()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp747 using objPaths = std::vector<std::string>; in appMTMSetSignal() typedef
755 auto driveList = ctx->bus->yield_method_call<objPaths>( in appMTMSetSignal()