Searched refs:GetReminderTimeInMilli (Results 1 – 4 of 4) sorted by relevance
46 reminderRequest.GetReminderTimeInMilli(); in DoSomethingInterestingWithMyAPI()
222 uint64_t GetReminderTimeInMilli() const;
150 if ((nowInstantMilli - GetReminderTimeInMilli()) < MIN_TIME_INTERVAL_IN_MILLI) { in CanShow()731 uint64_t ReminderRequest::GetReminderTimeInMilli() const in GetReminderTimeInMilli() function in OHOS::Notification::ReminderRequest1562 values.PutLong(REMINDER_TIME, reminder->GetReminderTimeInMilli()); in AppendValuesBucket()
809 EXPECT_EQ(rrc->GetReminderTimeInMilli(), reminderTimeInMilli);