Searched refs:OccCommand (Results 1 – 6 of 6) sorted by relevance
95 class OccCommand class98 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()
54 OccCommand::OccCommand(uint8_t instance, const char* path) : in OccCommand() function in open_power::occ::OccCommand60 std::bind(std::mem_fn(&OccCommand::activeStatusEvent), this, in OccCommand()67 void OccCommand::openDevice() in openDevice()89 void OccCommand::closeDevice() in closeDevice()99 CmdStatus OccCommand::send(const std::vector<uint8_t>& command, in send()259 void OccCommand::activeStatusEvent(sdbusplus::message_t& msg) in activeStatusEvent()
103 OccCommand occCmd;
313 OccCommand occCmd;
362 std::unique_ptr<open_power::occ::OccCommand> occCmd;
163 occCmd = std::make_unique<open_power::occ::OccCommand>( in setMasterOcc()