Home
last modified time | relevance | path

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

/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/src/
Ddistributed_preferences_database.cpp116 bool DistributedPreferencesDatabase::GetFromDistributedDB(const std::string &key, std::string &valu… in GetFromDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
Ddistributed_database.cpp143 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);