Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h110 bool GetDistributedEnabledForBundle(const std::string deviceType,
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp982 bool result = preferncesDB_->GetDistributedEnabledForBundle(deviceType, bundleInfo, enable);
998 bool result = preferncesDB_->GetDistributedEnabledForBundle(deviceType, bundleInfo, enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1065 storeDBResult = preferncesDB_->GetDistributedEnabledForBundle(deviceType, bundleInfo, enabled); in IsDistributedEnabledByBundle()
H A Dnotification_preferences_database.cpp1950 bool NotificationPreferencesDatabase::GetDistributedEnabledForBundle(const std::string deviceType, in GetDistributedEnabledForBundle() function in OHOS::Notification::NotificationPreferencesDatabase