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