Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h171 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, char **value, uint32_t *valueL…
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dpreferences-guidelines.md39 | int OH_PreferencesValue_GetString (const OH_PreferencesValue \*object, char \*\*value, uint32_t \…
93 ret = OH_PreferencesValue_GetString(pValue, &stringValue, &valueLen);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_preferences.md73 | int [OH_PreferencesValue_GetString](#oh_preferencesvalue_getstring) (const [OH_PreferencesValue](…
983 ### OH_PreferencesValue_GetString()
986 int OH_PreferencesValue_GetString (const OH_PreferencesValue *object, char **value, uint32_t *value…
H A Doh__preferences__value_8h.md47 | int [OH_PreferencesValue_GetString](_preferences.md#oh_preferencesvalue_getstring) (const [OH_Pre…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp118 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, char **value, uint32_t *valueL… in OH_PreferencesValue_GetString() function
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Doh__preferences__value_8h.md47 | int [OH_PreferencesValue_GetString](_preferences.md#oh_preferencesvalue_getstring) (const [OH_Pre…
H A D_preferences.md72 | int [OH_PreferencesValue_GetString](#oh_preferencesvalue_getstring) (const [OH_PreferencesValue](…
988 ### OH_PreferencesValue_GetString()
991 int OH_PreferencesValue_GetString (const OH_PreferencesValue *object, char **value, uint32_t *value…
/ohos5.0/docs/en/application-dev/database/
H A Dpreferences-guidelines.md39 | int OH_PreferencesValue_GetString (const OH_PreferencesValue \*object, char \*\*value, uint32_t \…
93 ret = OH_PreferencesValue_GetString(pValue, &stringValue, &valueLen);
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp117 OH_PreferencesValue_GetString(pValue, &stringV, &len); in DataChangeObserverCallback()