Searched refs:GetEntriesFromDistributedDB (Results 1 – 7 of 7) sorted by relevance
64 bool GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Entry> &entries);
77 bool GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Entry> &entries);
140 bool DistributedPreferencesDatabase::GetEntriesFromDistributedDB( in GetEntriesFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
222 if (!database_->GetEntriesFromDistributedDB(prefixKey, entries)) { in OnDeviceDisconnected()384 if (!database_->GetEntriesFromDistributedDB(prefixKey, entries)) { in GetCurrentDistributedNotification()
51 if (!database_->GetEntriesFromDistributedDB(DISTRIBUTED_LABEL, entries)) { in InitDistributedAllInfo()
170 bool DistributedDatabase::GetEntriesFromDistributedDB(const std::string &prefixKey, std::vector<Ent… in GetEntriesFromDistributedDB() function in OHOS::Notification::DistributedDatabase
146 EXPECT_EQ(database_->GetEntriesFromDistributedDB(prifixKey, entries), true);