Searched refs:CMICmdCmdStackListFrames (Results 1 – 3 of 3) sorted by relevance
277 CMICmdCmdStackListFrames::CMICmdCmdStackListFrames() in CMICmdCmdStackListFrames() function in CMICmdCmdStackListFrames284 m_pSelfCreatorFn = &CMICmdCmdStackListFrames::CreateSelf; in CMICmdCmdStackListFrames()295 CMICmdCmdStackListFrames::~CMICmdCmdStackListFrames() { in ~CMICmdCmdStackListFrames()310 bool CMICmdCmdStackListFrames::ParseArgs() { in ParseArgs()328 bool CMICmdCmdStackListFrames::Execute() { in Execute()396 bool CMICmdCmdStackListFrames::Acknowledge() { in Acknowledge()451 CMICmdBase *CMICmdCmdStackListFrames::CreateSelf() { in CreateSelf()452 return new CMICmdCmdStackListFrames(); in CreateSelf()
100 class CMICmdCmdStackListFrames : public CMICmdBase {108 /* ctor */ CMICmdCmdStackListFrames();117 /* dtor */ ~CMICmdCmdStackListFrames() override;
115 bOk &= Register<CMICmdCmdStackListFrames>(); in RegisterAll()