Searched refs:CMICmdCmdSupportInfoMiCmdQuery (Results 1 – 3 of 3) sorted by relevance
28 CMICmdCmdSupportInfoMiCmdQuery::CMICmdCmdSupportInfoMiCmdQuery() in CMICmdCmdSupportInfoMiCmdQuery() function in CMICmdCmdSupportInfoMiCmdQuery34 m_pSelfCreatorFn = &CMICmdCmdSupportInfoMiCmdQuery::CreateSelf; in CMICmdCmdSupportInfoMiCmdQuery()45 CMICmdCmdSupportInfoMiCmdQuery::~CMICmdCmdSupportInfoMiCmdQuery() {} in ~CMICmdCmdSupportInfoMiCmdQuery()58 bool CMICmdCmdSupportInfoMiCmdQuery::ParseArgs() { in ParseArgs()75 bool CMICmdCmdSupportInfoMiCmdQuery::Execute() { in Execute()99 bool CMICmdCmdSupportInfoMiCmdQuery::Acknowledge() { in Acknowledge()122 CMICmdBase *CMICmdCmdSupportInfoMiCmdQuery::CreateSelf() { in CreateSelf()123 return new CMICmdCmdSupportInfoMiCmdQuery(); in CreateSelf()
35 class CMICmdCmdSupportInfoMiCmdQuery : public CMICmdBase {43 /* ctor */ CMICmdCmdSupportInfoMiCmdQuery();52 /* dtor */ ~CMICmdCmdSupportInfoMiCmdQuery() override;
76 bOk &= Register<CMICmdCmdSupportInfoMiCmdQuery>(); in RegisterAll()