Home
last modified time | relevance | path

Searched refs:occCmd (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp42 occCmd(occInstance, path) in PassThrough()
109 CmdStatus status = occCmd.send(command, response); in send()
H A Docc_status.hpp127 occCmd(instance, (fs::path(OCC_CONTROL_ROOT) / in Status()
313 OccCommand occCmd; member in open_power::occ::Status
H A Docc_pass_through.hpp103 OccCommand occCmd; member in open_power::occ::PassThrough
H A Dpowermode.cpp151 if (occCmd) in setMasterOcc()
153 occCmd.reset(); in setMasterOcc()
161 if (!occCmd) in setMasterOcc()
163 occCmd = std::make_unique<open_power::occ::OccCommand>( in setMasterOcc()
497 status = occCmd->send(cmd, rsp); in sendModeChange()
755 CmdStatus status = occCmd->send(cmd, rsp); in sendIpsData()
H A Dpowermode.hpp362 std::unique_ptr<open_power::occ::OccCommand> occCmd; member in open_power::occ::powermode::PowerMode
H A Docc_status.cpp295 status = occCmd.send(cmd, rsp); in sendAmbient()