Home
last modified time | relevance | path

Searched refs:setSnooze (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp1438 bool setSnooze = true; variable
1443 rrc->UpdateActionButtons(setSnooze);
1457 bool setSnooze = true; variable
1462 rrc->UpdateActionButtons(setSnooze);
1476 bool setSnooze = false; variable
1481 rrc->UpdateActionButtons(setSnooze);
1495 bool setSnooze = true; variable
1500 rrc->UpdateActionButtons(setSnooze);
1518 bool setSnooze = true; variable
1519 rrc->UpdateNotificationContent(setSnooze);
[all …]
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h765 void UpdateActionButtons(const bool &setSnooze);
767 void UpdateNotificationContent(const bool &setSnooze);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1537 void ReminderRequest::UpdateActionButtons(const bool &setSnooze) in UpdateActionButtons() argument
1544 if (setSnooze) { in UpdateActionButtons()
1619 void ReminderRequest::UpdateNotificationContent(const bool &setSnooze) in UpdateNotificationContent() argument
1626 if (setSnooze) { in UpdateNotificationContent()