Home
last modified time | relevance | path

Searched refs:mCommands (Results 1 – 4 of 4) sorted by relevance

/system/core/libsysutils/include/sysutils/
DFrameworkListener.h36 std::vector<FrameworkCommand*> mCommands; variable
/system/core/libsysutils/src/
DFrameworkListener.cpp91 mCommands.push_back(cmd); in registerCmd()
192 for (auto* c : mCommands) { in dispatchCommand()
/system/netd/server/
DNdcDispatcher.h78 std::vector<NdcNetdCommand*> mCommands;
DNdcDispatcher.cpp145 mCommands.push_back(cmd); in registerCmd()
153 for (const auto* c : mCommands) { in dispatchCommand()