Home
last modified time | relevance | path

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

/base/time/time_service/services/time/src/
Dntp_trusted_time.cpp31 constexpr int32_t RETRY_TIMES = 2; variable
41 for (int i = 0; i < RETRY_TIMES; i++) { in ForceRefresh()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dtransport.h41 static constexpr int RETRY_TIMES = 3; variable
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_service_ondemand.h32 static constexpr int32_t RETRY_TIMES = 10; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dtransport.cpp89 auto retryTimes = RETRY_TIMES; in SendToHiSysEventDataSource()
141 int tryTimes = RETRY_TIMES; in SendData()
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_ondemand.cpp66 int32_t retry = RETRY_TIMES; in CheckUpdaterSaLoaded()
/base/telephony/core_service/services/sim/src/
Dicc_operator_privilege_controller.cpp222 constexpr int32_t RETRY_TIMES = 3; in HasOperatorPrivileges() local
223 for (int32_t i = INT32_ZERO; i < RETRY_TIMES; ++i) { in HasOperatorPrivileges()