Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp239 setTime.tm_year = GetCTime(TimeTransferType::YEAR, settedYear); in GetNextDay()
240 setTime.tm_mon = GetCTime(TimeTransferType::MONTH, settedMonth); in GetNextDay()
391 tarTime.tm_year = GetCTime(TimeTransferType::YEAR, firstDesignateYear_); in GetNextTriggerTime()
392 tarTime.tm_mon = GetCTime(TimeTransferType::MONTH, firstDesignateMonth_); in GetNextTriggerTime()
467 tar.tm_year = GetCTime(TimeTransferType::YEAR, year); in GetTimeInstantMilli()
468 tar.tm_mon = GetCTime(TimeTransferType::MONTH, month); in GetTimeInstantMilli()
487 dateTime_.tm_year = GetCTime(TimeTransferType::YEAR, year_); in InitDateTime()
488 dateTime_.tm_mon = GetCTime(TimeTransferType::MONTH, month_); in InitDateTime()
H A Dreminder_request.cpp1759 int32_t ReminderRequest::GetCTime(const TimeTransferType &type, int32_t actualTime) in GetCTime() function in OHOS::Notification::ReminderRequest
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
H A Dreminderrequestannexthree_fuzzer.cpp34 reminderRequest.GetCTime(type, cTime); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h946 static int32_t GetCTime(const TimeTransferType &type, int32_t actualTime);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp946 …dateTime.tm_year = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::YEAR, propertyYear… in ParseLocalDateTime()
947 …dateTime.tm_mon = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::MONTH, propertyMont… in ParseLocalDateTime()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1216 int32_t result = rrc->GetCTime(type, actualTime);
1631 int32_t result = rrc->GetCTime(type, actualTime);