Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h139 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value);
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dpreferences-guidelines.md37 | int OH_PreferencesValue_GetInt (const OH_PreferencesValue \*object, int \*value) | 从PreferencesVa…
80 ret = OH_PreferencesValue_GetInt(pValue, &intValue);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_preferences.md71 | int [OH_PreferencesValue_GetInt](#oh_preferencesvalue_getint) (const [OH_PreferencesValue](#oh_pr…
945 ### OH_PreferencesValue_GetInt()
948 int OH_PreferencesValue_GetInt (const OH_PreferencesValue* object, int* value )
H A Doh__preferences__value_8h.md45 | int [OH_PreferencesValue_GetInt](_preferences.md#oh_preferencesvalue_getint) (const [OH_Preferenc…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp84 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value) in OH_PreferencesValue_GetInt() function
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Doh__preferences__value_8h.md45 | int [OH_PreferencesValue_GetInt](_preferences.md#oh_preferencesvalue_getint) (const [OH_Preferenc…
H A D_preferences.md70 | int [OH_PreferencesValue_GetInt](#oh_preferencesvalue_getint) (const [OH_PreferencesValue](#oh_pr…
950 ### OH_PreferencesValue_GetInt()
953 int OH_PreferencesValue_GetInt (const OH_PreferencesValue* object, int* value )
/ohos5.0/docs/en/application-dev/database/
H A Dpreferences-guidelines.md37 | int OH_PreferencesValue_GetInt (const OH_PreferencesValue \*object, int \*value) | Obtains an int…
80 ret = OH_PreferencesValue_GetInt(pValue, &intValue);
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp110 OH_PreferencesValue_GetInt(pValue, &intV); in DataChangeObserverCallback()