Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h43 NEARBY_PULL_PUSH, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp480 syncMode = GeneralStore::SyncMode::NEARBY_PULL_PUSH;
H A Dkvdb_service_impl_test.cpp733 EXPECT_EQ(status, GeneralStore::SyncMode::NEARBY_PULL_PUSH);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1341 generalSyncMode = GeneralStore::SyncMode::NEARBY_PULL_PUSH; in ConvertGeneralSyncMode()