Searched refs:GetCTime (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request_calendar.cpp | 239 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 D | reminder_request.cpp | 1759 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 D | reminderrequestannexthree_fuzzer.cpp | 34 reminderRequest.GetCTime(type, cTime); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 946 static int32_t GetCTime(const TimeTransferType &type, int32_t actualTime);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 946 …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 D | reminder_request_test.cpp | 1216 int32_t result = rrc->GetCTime(type, actualTime); 1631 int32_t result = rrc->GetCTime(type, actualTime);
|