Home
last modified time | relevance | path

Searched refs:GetFromDistributedDB (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
Ddistributed_preferences_database_test.cpp140 EXPECT_EQ(false, distributedPreferencesDatabase.GetFromDistributedDB(key, value));
156 EXPECT_EQ(false, distributedPreferencesDatabase.GetFromDistributedDB(key, value));
173 EXPECT_EQ(false, distributedPreferencesDatabase.GetFromDistributedDB(key, value));
190 EXPECT_EQ(true, distributedPreferencesDatabase.GetFromDistributedDB(key, value));
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_preferences_database.h55 bool GetFromDistributedDB(const std::string &key, std::string &value);
Ddistributed_database.h68 bool GetFromDistributedDB(const std::string &key, std::string &value);
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
Ddistributed_database_branch_test.cpp248 EXPECT_EQ(false, database_->GetFromDistributedDB(key, value));
263 EXPECT_EQ(false, database_->GetFromDistributedDB(key, value));
278 EXPECT_EQ(false, database_->GetFromDistributedDB(key, value));
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences_database.cpp117 bool DistributedPreferencesDatabase::GetFromDistributedDB(const std::string &key, std::string &valu… in GetFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
Ddistributed_database.cpp153 bool DistributedDatabase::GetFromDistributedDB(const std::string &key, std::string &value) in GetFromDistributedDB() function in OHOS::Notification::DistributedDatabase
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_database_test.cpp133 EXPECT_EQ(database_->GetFromDistributedDB(key, value), true);