Home
last modified time | relevance | path

Searched refs:DeleteToDistributedDB (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp249 EXPECT_EQ(false, distributedPreferencesDatabase.DeleteToDistributedDB(key));
264 EXPECT_EQ(false, distributedPreferencesDatabase.DeleteToDistributedDB(key));
279 EXPECT_EQ(false, distributedPreferencesDatabase.DeleteToDistributedDB(key));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp70 bool DistributedPreferencesDatabase::DeleteToDistributedDB(const std::string &key) in DeleteToDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h72 bool DeleteToDistributedDB(const std::string &key);
H A Ddistributed_database.h85 bool DeleteToDistributedDB(const std::string &key);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp157 bool DistributedPreferencesDatabase::DeleteToDistributedDB(const std::string &key) in DeleteToDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
H A Ddistributed_notification_manager.cpp384 if (!database_->DeleteToDistributedDB(key)) { in Delete()
404 if (!database_->DeleteToDistributedDB(key)) { in DeleteRemoteNotification()
H A Ddistributed_preferences.cpp220 if (!database_->DeleteToDistributedDB(key)) { in DeleteDistributedBundleInfo()
H A Ddistributed_database.cpp213 bool DistributedDatabase::DeleteToDistributedDB(const std::string &key) in DeleteToDistributedDB() function in OHOS::Notification::DistributedDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp341 EXPECT_EQ(false, database_->DeleteToDistributedDB(key));
355 EXPECT_EQ(false, database_->DeleteToDistributedDB(key));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_test.cpp160 EXPECT_EQ(database_->DeleteToDistributedDB(key), true);