Home
last modified time | relevance | path

Searched refs:MANUAL_SYNC_MODE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dgeneral_store_test.cpp33 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE;
46 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE;
70 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h55 MANUAL_SYNC_MODE = 0x00000, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp322 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE;
445 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp551 … (isPriority || highMode == MANUAL_SYNC_MODE), syncParam.isCompensation, {}, in Sync()
H A Drdb_service_impl.cpp557 option.isAutoSync ? GeneralStore::AUTO_SYNC_MODE : GeneralStore::MANUAL_SYNC_MODE)); in DoCloudSync()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp987 meta.isAutoSync ? GeneralStore::AUTO_SYNC_MODE : GeneralStore::MANUAL_SYNC_MODE)); in DoCloudSync()