Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h45 CLOUD_BEGIN = 4, enumerator
46 CLOUD_TIME_FIRST = CLOUD_BEGIN,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp444 uint32_t syncMode = GeneralStore::SyncMode::CLOUD_BEGIN;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp422 option.mode >= DistributedData::GeneralStore::CLOUD_BEGIN) { in Sync()