Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp56 uint64_t oldZoneTriggerTime = 1; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp593 uint64_t oldZoneTriggerTime = 1998; variable
609 uint64_t oldZoneTriggerTime = 1998; variable
625 uint64_t oldZoneTriggerTime = 1998; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp289 uint64_t oldZoneTriggerTime, uint64_t newZoneTriggerTime, uint64_t optTriggerTime) in HandleTimeZoneChange()
414 time_t oldZoneTriggerTime = static_cast<time_t>(triggerTimeInMilli_ / MILLI_SECONDS); in OnTimeZoneChange() local