Searched refs:GetFromDistributedDB (Results 1 – 5 of 5) sorted by relevance
55 bool GetFromDistributedDB(const std::string &key, std::string &value);
68 bool GetFromDistributedDB(const std::string &key, std::string &value);
116 bool DistributedPreferencesDatabase::GetFromDistributedDB(const std::string &key, std::string &valu… in GetFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
143 bool DistributedDatabase::GetFromDistributedDB(const std::string &key, std::string &value) in GetFromDistributedDB() function in OHOS::Notification::DistributedDatabase
133 EXPECT_EQ(database_->GetFromDistributedDB(key, value), true);