Home
last modified time | relevance | path

Searched refs:CLOUD_END (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h49 CLOUD_END, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp390 if (syncMode > NEARBY_END && syncMode < CLOUD_END) { in Sync()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp544 } else if (syncMode > NEARBY_END && syncMode < CLOUD_END) { in Sync()
H A Drdb_service_impl.cpp421 if (option.mode < DistributedData::GeneralStore::CLOUD_END && in Sync()