Home
last modified time | relevance | path

Searched refs:firstCmd (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/services/applypatch/
H A Dcommand.cpp77 CommandType Command::ParseCommandType(const std::string &firstCmd) in ParseCommandType() argument
79 if (firstCmd == "abort") { in ParseCommandType()
81 } else if (firstCmd == "bsdiff") { in ParseCommandType()
83 } else if (firstCmd == "erase") { in ParseCommandType()
85 } else if (firstCmd == "free") { in ParseCommandType()
87 } else if (firstCmd == "pkgdiff") { in ParseCommandType()
89 } else if (firstCmd == "move") { in ParseCommandType()
91 } else if (firstCmd == "new") { in ParseCommandType()
93 } else if (firstCmd == "stash") { in ParseCommandType()
95 } else if (firstCmd in ParseCommandType()
[all...]
/base/startup/init/services/param/trigger/
H A Dtrigger_manager.c50 if (trigger->firstCmd == NULL) { in AddCommand()
51 trigger->firstCmd = node; in AddCommand()
66 return trigger->firstCmd; in GetNextCmdNode()
107 node->firstCmd = NULL; in AddJobNode_()
145 CommandNode *cmd = jobNode->firstCmd; in DelJobTrigger_()
157 jobNode->firstCmd = NULL; in DelJobTrigger_()
/base/startup/init/services/param/include/
H A Dtrigger_manager.h128 CommandNode *firstCmd; member

Completed in 3 milliseconds