Searched defs:cmdParam (Results 1 – 4 of 4) sorted by relevance
124 std::string cmdParam = "erase -f "; variable134 std::string cmdParam = "format -f "; variable150 std::string cmdParam = TEST_UPDATER_PACKAGE_PATH; variable164 std::string cmdParam = TEST_UPDATER_PACKAGE_PATH; variable
122 int TestFlashServiceDoPrepare(uint8_t type, const std::string &cmdParam) in TestFlashServiceDoPrepare()133 int TestFlashServiceDoFlash(uint8_t type, const std::string &cmdParam) in TestFlashServiceDoFlash()442 std::string cmdParam = "update "; variable464 std::string cmdParam = "update "; variable
539 int DoUpdaterPrepare(FlashHandle handle, uint8_t type, const std::string &cmdParam, std::string &fi… in DoUpdaterPrepare()578 int DoUpdaterFlash(FlashHandle handle, uint8_t type, const std::string &cmdParam, const std::string… in DoUpdaterFlash()
164 char *cmdParam = (char *)cmdStart; in DoServiceCtrlTrigger() local