Home
last modified time | relevance | path

Searched refs:PutDataToDB (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h248 int32_t PutDataToDB(const std::string &key, const T &t, const int32_t &userId);
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1864 int32_t result = PutDataToDB(key, enabled, userId); in PutDistributedEnabledForBundle()
1878 int32_t NotificationPreferencesDatabase::PutDataToDB(const std::string &key, const T &value, const int32_t &userId) in PutDataToDB() function in OHOS::Notification::NotificationPreferencesDatabase
1944 int32_t result = PutDataToDB(key, enabled, userId); in SetSmartReminderEnabled()

Completed in 8 milliseconds