Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_file_test.cpp55 int PreferencesPutValue(std::shared_ptr<Preferences> pref, const std::string &intKey, int intValue, in PreferencesPutValue() function
120 int ret = PreferencesPutValue(pref, "key1", 2, "key2", "test");
151 ret = PreferencesPutValue(pref, "intKey", 1, "stringKey", "string1");
169 ret = PreferencesPutValue(pref, "intKey", i, "stringKey", "string" + std::to_string(i));
209 ret = PreferencesPutValue(pref, "intKey", 1, "stringKey", "string1");
229 ret = PreferencesPutValue(pref, "intKey", i, "stringKey", "string" + std::to_string(i));