Home
last modified time | relevance | path

Searched refs:cTime (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
Dreminderrequestannexthree_fuzzer.cpp32 int32_t cTime = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
33 reminderRequest.GetActualTime(type, cTime); in DoSomethingInterestingWithMyAPI()
34 reminderRequest.GetCTime(type, cTime); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1668 int32_t ReminderRequest::GetActualTime(const TimeTransferType &type, int32_t cTime) in GetActualTime() argument
1672 return BASE_YEAR + cTime; in GetActualTime()
1674 return 1 + cTime; in GetActualTime()
1676 return cTime == 0 ? SUNDAY : cTime; in GetActualTime()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h635 static int32_t GetActualTime(const TimeTransferType &type, int32_t cTime);