Searched refs:isNeedRetry (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 270 const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) in Put() 272 if (isNeedRetry) { in Put() 276 return DistributedDBNbTestTools::Put(kvStoreNbDelegate, key, value, isNeedRetry, waitTime); in Put() 285 const std::vector<DistributedDB::Entry> &entries, bool isNeedRetry) in PutBatch() 301 } while (isNeedRetry && retryTimes-- > 0); in PutBatch() 305 MST_LOG("[DistributedDBNbTestTools::PutBatch] is NeedRetry is %d", isNeedRetry); in PutBatch() 324 const std::vector<DistributedDB::Key> &keys, bool isNeedRetry) in DeleteBatch() 340 } while (isNeedRetry && retryTimes-- > 0); in DeleteBatch() 344 MST_LOG("[DistributedDBNbTestTools::DeleteBatch] is NeedRetry is %d", isNeedRetry); in DeleteBatch() 363 const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, in in PutLocal() 269 Put(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) Put() argument 284 PutBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Entry> &entries, bool isNeedRetry) PutBatch() argument 323 DeleteBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Key> &keys, bool isNeedRetry) DeleteBatch() argument 362 PutLocal(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) PutLocal() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_nb_test_tools.h | 207 const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry = false, int waitTime = 100); 210 const std::vector<DistributedDB::Entry> &entries, bool isNeedRetry = false); 216 const std::vector<DistributedDB::Key> &keys, bool isNeedRetry = false); 222 const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry = false, int waitTime = 100);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | isync_task_context.h | 109 virtual void SetRetryStatus(int isNeedRetry) = 0;
|
H A D | sync_task_context.h | 106 void SetRetryStatus(int isNeedRetry) override;
|
H A D | sync_task_context.cpp | 362 void SyncTaskContext::SetRetryStatus(int isNeedRetry) in SetRetryStatus() argument 364 isNeedRetry_ = isNeedRetry; in SetRetryStatus()
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.cpp | 1864 bool isNeedRetry = ret == Status::OK || ret == Status::ERROR_AGAIN; in ReadLoop() local 1865 if (isNeedRetry) { in ReadLoop()
|
Completed in 8 milliseconds