Lines Matching refs:NativePreferences
34 using namespace OHOS::NativePreferences;
71 NativePreferences::Options options(path, context->GetBundleName(), dataGroupId);
178 NativePreferences::PreferencesValue preferencesValue = NativePreferences::PreferencesValue(-1);
181 preferencesValue = NativePreferences::PreferencesValue(value.integer);
185 preferencesValue = NativePreferences::PreferencesValue(value.float64);
189 preferencesValue = NativePreferences::PreferencesValue(std::string(value.string));
193 preferencesValue = NativePreferences::PreferencesValue(value.boolean);
201 preferencesValue = NativePreferences::PreferencesValue(bools);
209 preferencesValue = NativePreferences::PreferencesValue(doubles);
217 preferencesValue = NativePreferences::PreferencesValue(strings);
221 preferencesValue = NativePreferences::PreferencesValue(-1);