Lines Matching refs:SetBIOSAttributeCurrentValue
763 class SetBIOSAttributeCurrentValue : public GetBIOSTableHandler class
766 ~SetBIOSAttributeCurrentValue() = default;
767 SetBIOSAttributeCurrentValue() = delete;
768 SetBIOSAttributeCurrentValue(const SetBIOSAttributeCurrentValue&) = delete;
769 SetBIOSAttributeCurrentValue(SetBIOSAttributeCurrentValue&&) = delete;
770 SetBIOSAttributeCurrentValue&
771 operator=(const SetBIOSAttributeCurrentValue&) = delete;
772 SetBIOSAttributeCurrentValue&
773 operator=(SetBIOSAttributeCurrentValue&&) = delete;
775 explicit SetBIOSAttributeCurrentValue(const char* type, const char* name, in SetBIOSAttributeCurrentValue() function in pldmtool::bios::SetBIOSAttributeCurrentValue
983 commands.push_back(std::make_unique<SetBIOSAttributeCurrentValue>( in registerCommand()