Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/
Dreminderrequestcalendar_fuzzer.cpp37 uint8_t days = *data % DAYS; in DoSomethingInterestingWithMyAPI() local
41 repeatDays.push_back(days); in DoSomethingInterestingWithMyAPI()
51 reminderRequestCalendar.SetDay(days, enabled); in DoSomethingInterestingWithMyAPI()
77 reminderRequestCalendar.GetTimeInstantMilli(year, months, days, hour, minute, second); in DoSomethingInterestingWithMyAPI()
83 reminderRequestCalendar.IsRepeatDay(days); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_alarm.cpp186 int32_t days[] = {1, 2, 3, 4, 5, 6, 7}; in GetDaysOfWeek() local
187 int32_t len = sizeof(days) / sizeof(int32_t); in GetDaysOfWeek()
189 if (IsRepeatDay(days[i])) { in GetDaysOfWeek()
190 repeatDays.push_back(days[i]); in GetDaysOfWeek()
Dreminder_request_calendar.cpp104 uint8_t days; in GetDaysOfMonth() local
106days = ((((year % LEAP_PARAM_MIN == 0) && (year % LEAP_PARAM_MAX != 0)) || (year % SOLAR_YEAR == 0… in GetDaysOfMonth()
109 days = DAY_ARRAY[month - 1]; in GetDaysOfMonth()
111 return days; in GetDaysOfMonth()
/base/telephony/core_service/services/etc/param/
Dtelephony.para17 const.telephony.sms.expire.days=7
/base/security/access_token/services/privacymanager/include/record/
Dpermission_record_manager.h86 int32_t DeletePermissionRecord(int64_t days);
/base/security/access_token/services/privacymanager/src/record/
Dpermission_record_manager.cpp314 int32_t PermissionRecordManager::DeletePermissionRecord(int64_t days) in DeletePermissionRecord() argument
327 int64_t deleteTimestamp = TimeUtil::GetCurrentTimestamp() - days; in DeletePermissionRecord()