Home
last modified time | relevance | path

Searched refs:sessionIntf (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp109 *busp, service, obj, session::sessionIntf, "State")); in setSessionState()
114 *busp, service, obj, session::sessionIntf, "State", in setSessionState()
123 "SERVICE", service, "PATH", obj, "INTERFACE", session::sessionIntf); in setSessionState()
139 *busp, session::sessionManagerRootPath, session::sessionIntf); in closeOtherNetInstanceSession()
158 session::sessionIntf, in closeOtherNetInstanceSession()
173 "INTERFACE", session::sessionIntf, "ERROR", e); in closeOtherNetInstanceSession()
304 "INTERFACE", session::sessionIntf, "ERROR", e); in closeSession()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp917 *busp, service, obj, session::sessionIntf, "State")); in setSessionState()
922 *busp, service, obj, session::sessionIntf, "State", in setSessionState()
933 session::sessionIntf, "ERROR", e); in setSessionState()
968 *busp, session::sessionManagerRootPath, session::sessionIntf); in ipmiAppCloseSession()
998 "INTERFACE", session::sessionIntf, "ERROR", e); in ipmiAppCloseSession()
1118 ctx, service, objPath, session::sessionIntf, "State", sessionState); in getSessionState()
1125 session::sessionIntf, "ERROR", ec.message()); in getSessionState()
1166 ctx, service, objPath, session::sessionIntf, sessionProps); in getSessionDetails()
1174 session::sessionIntf, "ERROR", ec.message()); in getSessionDetails()
1225 ctx, session::sessionManagerRootPath, session::sessionIntf, objectTree); in ipmiAppGetSessionInfo()
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessiondef.hpp27 static constexpr auto sessionIntf = "xyz.openbmc_project.Ipmi.SessionInfo"; variable
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp176 static constexpr auto sessionIntf = "xyz.openbmc_project.Configuration.PFR"; variable
205 ctx, systemRoot, sessionIntf, match, objectTree); in loadPfrConfig()
211 phosphor::logging::entry("INTERFACE=%s", sessionIntf), in loadPfrConfig()
224 ec = ipmi::getAllDbusProperties(ctx, serviceName, objPath, sessionIntf, in loadPfrConfig()