Home
last modified time | relevance | path

Searched refs:SYNC_WAIT_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp25 const int64_t SYNC_WAIT_TIME = 60; variable
66 … ASSERT_EQ(delegate->Sync({DEVICE_CLOUD}, SYNC_MODE_CLOUD_MERGE, query, callback, SYNC_WAIT_TIME), in InitSyncUtils()
255 ASSERT_EQ(delegate->Sync({DEVICE_CLOUD}, mode, query, callback, SYNC_WAIT_TIME), dbStatus); in callSync()
257 WaitForSyncFinish(g_syncProcess, SYNC_WAIT_TIME); in callSync()
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp59 const int64_t SYNC_WAIT_TIME = 600; variable
320 option.waitTime = SYNC_WAIT_TIME; in CallSync()
325 WaitForSyncFinish(g_syncProcess, SYNC_WAIT_TIME); in CallSync()
2301 …T_EQ(g_delegate->Sync({DEVICE_CLOUD}, SYNC_MODE_CLOUD_MERGE, query, callback, SYNC_WAIT_TIME), OK);
2302 WaitForSyncFinish(g_syncProcess, SYNC_WAIT_TIME);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_task_merge_test.cpp70 const int64_t SYNC_WAIT_TIME = 60; variable
86 option.waitTime = SYNC_WAIT_TIME; in PrepareOption()