Home
last modified time | relevance | path

Searched refs:cmdKeyIndex (Results 1 – 4 of 4) sorted by relevance

/base/startup/init/services/param/trigger/
Dtrigger_processor.c40 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()
Dtrigger_manager.c28 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/
Dtrigger_unittest.cpp51 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/
Dtrigger_manager.h110 uint32_t cmdKeyIndex; member