Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1406 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 Dsol_manager.cpp20 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()