Home
last modified time | relevance | path

Searched refs:ShouldAlert (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp64 manager->ShouldAlert(reminder); in DoSomethingInterestingWithManager()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp252 manager->ShouldAlert(nullptr); in HWTEST_F()
255 manager->ShouldAlert(reminder); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h203 bool ShouldAlert(const sptr<ReminderRequest> &reminder) const;
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp876 bool ReminderDataManager::ShouldAlert(const sptr<ReminderRequest> &reminder) const in ShouldAlert() function in OHOS::Notification::ReminderDataManager
1087 bool toPlaySound = isNeedToPlaySound && ShouldAlert(reminder) ? true : false; in ShowReminder()

Completed in 6 milliseconds