Searched refs:getCommand (Results 1 – 5 of 5) sorted by relevance
32 const char* getCommand() const { return mCommand; } in getCommand() function
32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
193 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand()195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
54 const std::string& getCommand() const { return mCommand; } in getCommand() function
154 if (c->getCommand() == argv[0]) { in dispatchCommand()