Lines Matching refs:preference
51 | int [OH_Preferences_Close](#oh_preferences_close) ([OH_Preferences](#oh_preferences) \*preference…
52 …s_GetInt](#oh_preferences_getint) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
53 …GetBool](#oh_preferences_getbool) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
54 …tring](#oh_preferences_getstring) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
56 …s_SetInt](#oh_preferences_setint) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
57 …SetBool](#oh_preferences_setbool) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
58 …tring](#oh_preferences_setstring) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
59 …s_Delete](#oh_preferences_delete) ([OH_Preferences](#oh_preferences) \*preference, const char \*ke…
60 …preferences_registerdataobserver) ([OH_Preferences](#oh_preferences) \*preference, void \*context,…
61 …eferences_unregisterdataobserver) ([OH_Preferences](#oh_preferences) \*preference, void \*context,…
236 int OH_Preferences_Close (OH_Preferences *preference)
249 | preference | Pointer to the [OH_Preferences](#oh_preferences) instance to close.|
273 int OH_Preferences_Delete (OH_Preferences *preference, const char *key )
286 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
334 int OH_Preferences_GetBool (OH_Preferences *preference, const char *key, bool *value )
347 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
375 int OH_Preferences_GetInt (OH_Preferences *preference, const char *key, int *value )
388 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
416 int OH_Preferences_GetString (OH_Preferences *preference, const char *key, char **value, uint32_t *…
429 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
490 int OH_Preferences_RegisterDataObserver (OH_Preferences *preference, void *context, OH_PreferencesD…
503 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
535 int OH_Preferences_SetBool (OH_Preferences *preference, const char *key, bool value )
548 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
574 int OH_Preferences_SetInt (OH_Preferences *preference, const char *key, int value )
587 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
613 int OH_Preferences_SetString (OH_Preferences *preference, const char *key, const char *value )
626 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|
652 int OH_Preferences_UnregisterDataObserver (OH_Preferences *preference, void *context, OH_Preference…
665 | preference | Pointer to the target [OH_Preferences](#oh_preferences) instance.|