Searched refs:solInterface (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-host-ipmid/ |
| H A D | transporthandler.cpp | 1406 constexpr const char* solInterface = "xyz.openbmc_project.Ipmi.SOL"; variable 1434 if (ipmi::getService(ctx, solInterface, solPathWitheEthName, solService)) in setSolConfParams() 1439 "INTERFACE", solInterface); in setSolConfParams() 1454 solInterface, "Progress", progress)) in setSolConfParams() 1471 solInterface, "Enable", enable)) in setSolConfParams() 1499 solInterface, "Privilege", privilege)) in setSolConfParams() 1505 solInterface, "ForceEncryption", in setSolConfParams() 1512 solInterface, "ForceAuthentication", in setSolConfParams() 1534 solInterface, "AccumulateIntervalMS", in setSolConfParams() 1541 solInterface, "Threshold", threshold)) in setSolConfParams() [all …]
|
| /openbmc/phosphor-net-ipmid/sol/ |
| H A D | sol_manager.cpp | 20 constexpr const char* solInterface = "xyz.openbmc_project.Ipmi.SOL"; variable 132 ipmi::getService(dbus, solInterface, solPathWitheEthName); in updateSOLParameter() 144 dbus, solService, solPathWitheEthName, solInterface); in updateSOLParameter() 353 bus, propertiesChangedNamespace(servicePath, solInterface), in registerSolConfChangeCallbackHandler()
|