Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 5 of 5) sorted by relevance

/system/core/libsysutils/include/sysutils/
DFrameworkCommand.h32 const char* getCommand() const { return mCommand; } in getCommand() function
/system/core/libsysutils/src/
DFrameworkCommand.cpp32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
DFrameworkListener.cpp193 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand()
195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
/system/netd/server/
DNdcDispatcher.h54 const std::string& getCommand() const { return mCommand; } in getCommand() function
DNdcDispatcher.cpp154 if (c->getCommand() == argv[0]) { in dispatchCommand()