Lines Matching refs:preference

91  * @param preference Pointer to the {@Link OH_Preferences} instance to close.
101 int OH_Preferences_Close(OH_Preferences *preference);
106 * @param preference Pointer to the target {@Link OH_Preferences} instance.
118 int OH_Preferences_GetInt(OH_Preferences *preference, const char *key, int *value);
123 * @param preference Pointer to the target {@Link OH_Preferences} instance.
135 int OH_Preferences_GetBool(OH_Preferences *preference, const char *key, bool *value);
140 * @param preference Pointer to the target {@Link OH_Preferences} instance.
154 int OH_Preferences_GetString(OH_Preferences *preference, const char *key, char **value, uint32_t *valueLen);
168 * @param preference Pointer to the target {@Link OH_Preferences} instance.
179 int OH_Preferences_SetInt(OH_Preferences *preference, const char *key, int value);
184 * @param preference Pointer to the target {@Link OH_Preferences} instance.
195 int OH_Preferences_SetBool(OH_Preferences *preference, const char *key, bool value);
200 * @param preference Pointer to the target {@Link OH_Preferences} instance.
211 int OH_Preferences_SetString(OH_Preferences *preference, const char *key, const char *value);
216 * @param preference Pointer to the target {@Link OH_Preferences} instance.
226 int OH_Preferences_Delete(OH_Preferences *preference, const char *key);
231 * @param preference Pointer to the target {@Link OH_Preferences} instance.
245 int OH_Preferences_RegisterDataObserver(OH_Preferences *preference, void *context,
251 * @param preference Pointer to the target {@Link OH_Preferences} instance.
264 int OH_Preferences_UnregisterDataObserver(OH_Preferences *preference, void *context,