Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp1362 constexpr const char* solInterface = "xyz.openbmc_project.Ipmi.SOL"; variable
1387 "INTERFACE", solInterface); in setSolConfParams()
1419 solInterface, "Enable", enable)) in setSolConfParams()
1453 solInterface, "ForceEncryption", in setSolConfParams()
1509 solInterface, "RetryCount", count)) in setSolConfParams()
1515 solInterface, "RetryIntervalMS", in setSolConfParams()
1564 "INTERFACE", solInterface); in getSolConfParams()
1585 solInterface, "Enable", enable)) in getSolConfParams()
1613 solInterface, "ForceEncryption", in getSolConfParams()
1647 solInterface, "RetryCount", count)) in getSolConfParams()
[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()