Searched refs:cmdKeyIndex (Results 1 – 4 of 4) sorted by relevance
/base/startup/init/services/param/trigger/ |
D | trigger_processor.c | 40 DoCmdByIndex(cmd->cmdKeyIndex, cmd->content); in DoTriggerExecute_() 195 static int GetCommandInfo(const char *cmdLine, int *cmdKeyIndex, char **content) in GetCommandInfo() argument 197 const char *matchCmd = GetMatchCmd(cmdLine, cmdKeyIndex); in GetCommandInfo() 248 int cmdKeyIndex = 0; in ParseTrigger_() local 254 ret = GetCommandInfo(cmdLineStr, &cmdKeyIndex, &content); in ParseTrigger_() 256 ret = AddCommand(trigger, (uint32_t)cmdKeyIndex, content); in ParseTrigger_() 376 int cmdKeyIndex = 0; in AddCompleteJob() local 377 int ret = GetCommandInfo(cmdContent, &cmdKeyIndex, &content); in AddCompleteJob() 379 ret = AddCommand(trigger, (uint32_t)cmdKeyIndex, content); in AddCompleteJob()
|
D | trigger_manager.c | 28 int AddCommand(JobNode *trigger, uint32_t cmdKeyIndex, const char *content) in AddCommand() argument 37 node->cmdKeyIndex = cmdKeyIndex; in AddCommand() 487 PARAM_DUMP(" command name: %s \n", GetCmdKey(cmd->cmdKeyIndex)); in DumpJobTrigger_()
|
/base/startup/init/test/unittest/param/ |
D | trigger_unittest.cpp | 51 g_execCmdId = cmd->cmdKeyIndex; in TestCmdExec() 102 int cmdKeyIndex = 0; in TestLoadTrigger() local 103 const char *matchCmd = GetMatchCmd("setparam aaaa aaaa", &cmdKeyIndex); in TestLoadTrigger()
|
/base/startup/init/services/param/include/ |
D | trigger_manager.h | 110 uint32_t cmdKeyIndex; member
|