Searched refs:GetFromDistributedDB (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | distributed_preferences_database_test.cpp | 140 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));
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/ |
H A D | distributed_preferences_database.h | 55 bool GetFromDistributedDB(const std::string &key, std::string &value);
|
H A D | distributed_database.h | 68 bool GetFromDistributedDB(const std::string &key, std::string &value);
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | distributed_database_branch_test.cpp | 248 EXPECT_EQ(false, database_->GetFromDistributedDB(key, value)); 263 EXPECT_EQ(false, database_->GetFromDistributedDB(key, value)); 278 EXPECT_EQ(false, database_->GetFromDistributedDB(key, value));
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_preferences_database.cpp | 115 bool DistributedPreferencesDatabase::GetFromDistributedDB(const std::string &key, std::string &valu… in GetFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
|
H A D | distributed_database.cpp | 162 bool DistributedDatabase::GetFromDistributedDB(const std::string &key, std::string &value) in GetFromDistributedDB() function in OHOS::Notification::DistributedDatabase
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_database_test.cpp | 135 EXPECT_EQ(database_->GetFromDistributedDB(key, value), true);
|