Lines Matching refs:pairs
30 …rver)) (void \*context, const [OH_PreferencesPair](#oh_preferencespair) \*pairs, uint32_t count) |…
67 …referencespair_getkey) (const [OH_PreferencesPair](#oh_preferencespair) \*pairs, uint32_t index) |…
68 …cesPair](#oh_preferencespair) \*pairs, uint32_t index) | Obtains the value based on the specified …
107 typedef void(*OH_PreferencesDataObserver) (void *context, const OH_PreferencesPair *pairs, uint32_t…
121 | pairs | Pointer to the changed KV data.|
122 | count | Number of KV pairs changed.|
855 const char* OH_PreferencesPair_GetKey (const OH_PreferencesPair *pairs, uint32_t index )
868 | pairs | Pointer to the target [OH_PreferencesPair](#oh_preferencespair).|
885 const OH_PreferencesValue* OH_PreferencesPair_GetPreferencesValue (const OH_PreferencesPair *pairs,…
890 Obtains the value based on the specified index from the KV pairs.
898 | pairs | Pointer to the target [OH_PreferencesPair](#oh_preferencespair).|