Searched refs:OH_PreferencesValue_GetString (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/preferences/interfaces/ndk/include/ |
H A D | oh_preferences_value.h | 171 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, char **value, uint32_t *valueLen);
|
/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_test.cpp | 121 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 D | oh_preferences_value.cpp | 118 int OH_PreferencesValue_GetString(const OH_PreferencesValue *object, char **value, uint32_t *valueLen) in OH_PreferencesValue_GetString() function
|
Completed in 3 milliseconds