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