Home
last modified time | relevance | path

Searched refs:GetEntriesFromDistributedDB (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp204 … EXPECT_EQ(false, distributedPreferencesDatabase.GetEntriesFromDistributedDB(prefixKey, entries));
220 … EXPECT_EQ(false, distributedPreferencesDatabase.GetEntriesFromDistributedDB(prefixKey, entries));
236 … EXPECT_EQ(false, distributedPreferencesDatabase.GetEntriesFromDistributedDB(prefixKey, entries));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp56 bool DistributedPreferencesDatabase::GetEntriesFromDistributedDB( in GetEntriesFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h64 bool GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Entry> &entries);
H A Ddistributed_database.h77 bool GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Entry> &entries);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Dmock_distributed_database.cpp54 bool DistributedDatabase::GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Ent… in GetEntriesFromDistributedDB() 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.cpp293 EXPECT_EQ(false, database_->GetEntriesFromDistributedDB(prefixKey, entries));
310 EXPECT_EQ(false, database_->GetEntriesFromDistributedDB(prefixKey, entries));
327 EXPECT_EQ(false, database_->GetEntriesFromDistributedDB(prefixKey, entries));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp137 bool DistributedPreferencesDatabase::GetEntriesFromDistributedDB( in GetEntriesFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
H A Ddistributed_notification_manager.cpp254 if (!database_->GetEntriesFromDistributedDB(prefixKey, entries)) { in OnDeviceDisconnected()
445 if (!database_->GetEntriesFromDistributedDB(prefixKey, entries)) { in GetCurrentDistributedNotification()
H A Ddistributed_preferences.cpp50 if (!database_->GetEntriesFromDistributedDB(DISTRIBUTED_LABEL, entries)) { in InitDistributedAllInfo()
H A Ddistributed_database.cpp189 bool DistributedDatabase::GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Ent… in GetEntriesFromDistributedDB() function in OHOS::Notification::DistributedDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_test.cpp148 EXPECT_EQ(database_->GetEntriesFromDistributedDB(prifixKey, entries), true);