Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dgeneral_store_test.cpp45 uint32_t syncMode = GeneralStore::SyncMode::NEARBY_PULL;
69 uint32_t syncMode = GeneralStore::SyncMode::NEARBY_PULL;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h42 NEARBY_PULL, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp731 EXPECT_EQ(status, GeneralStore::SyncMode::NEARBY_PULL);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1339 generalSyncMode = GeneralStore::SyncMode::NEARBY_PULL; in ConvertGeneralSyncMode()