Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Derase_commander.cpp25 constexpr size_t CMD_PARAM_COUNT_MIN = 2; variable
44 if (params.size() < CMD_PARAM_COUNT_MIN) { in DoCommand()
H A Dformat_commander.cpp26 constexpr size_t CMD_PARAM_COUNT_MIN = 2; variable
45 if (params.size() < CMD_PARAM_COUNT_MIN) { in DoCommand()
H A Dflash_commander.cpp27 constexpr size_t CMD_PARAM_COUNT_MIN = 2; variable
34 if (params.size() < CMD_PARAM_COUNT_MIN) { in DoCommand()
H A Dupdate_commander.cpp32 constexpr size_t CMD_PARAM_COUNT_MIN = 1; variable
45 if (params.size() < CMD_PARAM_COUNT_MIN) { in DoCommand()