Searched refs:matchCmd (Results 1 – 2 of 2) sorted by relevance
209 const char *matchCmd = GetMatchCmd(cmdLine, cmdKeyIndex); in GetCommandInfo() local210 PARAM_CHECK(matchCmd != NULL, return -1, "Command not support %s", cmdLine); in GetCommandInfo()211 char *str = strstr(cmdLine, matchCmd); in GetCommandInfo()213 str += strlen(matchCmd); in GetCommandInfo()
103 const char *matchCmd = GetMatchCmd("setparam aaaa aaaa", &cmdKeyIndex); in TestLoadTrigger() local104 printf("cmd %d \n", matchCmd != nullptr); in TestLoadTrigger()105 EXPECT_NE(matchCmd, nullptr); in TestLoadTrigger()