Home
last modified time | relevance | path

Searched refs:OH_Preferences_SetBool (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp194 errCode = OH_Preferences_SetBool(nullptr, boolKey.c_str(), true); in HWTEST_F()
205 errCode = OH_Preferences_SetBool(pref, "", false); in HWTEST_F()
210 errCode = OH_Preferences_SetBool(pref, nullptr, false); in HWTEST_F()
215 errCode = OH_Preferences_SetBool(pref, " ", true); in HWTEST_F()
251 errCode = OH_Preferences_SetBool(pref, boolKey.c_str(), false); in HWTEST_F()
350 EXPECT_EQ(OH_Preferences_SetBool(pref, key.c_str(), true), PREFERENCES_OK); in HWTEST_F()
H A Dpreferences_ndk_test.cpp154 EXPECT_EQ(OH_Preferences_SetBool(pref, key.c_str(), value), PREFERENCES_OK); in SetAllValuesWithCheck()
277 EXPECT_EQ(OH_Preferences_SetBool(pref, key, value), PREFERENCES_OK); in HWTEST_F()
420 EXPECT_EQ(OH_Preferences_SetBool(pref, key, newValue), PREFERENCES_OK); in HWTEST_F()
/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences.h195 int OH_Preferences_SetBool(OH_Preferences *preference, const char *key, bool value);
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp314 int OH_Preferences_SetBool(OH_Preferences *preference, const char *key, bool value) in OH_Preferences_SetBool() function

Completed in 4 milliseconds