Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h154 int OH_PreferencesValue_GetBool(const OH_PreferencesValue *object, bool *value);
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp101 int OH_PreferencesValue_GetBool(const OH_PreferencesValue *object, bool *value) in OH_PreferencesValue_GetBool() function
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp117 OH_PreferencesValue_GetBool(pValue, &boolV); in DataChangeObserverCallback()
703 EXPECT_EQ(OH_PreferencesValue_GetBool(pValue, &boolV), PREFERENCES_ERROR_KEY_NOT_FOUND); in NullTestCallback()
705 EXPECT_EQ(OH_PreferencesValue_GetBool(nullptr, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()
706 EXPECT_EQ(OH_PreferencesValue_GetBool(pValue, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()

Completed in 2 milliseconds