Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp663 std::string syncMode = config.GetSyncModeValue(SyncMode::MODE_OFF);
665 syncMode = OHOS::NativeRdb::RdbStoreConfig::GetSyncModeValue(SyncMode::MODE_NORMAL);
667 syncMode = config.GetSyncModeValue(SyncMode::MODE_FULL);
669 syncMode = config.GetSyncModeValue(SyncMode::MODE_EXTRA);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h174 static std::string GetSyncModeValue(SyncMode syncMode);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h436 API_EXPORT static std::string GetSyncModeValue(SyncMode syncMode);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp265 std::string RdbStoreConfig::GetSyncModeValue(SyncMode syncMode) in GetSyncModeValue() function in OHOS::NativeRdb::RdbStoreConfig