Home
last modified time | relevance | path

Searched defs:includeSnooze (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp350 bool includeSnooze = true; variable
375 bool includeSnooze = true; variable
400 bool includeSnooze = false; variable
425 bool includeSnooze = false; variable
454 bool includeSnooze = false; variable
479 bool includeSnooze = false; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1447 void ReminderRequest::AddActionButtons(const bool includeSnooze) in AddActionButtons()