Searched refs:getCommand (Results 1 – 4 of 4) sorted by relevance
32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
187 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand()189 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
34 const char *getCommand() { return mCommand; } in getCommand() function
89 FrameworkCommand(wrappedCmd->getCommand()), in LockingFrameworkCommand()