Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/
H A Dupdater.cpp384 const std::string retryPara = upParams.retryCount > 0 ? "retry=1" : "retry=0"; in ExcuteSubProc() local
386 std::to_string(pipeWrite).c_str(), retryPara.c_str(), nullptr); in ExcuteSubProc()