Home
last modified time | relevance | path

Searched refs:ClearDatabase (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp291 EXPECT_EQ(false, distributedPreferencesDatabase.ClearDatabase());
304 EXPECT_EQ(false, distributedPreferencesDatabase.ClearDatabase());
317 EXPECT_EQ(false, distributedPreferencesDatabase.ClearDatabase());
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp75 bool DistributedPreferencesDatabase::ClearDatabase() in ClearDatabase() function in OHOS::Notification::DistributedPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h79 bool ClearDatabase();
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp178 bool DistributedPreferencesDatabase::ClearDatabase() in ClearDatabase() function in OHOS::Notification::DistributedPreferencesDatabase
H A Ddistributed_preferences.cpp237 if (!database_->ClearDatabase()) { in ClearDataInRestoreFactorySettings()