Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h45 constexpr int32_t TIMEOUT_FOR_CONNECT = 10; variable
47 constexpr int32_t TIMEOUT_FOR_CONNECT = 1; variable
92 struct timeval tv = {TIMEOUT_FOR_CONNECT, 0}; in DoAction()
/ohos5.0/base/update/updateservice/services/engine/include/
H A Dprogress_thread.h38 constexpr int32_t TIMEOUT_FOR_CONNECT = 10; variable
40 constexpr int32_t TIMEOUT_FOR_CONNECT = 1; variable
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp133 curl_easy_setopt(downloadHandle_, CURLOPT_CONNECTTIMEOUT, TIMEOUT_FOR_CONNECT); in ProcessThreadExecute()