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.hpp95 class OccCommand class
98 OccCommand() = delete;
99 OccCommand(const OccCommand&) = delete;
100 OccCommand& operator=(const OccCommand&) = delete;
101 OccCommand(OccCommand&&) = default;
102 OccCommand& operator=(OccCommand&&) = default;
109 OccCommand(uint8_t instance, const char* path);
112 ~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()
279 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.hpp353 std::unique_ptr<open_power::occ::OccCommand> occCmd;
H A Dpowermode.cpp139 occCmd = std::make_unique<open_power::occ::OccCommand>( in setMasterOcc()