Home
last modified time | relevance | path

Searched defs:newZoneTriggerTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp56 uint64_t newZoneTriggerTime = static_cast<uint64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp608 uint64_t newZoneTriggerTime = 1999; variable
624 uint64_t newZoneTriggerTime = 1998; variable
640 uint64_t newZoneTriggerTime = 1999; variable
778 time_t newZoneTriggerTime = mktime(&oriTime); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp343 uint64_t oldZoneTriggerTime, uint64_t newZoneTriggerTime, uint64_t optTriggerTime) in HandleTimeZoneChange()
475 time_t newZoneTriggerTime = mktime(localOriTime); in OnTimeZoneChange() local