/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/ |
H A D | getnotificationslotsforbundle_fuzzer.cpp | 28 sptr<Notification::NotificationSlot> slot = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | mock_notification_preferences.cpp | 31 GetNotificationSlot(const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) GetNotificationSlot() argument
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_record.h | 34 sptr<NotificationSlot> slot; member
|
/base/notification/distributed_notification_service/test/fuzztest/getnotificationslot_fuzzer/ |
H A D | getnotificationslot_fuzzer.cpp | 28 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/ |
H A D | notificationsorting_fuzzer.cpp | 31 sptr<Notification::NotificationSlot> slot = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | permission_filter.cpp | 47 sptr<NotificationSlot> slot; in OnPublish() local
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | permission_filter_test.cpp | 59 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() local 85 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() local
|
H A D | advanced_notification_slot_service_test.cpp | 86 sptr<NotificationSlot> slot = new NotificationSlot(type); in TestAddSlot() local 104 sptr<NotificationSlot> slot = new NotificationSlot(slotType); in HWTEST_F() local 184 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::LIVE_VIEW); in HWTEST_F() local 359 sptr<NotificationSlot> slot; in HWTEST_F() local 396 sptr<NotificationSlot> slot = new NotificationSlot(slotType); HWTEST_F() local 434 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 451 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 498 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::CUSTOMER_SERVICE); HWTEST_F() local 517 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local 531 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local [all...] |
H A D | notification_preferences_test.cpp | 71 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() local 79 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() local 90 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() local 103 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() local 130 sptr<NotificationSlot> slot = nullptr; HWTEST_F() local 161 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 289 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 307 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 334 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 349 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 363 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 378 sptr<NotificationSlot> slot; HWTEST_F() local 392 sptr<NotificationSlot> slot; HWTEST_F() local 407 sptr<NotificationSlot> slot; HWTEST_F() local 422 sptr<NotificationSlot> slot; HWTEST_F() local 436 sptr<NotificationSlot> slot; HWTEST_F() local 1142 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 1156 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 1261 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 1277 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 1293 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 1322 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local [all...] |
H A D | notification_preferences_database_test.cpp | 389 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in HWTEST_F() local
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_helper_test.cpp | 101 NotificationSlot slot;
in HWTEST_F() local
|
H A D | notification_helper_test.cpp | 76 NotificationSlot slot; in HWTEST_F() local 146 sptr<NotificationSlot> slot = nullptr; in HWTEST_F() local
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_helper.cpp | 50 ErrCode ReminderHelper::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot() argument
|
H A D | notification_sorting.cpp | 40 void NotificationSorting::SetSlot(const sptr<NotificationSlot> &slot) in SetSlot() argument
|
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/ |
H A D | addnotificationslot_fuzzer.cpp | 34 Notification::NotificationSlot slot; in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/ |
H A D | addnotificationslots_fuzzer.cpp | 30 Notification::NotificationSlot slot; in DoSomethingInterestingWithMyAPI() local
|
/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 72 int slot = atoi(argv[1]); in GetSuffix() local 93 int slot = atoi(argv[1]); in SetActiveSlot() local 115 int slot in SetUnbootSlot() local [all...] |
/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_touchscreen.cpp | 98 int32_t VirtualTouchScreen::DownButton(int32_t slot, int32_t x, int32_t y) in DownButton() argument 125 UpButton(int32_t slot) UpButton() argument 157 Move(int32_t slot, int32_t dx, int32_t dy) Move() argument 198 MoveTo(int32_t slot, int32_t x, int32_t y) MoveTo() argument [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 698 sptr<NotificationSlot> slot = new NotificationSlot();
in HWTEST_F() local 720 sptr<NotificationSlot> slot = new NotificationSlot();
in HWTEST_F() local
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 48 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot();
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_slot.cpp | 153 ErrCode AnsManagerProxy::GetSlotByType(const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) in GetSlotByType() argument 287 GetSlotByBundle( const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) GetSlotByBundle() argument
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 134 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM);
in BENCHMARK_F() local 153 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM);
in BENCHMARK_F() local
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
H A D | napi_slot.h | 25 NotificationSlot slot; member 34 NotificationSlot slot; member 75 sptr<NotificationSlot> slot = nullptr; member 122 sptr<NotificationSlot> slot; member
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 72 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot();
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 754 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 802 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 847 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 891 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 945 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 990 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local 1032 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 1074 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 1116 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); HWTEST_F() local 1169 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 1195 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 1288 sptr<NotificationSlot> slot = new NotificationSlot(); HWTEST_F() local 1904 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 1965 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local 2026 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 2087 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local 2149 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 2276 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 2395 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 2435 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 2473 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); HWTEST_F() local 2515 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); HWTEST_F() local 2571 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION); HWTEST_F() local 2626 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); HWTEST_F() local [all...] |