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/
H A Dreminder_request_test.cpp1433 bool setSnooze = true; in HWTEST_F() local
1438 rrc->UpdateActionButtons(setSnooze); in HWTEST_F()
1452 bool setSnooze = true; in HWTEST_F() local
1457 rrc->UpdateActionButtons(setSnooze); in HWTEST_F()
1471 bool setSnooze = false; in HWTEST_F() local
1476 rrc->UpdateActionButtons(setSnooze); in HWTEST_F()
1490 bool setSnooze = true; in HWTEST_F() local
1495 rrc->UpdateActionButtons(setSnooze); in HWTEST_F()
1513 bool setSnooze = true; in HWTEST_F() local
1514 rrc->UpdateNotificationContent(setSnooze); in HWTEST_F()
1537 bool setSnooze = false; HWTEST_F() local
1559 bool setSnooze = true; HWTEST_F() local
1584 bool setSnooze = true; HWTEST_F() local
1616 bool setSnooze = false; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h1061 void UpdateActionButtons(const bool &setSnooze);
1063 void UpdateNotificationContent(const bool &setSnooze);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1601 void ReminderRequest::UpdateActionButtons(const bool &setSnooze) in UpdateActionButtons() argument
1608 if (setSnooze) { in UpdateActionButtons()
1682 void ReminderRequest::UpdateNotificationContent(const bool &setSnooze) in UpdateNotificationContent() argument
1689 if (setSnooze) { in UpdateNotificationContent()

Completed in 8 milliseconds