/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_preferences.cpp | 146 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 D | distributed_preferences_database.cpp | 91 bool DistributedPreferencesDatabase::PutToDistributedDB(const std::string &key, const std::string &… in PutToDistributedDB() function in OHOS::Notification::DistributedPreferencesDatabase
|
H A D | distributed_notification_manager.cpp | 335 if (!database_->PutToDistributedDB(key, value)) { in Publish() 363 if (!database_->PutToDistributedDB(key, value)) { in Update()
|
H A D | distributed_database.cpp | 137 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 D | distributed_preferences_database_test.cpp | 94 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 D | mock_distributed_preferences_database.cpp | 65 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 D | distributed_preferences_database.h | 46 bool PutToDistributedDB(const std::string &key, const std::string &value);
|
H A D | distributed_database.h | 59 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 D | mock_distributed_database.cpp | 72 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 D | distributed_database_branch_test.cpp | 220 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 D | distributed_database_test.cpp | 122 EXPECT_EQ(database_->PutToDistributedDB(key, value), true);
|