Searched refs:PassThrough (Results 1 – 10 of 10) sorted by relevance
21 sdbusplus::org::open_power::OCC::server::PassThrough>;29 class PassThrough : public Iface class32 PassThrough() = delete;33 ~PassThrough() = default;34 PassThrough(const PassThrough&) = delete;35 PassThrough& operator=(const PassThrough&) = delete;36 PassThrough(PassThrough&&) = default;37 PassThrough& operator=(PassThrough&&) = default;42 explicit PassThrough(
24 PassThrough::PassThrough( in PassThrough() function in open_power::occ::PassThrough40 std::bind(std::mem_fn(&PassThrough::activeStatusEvent), this, in PassThrough()47 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send()69 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send()133 bool PassThrough::setMode(const uint8_t mode, const uint16_t modeData) in setMode()173 void PassThrough::activeStatusEvent(sdbusplus::message_t& msg) in activeStatusEvent()
210 std::vector<std::unique_ptr<PassThrough>> passThroughObjects;
401 passThroughObjects.emplace_back(std::make_unique<PassThrough>( in createObjects()
3 subdir('PassThrough') subdir32 input: ['../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'],33 output: ['PassThrough.md'],45 'org/open_power/OCC/PassThrough',
3 sdbusplus_current_path = 'org/open_power/OCC/PassThrough'7 input: ['../../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'],26 'org/open_power/OCC/PassThrough',
284 ... /org/open_power/control/occ${occ_target} org.open_power.OCC.PassThrough
[all...]