Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_value_test.cpp102 errCode = OH_Preferences_SetInt(nullptr, intKey.c_str(), 123);
113 errCode = OH_Preferences_SetInt(pref, "", value);
118 errCode = OH_Preferences_SetInt(pref, nullptr, value);
345 EXPECT_EQ(OH_Preferences_SetInt(pref, key.c_str(), 123), PREFERENCES_OK);
H A Dpreferences_ndk_test.cpp134 EXPECT_EQ(OH_Preferences_SetInt(pref, key.c_str(), value), PREFERENCES_OK); in SetAllValuesWithCheck()
213 EXPECT_EQ(OH_Preferences_SetInt(pref, key, 12), PREFERENCES_OK);
356 EXPECT_EQ(OH_Preferences_SetInt(pref, key, newValue), PREFERENCES_OK);
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences.h179 int OH_Preferences_SetInt(OH_Preferences *preference, const char *key, int value);
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dpreferences-guidelines.md23 | int OH_Preferences_SetInt (OH_Preferences \*preference, const char \*key, int value) | 根据Key设置Pre…
147 ret = OH_Preferences_SetInt(preference, keys[0], 0);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_preferences.md57 | int [OH_Preferences_SetInt](#oh_preferences_setint) ([OH_Preferences](#oh_preferences) \*preferen…
572 ### OH_Preferences_SetInt()
575 int OH_Preferences_SetInt (OH_Preferences *preference, const char *key, int value )
H A Doh__preferences_8h.md40 | int [OH_Preferences_SetInt](_preferences.md#oh_preferences_setint) ([OH_Preferences](_preferences…
/ohos5.0/docs/en/application-dev/database/
H A Dpreferences-guidelines.md23 | int OH_Preferences_SetInt (OH_Preferences \*preference, const char \*key, int value) | Sets an in…
147 ret = OH_Preferences_SetInt(preference, keys[0], 0);
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Doh__preferences_8h.md40 | int [OH_Preferences_SetInt](_preferences.md#oh_preferences_setint) ([OH_Preferences](_preferences…
H A D_preferences.md56 | int [OH_Preferences_SetInt](#oh_preferences_setint) ([OH_Preferences](#oh_preferences) \*preferen…
571 ### OH_Preferences_SetInt()
574 int OH_Preferences_SetInt (OH_Preferences *preference, const char *key, int value )
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp298 int OH_Preferences_SetInt(OH_Preferences *preference, const char *key, int value) in OH_Preferences_SetInt() function