Home
last modified time | relevance | path

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

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