Searched refs:GetCTime (Results 1 – 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request_calendar.cpp | 123 setTime.tm_year = GetCTime(TimeTransferType::YEAR, settedYear); in GetNextDay() 124 setTime.tm_mon = GetCTime(TimeTransferType::MONTH, settedMonth); in GetNextDay() 160 tarTime.tm_year = GetCTime(TimeTransferType::YEAR, firstDesignateYear_); in GetNextTriggerTime() 161 tarTime.tm_mon = GetCTime(TimeTransferType::MONTH, firstDesignateMonth_); in GetNextTriggerTime() 221 tar.tm_year = GetCTime(TimeTransferType::YEAR, year); in GetTimeInstantMilli() 222 tar.tm_mon = GetCTime(TimeTransferType::MONTH, month); in GetTimeInstantMilli() 241 dateTime_.tm_year = GetCTime(TimeTransferType::YEAR, year_); in InitDateTime() 242 dateTime_.tm_mon = GetCTime(TimeTransferType::MONTH, month_); in InitDateTime()
|
D | reminder_request.cpp | 1683 int32_t ReminderRequest::GetCTime(const TimeTransferType &type, int32_t actualTime) in GetCTime() function in OHOS::Notification::ReminderRequest
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/ |
D | reminderrequestannexthree_fuzzer.cpp | 34 reminderRequest.GetCTime(type, cTime); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 636 static int32_t GetCTime(const TimeTransferType &type, int32_t actualTime);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 524 …dateTime.tm_year = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::YEAR, propertyYear… in CreateReminderCalendar() 525 …dateTime.tm_mon = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::MONTH, propertyMont… in CreateReminderCalendar()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 1236 int32_t result = rrc->GetCTime(type, actualTime); 1586 int32_t result = rrc->GetCTime(type, actualTime);
|