Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h139 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value);
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp84 int OH_PreferencesValue_GetInt(const OH_PreferencesValue *object, int *value) in OH_PreferencesValue_GetInt() function
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp114 OH_PreferencesValue_GetInt(pValue, &intV); in DataChangeObserverCallback()
699 EXPECT_EQ(OH_PreferencesValue_GetInt(nullptr, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()
700 EXPECT_EQ(OH_PreferencesValue_GetInt(pValue, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()
718 EXPECT_EQ(OH_PreferencesValue_GetInt(pValue, &intV), PREFERENCES_ERROR_KEY_NOT_FOUND); in NullTestCallback()

Completed in 3 milliseconds