/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | upgrade_manager.h | 42 static constexpr int RETRY_INTERVAL = 500; // milliseconds
member in OHOS::DistributedData::UpgradeManager
|
H A D | upgrade_manager.cpp | 53 executors_->Schedule(std::chrono::milliseconds(RETRY_INTERVAL), GetTask());
in GetTask()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | distributed_module_config.h | 49 static constexpr uint32_t RETRY_INTERVAL = 1000; //milliseconds member in OHOS::MiscServices::DistributedModuleConfig
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | samgr_ipc_adapter.h | 60 #define RETRY_INTERVAL (50 * 1000)
macro
|
H A D | samgr_small_ipc_adapter.c | 65 usleep(RETRY_INTERVAL);
in ClientRegisterRemoteEndpoint() 121 usleep(RETRY_INTERVAL);
in Receive() 298 usleep(RETRY_INTERVAL);
in OnSamgrServerExit()
|
H A D | endpoint.c | 43 #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 D | client_adaptor.h | 39 static constexpr int32_t RETRY_INTERVAL = 1;
member in OHOS::ObjectStore::ClientAdaptor
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/ |
H A D | installer_impl.h | 54 static constexpr int32_t RETRY_INTERVAL = 100; member in OHOS::DistributedKv::InstallerImpl
|
H A D | installer_impl.cpp | 170 executors_->Schedule(std::chrono::milliseconds(RETRY_INTERVAL), GetTask()); in GetTask()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_manager_impl.h | 36 static constexpr int RETRY_INTERVAL = 1; member in OHOS::DistributedRdb::RdbManagerImpl
|
H A D | sqlite_shared_result_set.h | 66 static const int RETRY_INTERVAL = 1000;
member in OHOS::NativeRdb::SqliteSharedResultSet
|
H A D | sqlite_statement.h | 98 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 D | p2p_idle_state.h | 28 #define RETRY_INTERVAL 500 macro
|
H A D | p2p_idle_state.cpp | 136 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 D | user_delegate.h | 67 static constexpr int RETRY_INTERVAL = 500; // millisecond member in OHOS::DistributedData::UserDelegate
|
H A D | user_delegate.cpp | 190 executors_->Schedule(std::chrono::milliseconds(RETRY_INTERVAL), GeTask()); in GeTask()
|
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register_rpc.c | 37 #define RETRY_INTERVAL 2
macro
|
H A D | remote_register.c | 32 #define RETRY_INTERVAL 2
macro
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.h | 121 static constexpr int32_t RETRY_INTERVAL = 1; member in OHOS::DistributedKv::KvStoreMetaManager
|
H A D | kvstore_meta_manager.cpp | 228 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 D | distributed_module_config.cpp | 69 std::this_thread::sleep_for(std::chrono::milliseconds(RETRY_INTERVAL)); in GetRetryTask()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 41 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 D | rdb_store_manager.cpp | 46 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 D | client_adaptor.cpp | 62 std::this_thread::sleep_for(std::chrono::seconds(RETRY_INTERVAL));
in GetDistributedDataManager()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | recover_manager.cpp | 30 constexpr int RETRY_INTERVAL = 100 * 1000; // 100ms member 216 usleep(RETRY_INTERVAL); in OpenSession()
|