Home
last modified time | relevance | path

Searched refs:PutDistributedEnabledForBundle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h99 bool PutDistributedEnabledForBundle(const std::string deviceType,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp950 bool ret = preferncesDB_->PutDistributedEnabledForBundle(deviceType, bundleInfo, enable);
966 bool ret = preferncesDB_->PutDistributedEnabledForBundle(deviceType, bundleInfo, enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1047 storeDBResult = preferncesDB_->PutDistributedEnabledForBundle(deviceType, bundleInfo, enabled); in SetDistributedEnabledByBundle()
H A Dnotification_preferences_database.cpp1913 bool NotificationPreferencesDatabase::PutDistributedEnabledForBundle(const std::string deviceType, in PutDistributedEnabledForBundle() function in OHOS::Notification::NotificationPreferencesDatabase