Searched refs:TEST_DEFUALT_BUNDLE (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | permission_filter_test.cpp | 63 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), slots); 65 record->bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 67 record->request->SetOwnerBundleName(TEST_DEFUALT_BUNDLE); 89 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), slots); 91 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), false); 93 record->bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 95 record->request->SetOwnerBundleName(TEST_DEFUALT_BUNDLE);
|
H A D | advanced_notification_service_branch_test.cpp | 292 … new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID)), ERR_ANS_NON_SYSTEM_APP); 563 std::string(), new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), false), 677 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), 825 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 844 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 970 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), 975 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), 1050 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 1082 TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 1099 TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); [all …]
|
H A D | advanced_notification_service_test.cpp | 3275 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3317 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3350 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3375 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3388 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3404 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3439 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3455 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); 3462 1, SYSTEM_APP_UID, "label", TEST_DEFUALT_BUNDLE); 3644 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); [all …]
|
H A D | advanced_notification_publish_service_test.cpp | 301 …sptr<NotificationBundleOption> bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYST… 315 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 360 …sptr<NotificationBundleOption> bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYST… 568 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 613 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 617 req->SetOwnerBundleName(TEST_DEFUALT_BUNDLE); 658 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 662 req->SetOwnerBundleName(TEST_DEFUALT_BUNDLE); 687 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); 1060 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); [all …]
|
H A D | ans_ut_constant.h | 29 const std::string TEST_DEFUALT_BUNDLE = "bundleName"; variable
|
H A D | notification_preferences_test.cpp | 56 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID);
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/ |
H A D | ces_ut_constant.h | 29 const std::string TEST_DEFUALT_BUNDLE = "bundleName"; variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 548 … std::string(), new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), false), 570 … std::string(), new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), false), 806 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SY… 839 std::string(), new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), false), 870 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID), 900 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID),
|
/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 | 131 …sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SY…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_store_test.cpp | 36 const std::string TEST_DEFUALT_BUNDLE = "bundleName"; variable 75 new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID);
|