Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h361 bool GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bundleNames);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1144 bool NotificationPreferences::GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bun… in GetBundleSoundPermission() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_service.cpp2174 NotificationPreferences::GetInstance()->GetBundleSoundPermission( in CheckSoundPermission()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1534 …auto res = NotificationPreferences::GetInstance()->GetBundleSoundPermission(allPackage, bundleName…