Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h124 Preference_ValueType OH_PreferencesValue_GetValueType(const OH_PreferencesValue *object);
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dpreferences-guidelines.md36 | Preference_ValueType OH_PreferencesValue_GetValueType (const OH_PreferencesValue \*object) | 获取Pr…
76 Preference_ValueType type = OH_PreferencesValue_GetValueType(pValue);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_preferences.md70 | [Preference_ValueType](#preference_valuetype) [OH_PreferencesValue_GetValueType](#oh_preferencesv…
1022 ### OH_PreferencesValue_GetValueType()
1025 Preference_ValueType OH_PreferencesValue_GetValueType (const OH_PreferencesValue *object)
H A Doh__preferences__value_8h.md44 | [Preference_ValueType](_preferences.md#preference_valuetype) [OH_PreferencesValue_GetValueType](_…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp67 Preference_ValueType OH_PreferencesValue_GetValueType(const OH_PreferencesValue *object) in OH_PreferencesValue_GetValueType() function
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Doh__preferences__value_8h.md44 | [Preference_ValueType](_preferences.md#preference_valuetype) [OH_PreferencesValue_GetValueType](_…
H A D_preferences.md69 | [Preference_ValueType](#preference_valuetype) [OH_PreferencesValue_GetValueType](#oh_preferencesv…
1027 ### OH_PreferencesValue_GetValueType()
1030 Preference_ValueType OH_PreferencesValue_GetValueType (const OH_PreferencesValue *object)
/ohos5.0/docs/en/application-dev/database/
H A Dpreferences-guidelines.md36 | Preference_ValueType OH_PreferencesValue_GetValueType (const OH_PreferencesValue \*object) | Obta…
76 Preference_ValueType type = OH_PreferencesValue_GetValueType(pValue);
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp107 Preference_ValueType type = OH_PreferencesValue_GetValueType(pValue); in DataChangeObserverCallback()