Home
last modified time | relevance | path

Searched refs:cTime (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
H A 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/cj/ffi/src/
H A Dnotification_utils.cpp1399 CNotificationTime cTime; in SetNotificationLocalLiveViewContentDetailed() local
1404 cTime.initialTime = flag ? time.GetInitialTime() : 0; in SetNotificationLocalLiveViewContentDetailed()
1405 cTime.isCountDown = time.GetIsCountDown(); in SetNotificationLocalLiveViewContentDetailed()
1406 cTime.isPaused = time.GetIsPaused(); in SetNotificationLocalLiveViewContentDetailed()
1407 cTime.isInTitle = time.GetIsInTitle(); in SetNotificationLocalLiveViewContentDetailed()
1409 systemLiveView->time = cTime; in SetNotificationLocalLiveViewContentDetailed()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1731 int32_t ReminderRequest::GetActualTime(const TimeTransferType &type, int32_t cTime) in GetActualTime() argument
1735 return BASE_YEAR + cTime; in GetActualTime()
1737 return 1 + cTime; in GetActualTime()
1739 return cTime == 0 ? SUNDAY : cTime; in GetActualTime()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h945 static int32_t GetActualTime(const TimeTransferType &type, int32_t cTime);

Completed in 13 milliseconds