Searched refs:OH_PreferencesValue_GetInt (Results 1 – 9 of 9) sorted by relevance
139 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value);
37 | int OH_PreferencesValue_GetInt (const OH_PreferencesValue \*object, int \*value) | 从PreferencesVa…80 ret = OH_PreferencesValue_GetInt(pValue, &intValue);
71 | int [OH_PreferencesValue_GetInt](#oh_preferencesvalue_getint) (const [OH_PreferencesValue](#oh_pr…945 ### OH_PreferencesValue_GetInt()948 int OH_PreferencesValue_GetInt (const OH_PreferencesValue* object, int* value )
45 | int [OH_PreferencesValue_GetInt](_preferences.md#oh_preferencesvalue_getint) (const [OH_Preferenc…
84 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value) in OH_PreferencesValue_GetInt() function
70 | int [OH_PreferencesValue_GetInt](#oh_preferencesvalue_getint) (const [OH_PreferencesValue](#oh_pr…950 ### OH_PreferencesValue_GetInt()953 int OH_PreferencesValue_GetInt (const OH_PreferencesValue* object, int* value )
37 | int OH_PreferencesValue_GetInt (const OH_PreferencesValue \*object, int \*value) | Obtains an int…80 ret = OH_PreferencesValue_GetInt(pValue, &intValue);
110 OH_PreferencesValue_GetInt(pValue, &intV); in DataChangeObserverCallback()