Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter.cpp40 constexpr int32_t MAX_INIT_RETRY_TIMES = 20; variable
54 int32_t tryTimes = MAX_INIT_RETRY_TIMES; in Init()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp39 constexpr int32_t MAX_INIT_RETRY_TIMES = 20; variable
106 int32_t tryTimes = MAX_INIT_RETRY_TIMES; in Init()
139 int32_t tryTimes = MAX_INIT_RETRY_TIMES; in InitLocal()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp33 constexpr int32_t MAX_INIT_RETRY_TIMES = 3; variable
55 int32_t tryTimes = MAX_INIT_RETRY_TIMES; in Init()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp33 constexpr int32_t MAX_INIT_RETRY_TIMES = 30; variable
63 int32_t tryTimes = MAX_INIT_RETRY_TIMES; in Init()