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.cpp1322 auto configPaths = ctx->bus->yield_method_call<std::vector<std::string>>( in getMCTPServiceConfigPaths() local
1334 return configPaths; in getMCTPServiceConfigPaths()
1414 std::vector<std::string> configPaths; in handleMCTPFeature() local
1417 configPaths = getMCTPServiceConfigPaths(ctx); in handleMCTPFeature()
1425 for (const auto& objectPath : configPaths) in handleMCTPFeature()