Home
last modified time | relevance | path

Searched defs:snoozeContent (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/test/moduletest/
DReminderHelperTest.js1404 snoozeContent:"remind later", property
1491 snoozeContent:"remind later", property
1578 snoozeContent:"remind later", property
1640 snoozeContent:"remind later", property
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp846 std::string snoozeContent = "snoozeContent"; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp685 ReminderRequest& ReminderRequest::SetSnoozeContent(const std::string &snoozeContent) in SetSnoozeContent()