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, &cmd->cfgContext); in DoTriggerExecute_() 202 static int GetCommandInfo(const char *cmdLine, int *cmdKeyIndex, char **content) in GetCommandInfo() argument 204 const char *matchCmd = GetMatchCmd(cmdLine, cmdKeyIndex); in GetCommandInfo() 255 int cmdKeyIndex = 0; in ParseTrigger_() local 261 ret = GetCommandInfo(cmdLineStr, &cmdKeyIndex, &content); in ParseTrigger_() 263 ret = AddCommand(trigger, (uint32_t)cmdKeyIndex, content, cfgContext); in ParseTrigger_() 386 int cmdKeyIndex = 0; in AddCompleteJob() local 387 int ret = GetCommandInfo(cmdContent, &cmdKeyIndex, &content); in AddCompleteJob() 389 ret = AddCommand(trigger, (uint32_t)cmdKeyIndex, content, NULL); // use default context in AddCompleteJob()
|
D | trigger_manager.c | 28 int AddCommand(JobNode *trigger, uint32_t cmdKeyIndex, const char *content, const ConfigContext *cf… in AddCommand() argument 37 node->cmdKeyIndex = cmdKeyIndex; in AddCommand() 494 PARAM_DUMP(" command name: %s (%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 | 112 uint32_t cmdKeyIndex; member
|