Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h113 const OH_PreferencesValue *OH_PreferencesPair_GetPreferencesValue(const OH_PreferencesPair *pairs, uint32_t index);
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp52 const OH_PreferencesValue *OH_PreferencesPair_GetPreferencesValue(const OH_PreferencesPair *pairs, uint32_t index) in OH_PreferencesPair_GetPreferencesValue() function
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp108 const OH_PreferencesValue *pValue = OH_PreferencesPair_GetPreferencesValue(pairs, i); in DataChangeObserverCallback()
686 EXPECT_EQ(OH_PreferencesPair_GetPreferencesValue(nullptr, INVALID_INDEX), nullptr); in NullTestCallback()
687 EXPECT_EQ(OH_PreferencesPair_GetPreferencesValue(pairs, INVALID_INDEX), nullptr); in NullTestCallback()
694 const OH_PreferencesValue *pValue = OH_PreferencesPair_GetPreferencesValue(pairs, i); in NullTestCallback()

Completed in 2 milliseconds