Searched refs:OH_Preferences_SetInt (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_value_test.cpp | 102 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 D | preferences_ndk_test.cpp | 134 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 D | oh_preferences.h | 179 int OH_Preferences_SetInt(OH_Preferences *preference, const char *key, int value);
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | preferences-guidelines.md | 23 | 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.md | 57 | 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 D | oh__preferences_8h.md | 40 | int [OH_Preferences_SetInt](_preferences.md#oh_preferences_setint) ([OH_Preferences](_preferences…
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | preferences-guidelines.md | 23 | 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 D | oh__preferences_8h.md | 40 | int [OH_Preferences_SetInt](_preferences.md#oh_preferences_setint) ([OH_Preferences](_preferences…
|
H A D | _preferences.md | 56 | 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 D | oh_preferences.cpp | 298 int OH_Preferences_SetInt(OH_Preferences *preference, const char *key, int value) in OH_Preferences_SetInt() function
|