Home
last modified time | relevance | path

Searched refs:GetReminderTimeInMilli (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp46 reminderRequest.GetReminderTimeInMilli(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h372 uint64_t GetReminderTimeInMilli() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp177 if (nowInstantMilli < (GetReminderTimeInMilli() + MIN_TIME_INTERVAL_IN_MILLI)) { in CanShow()
803 uint64_t ReminderRequest::GetReminderTimeInMilli() const in GetReminderTimeInMilli() function in OHOS::Notification::ReminderRequest
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp37 values.PutLong(ReminderBaseTable::REMINDER_TIME, reminder->GetReminderTimeInMilli()); in AppendValuesBucket()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp871 EXPECT_EQ(rrc->GetReminderTimeInMilli(), reminderTimeInMilli); in HWTEST_F()

Completed in 10 milliseconds