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
1391 "INTERFACE", solInterface); in setSolConfParams()
1423 solInterface, "Enable", enable)) in setSolConfParams()
1457 solInterface, "ForceEncryption", in setSolConfParams()
1513 solInterface, "RetryCount", count)) in setSolConfParams()
1519 solInterface, "RetryIntervalMS", in setSolConfParams()
1568 "INTERFACE", solInterface); in getSolConfParams()
1589 solInterface, "Enable", enable)) in getSolConfParams()
1617 solInterface, "ForceEncryption", in getSolConfParams()
1651 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()