Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Dmock_distributed_database.cpp82 bool DistributedDatabase::RecreateDistributedDB() in RecreateDistributedDB() function in OHOS::Notification::DistributedDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_database.h124 bool RecreateDistributedDB();
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp273 database_->RecreateDistributedDB(); in OnDeviceDisconnected()
488 if (!database_->RecreateDistributedDB()) { in OnDistributedKvStoreDeathRecipient()
H A Ddistributed_database.cpp328 bool DistributedDatabase::RecreateDistributedDB() in RecreateDistributedDB() 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.cpp536 EXPECT_EQ(true, database_->RecreateDistributedDB());
549 EXPECT_EQ(false, database_->RecreateDistributedDB());