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.cpp35 occCmd(occInstance, path) in PassThrough()
102 CmdStatus status = occCmd.send(command, response); in send()
H A Docc_pass_through.hpp97 OccCommand occCmd; member in open_power::occ::PassThrough
H A Docc_status.hpp106 occCmd(instance, (fs::path(OCC_CONTROL_ROOT) / in Status()
284 OccCommand occCmd; member in open_power::occ::Status
H A Dpowermode.cpp150 if (occCmd) in setMasterOcc()
152 occCmd.reset(); in setMasterOcc()
160 if (!occCmd) in setMasterOcc()
162 occCmd = std::make_unique<open_power::occ::OccCommand>( in setMasterOcc()
496 status = occCmd->send(cmd, rsp); in sendModeChange()
754 CmdStatus status = occCmd->send(cmd, rsp); in sendIpsData()
H A Dpowermode.hpp357 std::unique_ptr<open_power::occ::OccCommand> occCmd; member in open_power::occ::powermode::PowerMode
H A Docc_status.cpp283 status = occCmd.send(cmd, rsp); in sendAmbient()