Searched refs:solService (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-host-ipmid/ |
| H A D | transporthandler.cpp | 1431 std::string solService{}; in setSolConfParams() local 1434 if (ipmi::getService(ctx, solInterface, solPathWitheEthName, solService)) in setSolConfParams() 1438 "SERVICE", solService, "OBJPATH", solPathWitheEthName, in setSolConfParams() 1453 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() 1470 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() 1498 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() 1504 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() 1511 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() 1533 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() 1540 if (ipmi::setDbusProperty(ctx, solService, solPathWitheEthName, in setSolConfParams() [all …]
|
| /openbmc/phosphor-net-ipmid/sol/ |
| H A D | sol_manager.cpp | 123 static std::string solService{}; in updateSOLParameter() local 127 if (solService.empty()) in updateSOLParameter() 131 solService = in updateSOLParameter() 136 solService.clear(); in updateSOLParameter() 144 dbus, solService, solPathWitheEthName, solInterface); in updateSOLParameter()
|