Home
last modified time | relevance | path

Searched refs:ShouldShowImmediately (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp38 reminderRequest.ShouldShowImmediately(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp77 return reminderRequest.ShouldShowImmediately(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp48 bool ret = reminderRequest.ShouldShowImmediately();
63 bool ret = reminderRequest.ShouldShowImmediately();
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h766 bool ShouldShowImmediately() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp742 bool ReminderRequest::ShouldShowImmediately() const in ShouldShowImmediately() function in OHOS::Notification::ReminderRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp452 EXPECT_EQ(rrc->ShouldShowImmediately(), true);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1488 if (!(reminderSptr->ShouldShowImmediately())) { in GetImmediatelyShowRemindersLocked()