Home
last modified time | relevance | path

Searched defs:optTriggerTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp94 uint64_t optTriggerTime = 1675876470000; variable
112 uint64_t optTriggerTime = 1675876480001; variable
130 uint64_t optTriggerTime = 1675876480001; variable
148 uint64_t optTriggerTime = 0; variable
165 uint64_t optTriggerTime = 0; variable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp57 uint64_t optTriggerTime = 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.cpp609 uint64_t optTriggerTime = 0; variable
625 uint64_t optTriggerTime = 0; variable
641 uint64_t optTriggerTime = 10; variable
656 uint64_t optTriggerTime = 10; variable
671 uint64_t optTriggerTime = 20; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp309 bool ReminderRequest::HandleSysTimeChange(uint64_t oriTriggerTime, uint64_t optTriggerTime) in HandleSysTimeChange()
343 uint64_t oldZoneTriggerTime, uint64_t newZoneTriggerTime, uint64_t optTriggerTime) in HandleTimeZoneChange()