Home
last modified time | relevance | path

Searched refs:TIME_FIRST (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_test.cpp91 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 Drdb_types.h86 TIME_FIRST = 4, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp245 OHOS::DistributedRdb::SyncOption option = { OHOS::DistributedRdb::TIME_FIRST, false };
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp255 if (option.mode != TIME_FIRST || tables.empty()) { in Sync()
H A Drdb_store_impl.cpp820 … 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 Dnapi_rdb_const_properties.cpp46 SET_NAPI_PROPERTY(syncMode, "SYNC_MODE_TIME_FIRST", int32_t(SyncMode::TIME_FIRST)); in ExportSyncMode()
H A Dnapi_rdb_store.cpp375 bool checked = (status == napi_ok && context->syncMode >= DistributedRdb::TIME_FIRST && in ParseCloudSyncModeArg()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp264 return TIME_FIRST; in TransformMode()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp524 ? GeneralStore::MixMode(TIME_FIRST, GeneralStore::AUTO_SYNC_MODE) in DoCompensateSync()