Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1383 std::string solService{}; in setSolConfParams() local
1390 "SERVICE", solService, "OBJPATH", solPathWitheEthName, in setSolConfParams()
1405 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1422 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1450 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1456 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1463 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1485 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1492 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams()
1560 std::string solService{}; in getSolConfParams() local
[all …]
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp125 static std::string solService{}; in updateSOLParameter() local
129 if (solService.empty()) in updateSOLParameter()
133 solService = in updateSOLParameter()
138 solService.clear(); in updateSOLParameter()
146 dbus, solService, solPathWitheEthName, solInterface); in updateSOLParameter()