/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 58 bool BundleManagerHelper::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper 69 bool BundleManagerHelper::CheckApiCompatibility(const std::string &bundleName, const int32_t &uid) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 47 bool BundleManagerHelper::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper 69 bool BundleManagerHelper::CheckApiCompatibility(const std::string &bundleName, const int32_t &uid) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/ |
H A D | mock_bundle_manager_helper.cpp | 48 bool BundleManagerHelper::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper 72 bool BundleManagerHelper::CheckApiCompatibility(const std::string &bundleName, const int32_t &uid) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 53 bool BundleManagerHelper::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper 77 bool BundleManagerHelper::CheckApiCompatibility(const std::string &bundleName, const int32_t &uid) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | bundle_manager_helper.h | 57 bool CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption); 128 bool CheckApiCompatibility(const std::string &bundleName, const int32_t &uid);
|
H A D | notification_preferences.h | 409 bool CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) const;
|
H A D | notification_preferences_database.h | 337 bool CheckApiCompatibility(const std::string &bundleName, const int32_t &uid);
|
H A D | advanced_notification_service.h | 1269 bool CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | bundle_manager_helper_test.cpp | 76 bool result = bundleManagerHelper.CheckApiCompatibility(bundleOption); in HWTEST_F() 92 bool result = bundleManagerHelper.CheckApiCompatibility(bundleOption); in HWTEST_F()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | bundle_manager_helper.cpp | 80 bool BundleManagerHelper::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper 86 return CheckApiCompatibility(bundleOption->GetBundleName(), bundleOption->GetUid()); in CheckApiCompatibility() 89 bool BundleManagerHelper::CheckApiCompatibility(const std::string &bundleName, const int32_t &uid) in CheckApiCompatibility() function in OHOS::Notification::BundleManagerHelper
|
H A D | permission_filter.cpp | 43 enable = bundleManager->CheckApiCompatibility(record->bundleOption); in OnPublish()
|
H A D | notification_preferences.cpp | 840 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in CheckSlotForCreateSlot() 905 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in SetBundleProperty() 1045 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in SetDistributedEnabledByBundle() 1063 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleOption)); in IsDistributedEnabledByBundle() 1117 bool NotificationPreferences::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOpt… in CheckApiCompatibility() function in OHOS::Notification::NotificationPreferences 1124 return bundleManager->CheckApiCompatibility(bundleOption); in CheckApiCompatibility()
|
H A D | notification_preferences_database.cpp | 613 bundleInfo.SetEnableNotification(CheckApiCompatibility(bundleName, bundleUid)); in CheckBundle() 2058 bool NotificationPreferencesDatabase::CheckApiCompatibility(const std::string &bundleName, const in… in CheckApiCompatibility() function in OHOS::Notification::NotificationPreferencesDatabase 2065 return bundleManager->CheckApiCompatibility(bundleName, uid); in CheckApiCompatibility()
|
H A D | advanced_notification_publish_service.cpp | 1209 allowed = CheckApiCompatibility(bundleOption); in IsAllowedNotifySelf() 1238 allowed = CheckApiCompatibility(bundleOption); in IsAllowedNotifyForBundle() 1289 allowed = CheckApiCompatibility(targetBundle); in IsSpecialBundleAllowedNotify() 2240 allowed = CheckApiCompatibility(bundle); in SetEnabledForBundleSlot()
|
H A D | advanced_notification_utils.cpp | 1370 bool AdvancedNotificationService::CheckApiCompatibility(const sptr<NotificationBundleOption> &bundl… in CheckApiCompatibility() function in OHOS::Notification::AdvancedNotificationService 1378 return bundleManager->CheckApiCompatibility(bundleOption); in CheckApiCompatibility()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/ |
H A D | libans.map | 21 *CheckApiCompatibility*;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/ |
H A D | bundle_manager_helper_branch_test.cpp | 132 ASSERT_EQ(false, bundleManagerHelper.CheckApiCompatibility(bundleOption));
|