Home
last modified time | relevance | path

Searched refs:RETRY_INTERVAL (Results 1 - 25 of 39) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.h42 static constexpr int RETRY_INTERVAL = 500; // milliseconds member in OHOS::DistributedData::UpgradeManager
H A Dupgrade_manager.cpp53 executors_->Schedule(std::chrono::milliseconds(RETRY_INTERVAL), GetTask()); in GetTask()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddistributed_module_config.h49 static constexpr uint32_t RETRY_INTERVAL = 1000; //milliseconds member in OHOS::MiscServices::DistributedModuleConfig
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_ipc_adapter.h60 #define RETRY_INTERVAL (50 * 1000) macro
H A Dsamgr_small_ipc_adapter.c65 usleep(RETRY_INTERVAL); in ClientRegisterRemoteEndpoint()
121 usleep(RETRY_INTERVAL); in Receive()
298 usleep(RETRY_INTERVAL); in OnSamgrServerExit()
H A Dendpoint.c43 #define RETRY_INTERVAL (50 * 1000) macro
373 usleep(RETRY_INTERVAL); in Receive()
572 usleep(RETRY_INTERVAL); in RegisterRemoteEndpoint()
603 usleep(RETRY_INTERVAL); in OnSamgrServerExit()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h39 static constexpr int32_t RETRY_INTERVAL = 1; member in OHOS::ObjectStore::ClientAdaptor
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.h54 static constexpr int32_t RETRY_INTERVAL = 100; member in OHOS::DistributedKv::InstallerImpl
H A Dinstaller_impl.cpp170 executors_->Schedule(std::chrono::milliseconds(RETRY_INTERVAL), GetTask()); in GetTask()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h36 static constexpr int RETRY_INTERVAL = 1; member in OHOS::DistributedRdb::RdbManagerImpl
H A Dsqlite_shared_result_set.h66 static const int RETRY_INTERVAL = 1000; member in OHOS::NativeRdb::SqliteSharedResultSet
H A Dsqlite_statement.h98 static constexpr int RETRY_INTERVAL = 1000; member in OHOS::NativeRdb::SqliteStatement
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.h28 #define RETRY_INTERVAL 500 macro
H A Dp2p_idle_state.cpp136 p2pStateMachine.StartTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_RETRY_CONNECT), RETRY_INTERVAL); in RetryConnect() local
181 p2pStateMachine.StartTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_RETRY_CONNECT), RETRY_INTERVAL); in ProcessCmdConnect() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.h67 static constexpr int RETRY_INTERVAL = 500; // millisecond member in OHOS::DistributedData::UserDelegate
H A Duser_delegate.cpp190 executors_->Schedule(std::chrono::milliseconds(RETRY_INTERVAL), GeTask()); in GeTask()
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register_rpc.c37 #define RETRY_INTERVAL 2 macro
H A Dremote_register.c32 #define RETRY_INTERVAL 2 macro
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.h121 static constexpr int32_t RETRY_INTERVAL = 1; member in OHOS::DistributedKv::KvStoreMetaManager
H A Dkvstore_meta_manager.cpp228 executors_->Schedule(std::chrono::seconds(RETRY_INTERVAL), GetTask(retry + 1)); in GetTask()
252 executors->Schedule(std::chrono::hours(RETRY_INTERVAL), GetBackupTask(queue, executors, store)); in GetMetaKvStore()
268 executors->Schedule(std::chrono::hours(RETRY_INTERVAL), GetBackupTask(queue, executors, store)); in GetBackupTask()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddistributed_module_config.cpp69 std::this_thread::sleep_for(std::chrono::milliseconds(RETRY_INTERVAL)); in GetRetryTask()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp41 constexpr uint32_t RETRY_INTERVAL = 50; // retry interval(ms) member
81 // retry 'RETRY_COUNT' times with an interval of 'RETRY_INTERVAL' ms in RetryGetProxy()
89 SoftBusSleepMs(RETRY_INTERVAL); in RetryGetProxy()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp46 constexpr int RETRY_INTERVAL = 1; member
94 pool->Schedule(std::chrono::seconds(RETRY_INTERVAL), [path, config, this]() { in GetRdbStore()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp62 std::this_thread::sleep_for(std::chrono::seconds(RETRY_INTERVAL)); in GetDistributedDataManager()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Drecover_manager.cpp30 constexpr int RETRY_INTERVAL = 100 * 1000; // 100ms member
216 usleep(RETRY_INTERVAL); in OpenSession()

Completed in 11 milliseconds

12