Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_command.hpp106 class OccCommand class
109 OccCommand() = delete;
110 OccCommand(const OccCommand&) = delete;
111 OccCommand& operator=(const OccCommand&) = delete;
112 OccCommand(OccCommand&&) = default;
113 OccCommand& operator=(OccCommand&&) = default;
120 OccCommand(uint8_t instance, const char* path);
123 ~OccCommand() in ~OccCommand()
H A Docc_command.cpp59 OccCommand::OccCommand(uint8_t instance, const char* path) : in OccCommand() function in open_power::occ::OccCommand
65 std::bind(std::mem_fn(&OccCommand::activeStatusEvent), this, in OccCommand()
74 void OccCommand::openDevice() in openDevice()
99 void OccCommand::closeDevice() in closeDevice()
109 CmdStatus OccCommand::send(const std::vector<uint8_t>& command, in send()
282 void OccCommand::activeStatusEvent(sdbusplus::message_t& msg) in activeStatusEvent()
H A Docc_pass_through.hpp103 OccCommand occCmd;
H A Docc_status.hpp313 OccCommand occCmd;
H A Dpowermode.hpp394 std::unique_ptr<open_power::occ::OccCommand> occCmd;
H A Dpowermode.cpp62 occCmd = std::make_unique<open_power::occ::OccCommand>(occInstance, in setMasterOcc()