Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp43 constexpr int32_t RETRY_TIMES_GET_KVSTORE = 5; variable
128 while (retryTimes < RETRY_TIMES_GET_KVSTORE) { in TryGetKvStore()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp41 constexpr int32_t RETRY_TIMES_GET_KVSTORE = 1; variable
136 while (retryTimes < RETRY_TIMES_GET_KVSTORE) { in TryGetKvStore()