Home
last modified time | relevance | path

Searched refs:PutToDistributedDB (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp146 if (!database_->PutToDistributedDB(key, std::to_string(isEnable))) { in SetDistributedEnable()
177 if (!database_->PutToDistributedDB(key, std::to_string(isEnable))) { in SetDistributedBundleEnable()
261 if (!database_->PutToDistributedDB(key, std::to_string(enabled))) { in SetSyncEnabledWithoutApp()
H A Ddistributed_preferences_database.cpp91 bool DistributedPreferencesDatabase::PutToDistributedDB(const std::string &key, const std::string &… in PutToDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
H A Ddistributed_notification_manager.cpp335 if (!database_->PutToDistributedDB(key, value)) { in Publish()
363 if (!database_->PutToDistributedDB(key, value)) { in Update()
H A Ddistributed_database.cpp137 bool DistributedDatabase::PutToDistributedDB(const std::string &key, const std::string &value) in PutToDistributedDB() function in OHOS::Notification::DistributedDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp94 EXPECT_EQ(false, distributedPreferencesDatabase.PutToDistributedDB(key, value));
110 EXPECT_EQ(false, distributedPreferencesDatabase.PutToDistributedDB(key, value));
126 EXPECT_EQ(false, distributedPreferencesDatabase.PutToDistributedDB(key, value));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Dmock_distributed_preferences_database.cpp65 bool DistributedPreferencesDatabase::PutToDistributedDB(const std::string &key, const std::string &… in PutToDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h46 bool PutToDistributedDB(const std::string &key, const std::string &value);
H A Ddistributed_database.h59 bool PutToDistributedDB(const std::string &key, const std::string &value);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Dmock_distributed_database.cpp72 bool DistributedDatabase::PutToDistributedDB(const std::string &key, const std::string &value) in PutToDistributedDB() function in OHOS::Notification::DistributedDatabase
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp220 EXPECT_EQ(false, database_->PutToDistributedDB(key, value));
235 EXPECT_EQ(false, database_->PutToDistributedDB(key, value));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_test.cpp122 EXPECT_EQ(database_->PutToDistributedDB(key, value), true);