Searched refs:TIME_FIRST (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | store_test.cpp | 91 auto mode1 = OHOS::DistributedRdb::TIME_FIRST; 98 EXPECT_EQ(syncMode, OHOS::DistributedRdb::TIME_FIRST);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 86 TIME_FIRST = 4, enumerator
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_distributed_test.cpp | 245 OHOS::DistributedRdb::SyncOption option = { OHOS::DistributedRdb::TIME_FIRST, false };
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | trans_db.cpp | 255 if (option.mode != TIME_FIRST || tables.empty()) { in Sync()
|
H A D | rdb_store_impl.cpp | 820 … DistributedRdb::RdbService::Option option = { DistributedRdb::TIME_FIRST, 0, true, true, true }; in ModifyLockStatus() 2127 DistributedRdb::RdbService::Option option = { DistributedRdb::TIME_FIRST, 0, true, true }; in DoCloudSync()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_const_properties.cpp | 46 SET_NAPI_PROPERTY(syncMode, "SYNC_MODE_TIME_FIRST", int32_t(SyncMode::TIME_FIRST)); in ExportSyncMode()
|
H A D | napi_rdb_store.cpp | 375 bool checked = (status == napi_ok && context->syncMode >= DistributedRdb::TIME_FIRST && in ParseCloudSyncModeArg()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 264 return TIME_FIRST; in TransformMode()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 524 ? GeneralStore::MixMode(TIME_FIRST, GeneralStore::AUTO_SYNC_MODE) in DoCompensateSync()
|