Searched refs:solInterface (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 1366 constexpr const char* solInterface = "xyz.openbmc_project.Ipmi.SOL"; variable 1386 if (ipmi::getService(ctx, solInterface, solPathWitheEthName, solService)) in setSolConfParams() 1391 "INTERFACE", solInterface); in setSolConfParams() 1406 solInterface, "Progress", progress)) in setSolConfParams() 1423 solInterface, "Enable", enable)) in setSolConfParams() 1451 solInterface, "Privilege", privilege)) in setSolConfParams() 1457 solInterface, "ForceEncryption", in setSolConfParams() 1464 solInterface, "ForceAuthentication", in setSolConfParams() 1486 solInterface, "AccumulateIntervalMS", in setSolConfParams() 1493 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 134 ipmi::getService(dbus, solInterface, solPathWitheEthName); in updateSOLParameter() 146 dbus, solService, solPathWitheEthName, solInterface); in updateSOLParameter() 355 bus, propertiesChangedNamespace(servicePath, solInterface), in registerSolConfChangeCallbackHandler()
|