Home
last modified time | relevance | path

Searched defs:oriTriggerTime (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.cpp93 uint64_t oriTriggerTime = 0; variable
111 uint64_t oriTriggerTime = 0; variable
129 uint64_t oriTriggerTime = 1675876480001; variable
147 uint64_t oriTriggerTime = 1675876470000; variable
164 uint64_t oriTriggerTime = 1675876480001; variable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp52 uint64_t oriTriggerTime = 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.cpp655 uint64_t oriTriggerTime = 10; variable
670 uint64_t oriTriggerTime = 10; 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()