Home
last modified time | relevance | path

Searched defs:highMode (Results 1 – 5 of 5) 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; variable
46 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE; variable
70 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE; variable
H A Dstore_test.cpp100 auto highMode = GeneralStore::GetHighMode(mixMode); variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h75 static inline uint32_t MixMode(uint32_t syncMode, uint32_t highMode) in MixMode()
/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; variable
445 uint32_t highMode = GeneralStore::HighMode::MANUAL_SYNC_MODE; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp539 auto highMode = GetHighMode(static_cast<uint32_t>(syncParam.mode)); in Sync() local
732 uint32_t highMode) in GetDBProcessCB()