Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp96 uint64_t oriTriggerTime = 0; variable
114 uint64_t oriTriggerTime = 0; variable
132 uint64_t oriTriggerTime = 1675876480001; variable
150 uint64_t oriTriggerTime = 1675876470000; variable
168 uint64_t oriTriggerTime = 1675876480001; variable
/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp53 uint64_t oriTriggerTime = static_cast<uint64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp653 uint64_t oriTriggerTime = 10; variable
668 uint64_t oriTriggerTime = 10; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp281 bool ReminderRequest::HandleSysTimeChange(uint64_t oriTriggerTime, uint64_t optTriggerTime) in HandleSysTimeChange()