Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp57 uint64_t newZoneTriggerTime = static_cast<uint64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp606 uint64_t newZoneTriggerTime = 1999; variable
622 uint64_t newZoneTriggerTime = 1998; variable
638 uint64_t newZoneTriggerTime = 1999; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp315 uint64_t oldZoneTriggerTime, uint64_t newZoneTriggerTime, uint64_t optTriggerTime) in HandleTimeZoneChange()
444 time_t newZoneTriggerTime = mktime(&oriTime); in OnTimeZoneChange() local