Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1318 auto configPaths = ctx->bus->yield_method_call<std::vector<std::string>>( in getMCTPServiceConfigPaths() local
1330 return configPaths; in getMCTPServiceConfigPaths()
1410 std::vector<std::string> configPaths; in handleMCTPFeature() local
1413 configPaths = getMCTPServiceConfigPaths(ctx); in handleMCTPFeature()
1421 for (const auto& objectPath : configPaths) in handleMCTPFeature()