Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences_value.h171 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, char **value, uint32_t *valueLen);
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp121 OH_PreferencesValue_GetString(pValue, &stringV, &len); in DataChangeObserverCallback()
710 EXPECT_EQ(OH_PreferencesValue_GetString(pValue, &stringV, &len), PREFERENCES_ERROR_KEY_NOT_FOUND); in NullTestCallback()
713 EXPECT_EQ(OH_PreferencesValue_GetString(nullptr, nullptr, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()
714 EXPECT_EQ(OH_PreferencesValue_GetString(pValue, nullptr, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()
715 EXPECT_EQ(OH_PreferencesValue_GetString(pValue, &stringV, nullptr), PREFERENCES_ERROR_INVALID_PARAM); in NullTestCallback()
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp118 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, char **value, uint32_t *valueLen) in OH_PreferencesValue_GetString() function

Completed in 3 milliseconds