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