Home
last modified time | relevance | path

Searched refs:allPackage (Results 1 – 3 of 3) 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() argument
1169 allPackage = true; in GetBundleSoundPermission()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1532 bool allPackage = true; variable
1534 …auto res = NotificationPreferences::GetInstance()->GetBundleSoundPermission(allPackage, bundleName…