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.cpp46 occCmd(occInstance, path) in PassThrough()
91 CmdStatus status = occCmd.send(command, response); in send()
H A Docc_pass_through.hpp103 OccCommand occCmd; member in open_power::occ::PassThrough
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 Dpowermode.cpp49 if (occCmd) in setMasterOcc()
51 occCmd.reset(); in setMasterOcc()
60 if (!occCmd) in setMasterOcc()
62 occCmd = std::make_unique<open_power::occ::OccCommand>(occInstance, in setMasterOcc()
381 status = occCmd->send(cmd, rsp); in sendModeChange()
622 CmdStatus status = occCmd->send(cmd, rsp); in sendIpsData()
H A Dpowermode.hpp394 std::unique_ptr<open_power::occ::OccCommand> occCmd; member in open_power::occ::powermode::PowerMode
H A Docc_status.cpp284 status = occCmd.send(cmd, rsp); in sendAmbient()