Searched refs:GetCTime (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/ |
H A D | reminderrequestannexthree_fuzzer.cpp | 34 reminderRequest.GetCTime(type, cTime);
in DoSomethingInterestingWithMyAPI()
|
/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 | 1746 int32_t ReminderRequest::GetCTime(const TimeTransferType &type, int32_t actualTime) in GetCTime() function in OHOS::Notification::ReminderRequest
|
/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);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 948 dateTime.tm_year = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::YEAR, propertyYearVal); in ParseLocalDateTime() 949 dateTime.tm_mon = ReminderRequest::GetCTime(ReminderRequest::TimeTransferType::MONTH, propertyMonthVal); in ParseLocalDateTime()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 1216 int32_t result = rrc->GetCTime(type, actualTime); in HWTEST_F() 1622 * @tc.desc: Test GetCTime parameters. 1631 int32_t result = rrc->GetCTime(type, actualTime); in HWTEST_F()
|
Completed in 12 milliseconds