Home
last modified time | relevance | path

Searched refs:GetCTime (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp123 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()
Dreminder_request.cpp1683 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/
Dreminderrequestannexthree_fuzzer.cpp34 reminderRequest.GetCTime(type, cTime); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h636 static int32_t GetCTime(const TimeTransferType &type, int32_t actualTime);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp524 …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/
Dreminder_request_test.cpp1236 int32_t result = rrc->GetCTime(type, actualTime);
1586 int32_t result = rrc->GetCTime(type, actualTime);