Home
last modified time | relevance | path

Searched refs:SerializationExcludeDates (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h240 std::string SerializationExcludeDates();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp578 EXPECT_EQ(calendar1->SerializationExcludeDates(), calendar->SerializationExcludeDates());
H A Dreminder_request_calendar_test.cpp1417 std::string str = calendar->SerializationExcludeDates();
1424 str = calendar->SerializationExcludeDates();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp808 std::string ReminderRequestCalendar::SerializationExcludeDates() in SerializationExcludeDates() function in OHOS::Notification::ReminderRequestCalendar
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp502 excludeDates = calendar->SerializationExcludeDates(); in AppendValuesBucket()