Lines Matching refs:SetTID
35 {"SetTID", PLDM_SET_TID},
423 class SetTID : public CommandInterface
426 ~SetTID() = default;
427 SetTID() = delete;
428 SetTID(const SetTID&) = delete;
429 SetTID(SetTID&&) = default;
430 SetTID& operator=(const SetTID&) = delete;
431 SetTID& operator=(SetTID&&) = delete;
433 explicit SetTID(const char* type, const char* name, CLI::App* app) :
498 "SetTID", "set the Terminus ID (TID) for a PLDM Terminus.");
499 commands.push_back(std::make_unique<SetTID>("base", "SetTID", setTID));