Home
last modified time | relevance | path

Searched refs:GetReminderTimeInMilli (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
Dreminderrequestannex_fuzzer.cpp46 reminderRequest.GetReminderTimeInMilli(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h238 uint64_t GetReminderTimeInMilli() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp169 if ((nowInstantMilli - GetReminderTimeInMilli()) < MIN_TIME_INTERVAL_IN_MILLI) { in CanShow()
788 uint64_t ReminderRequest::GetReminderTimeInMilli() const in GetReminderTimeInMilli() function in OHOS::Notification::ReminderRequest
1740 values.PutLong(REMINDER_TIME, reminder->GetReminderTimeInMilli()); in AppendValuesBucket()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp877 EXPECT_EQ(rrc->GetReminderTimeInMilli(), reminderTimeInMilli);