Searched refs:GetSyncModeValue (Results 1 – 4 of 4) sorted by relevance
663 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);
174 static std::string GetSyncModeValue(SyncMode syncMode);
436 API_EXPORT static std::string GetSyncModeValue(SyncMode syncMode);
265 std::string RdbStoreConfig::GetSyncModeValue(SyncMode syncMode) in GetSyncModeValue() function in OHOS::NativeRdb::RdbStoreConfig