Searched refs:OH_Preferences_Delete (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/preferences/interfaces/ndk/include/ |
H A D | oh_preferences.h | 226 int OH_Preferences_Delete(OH_Preferences *preference, const char *key);
|
/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_value_test.cpp | 237 errCode = OH_Preferences_Delete(nullptr, boolKey.c_str()); in HWTEST_F() 244 errCode = OH_Preferences_Delete(pref, ""); in HWTEST_F() 246 errCode = OH_Preferences_Delete(pref, nullptr); in HWTEST_F() 274 errCode = OH_Preferences_Delete(nullptr, boolKey.c_str()); in HWTEST_F()
|
H A D | preferences_ndk_test.cpp | 448 EXPECT_EQ(OH_Preferences_Delete(pref, key.c_str()), PREFERENCES_OK); in HWTEST_F() 478 EXPECT_EQ(OH_Preferences_Delete(pref, key.c_str()), PREFERENCES_OK); in HWTEST_F() 522 EXPECT_EQ(OH_Preferences_Delete(pref, key.c_str()), PREFERENCES_OK); in HWTEST_F()
|
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences.cpp | 347 int OH_Preferences_Delete(OH_Preferences *preference, const char *key) in OH_Preferences_Delete() function
|
Completed in 5 milliseconds