Searched refs:days (Results 1 – 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/ |
D | reminderrequestcalendar_fuzzer.cpp | 37 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/ |
D | reminder_request_alarm.cpp | 186 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()
|
D | reminder_request_calendar.cpp | 104 uint8_t days; in GetDaysOfMonth() local 106 …days = ((((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/ |
D | telephony.para | 17 const.telephony.sms.expire.days=7
|
/base/security/access_token/services/privacymanager/include/record/ |
D | permission_record_manager.h | 86 int32_t DeletePermissionRecord(int64_t days);
|
/base/security/access_token/services/privacymanager/src/record/ |
D | permission_record_manager.cpp | 314 int32_t PermissionRecordManager::DeletePermissionRecord(int64_t days) in DeletePermissionRecord() argument 327 int64_t deleteTimestamp = TimeUtil::GetCurrentTimestamp() - days; in DeletePermissionRecord()
|