Home
last modified time | relevance | path

Searched refs:OH_PreferencesValue (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/distributeddatamgr/preferences/include/
H A Doh_preferences_value.h89 typedef struct OH_PreferencesValue OH_PreferencesValue; typedef
108 * @return Returns a pointer to the {@Link OH_PreferencesValue} obtained if the operation is successful,
110 * @see OH_PreferencesValue.
113 const OH_PreferencesValue *OH_PreferencesPair_GetPreferencesValue(const OH_PreferencesPair *pairs, uint32_t index);
118 * @param object Pointer to the target {@Link OH_PreferencesValue} instance.
121 * @see OH_PreferencesValue.
124 Preference_ValueType OH_PreferencesValue_GetValueType(const OH_PreferencesValue *object);
127 * @brief Obtains the int value of an {@Link OH_PreferencesValue} instance.
129 * @param object Pointer to the target {@Link OH_PreferencesValue} instanc
[all...]

Completed in 1 milliseconds