Searched refs:mCommands (Results 1 – 4 of 4) sorted by relevance
36 std::vector<FrameworkCommand*> mCommands; variable
91 mCommands.push_back(cmd); in registerCmd()192 for (auto* c : mCommands) { in dispatchCommand()
78 std::vector<NdcNetdCommand*> mCommands;
145 mCommands.push_back(cmd); in registerCmd()153 for (const auto* c : mCommands) { in dispatchCommand()