Home
last modified time | relevance | path

Searched refs:CheckApiCompatibility (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp58 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 Dmock_bundle_manager_helper.cpp47 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 Dmock_bundle_manager_helper.cpp48 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 Dmock_bundle_manager_helper.cpp53 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 Dbundle_manager_helper.h57 bool CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption);
128 bool CheckApiCompatibility(const std::string &bundleName, const int32_t &uid);
H A Dnotification_preferences.h409 bool CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption) const;
H A Dnotification_preferences_database.h337 bool CheckApiCompatibility(const std::string &bundleName, const int32_t &uid);
H A Dadvanced_notification_service.h1269 bool CheckApiCompatibility(const sptr<NotificationBundleOption> &bundleOption);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dbundle_manager_helper_test.cpp76 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 Dbundle_manager_helper.cpp80 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 Dpermission_filter.cpp43 enable = bundleManager->CheckApiCompatibility(record->bundleOption); in OnPublish()
H A Dnotification_preferences.cpp840 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 Dnotification_preferences_database.cpp613 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 Dadvanced_notification_publish_service.cpp1209 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 Dadvanced_notification_utils.cpp1370 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 Dlibans.map21 *CheckApiCompatibility*;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp132 ASSERT_EQ(false, bundleManagerHelper.CheckApiCompatibility(bundleOption));