Searched refs:PreferencesPutValue (Results 1 - 1 of 1) sorted by relevance
/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_file_test.cpp | 55 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"); in HWTEST_F() 151 ret = PreferencesPutValue(pref, "intKey", 1, "stringKey", "string1"); in HWTEST_F() 169 ret = PreferencesPutValue(pref, "intKey", i, "stringKey", "string" + std::to_string(i)); in HWTEST_F() 209 ret = PreferencesPutValue(pref, "intKey", 1, "stringKey", "string1"); in HWTEST_F() 229 ret = PreferencesPutValue(pref, "intKey", i, "stringKey", "string" + std::to_string(i)); in HWTEST_F()
|
Completed in 2 milliseconds