Home
last modified time | relevance | path

Searched refs:allPackage (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h357 * @param allPackage Specifies whether to allow all bundle to publish notification with sound.
361 bool GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bundleNames);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1532 bool allPackage = true; in HWTEST_F() local
1534 auto res = NotificationPreferences::GetInstance()->GetBundleSoundPermission(allPackage, bundleNames); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp1128 bool NotificationPreferences::GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bundleNames) in GetBundleSoundPermission() argument
1153 allPackage = true; in GetBundleSoundPermission()

Completed in 6 milliseconds