Home
last modified time | relevance | path

Searched refs:timeIntervalInSeconds (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp31 uint64_t timeIntervalInSeconds = 1; in DoSomethingInterestingWithMyAPI() local
32 reminderRequest.SetTimeInterval(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
34 reminderRequest.SetTriggerTimeInMilli(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
48 reminderRequest.SetReminderTimeInMilli(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp702 ReminderRequest& ReminderRequest::SetTimeInterval(const uint64_t timeIntervalInSeconds) in SetTimeInterval() argument
704 if (timeIntervalInSeconds > (UINT64_MAX / MILLI_SECONDS)) { in SetTimeInterval()
708 uint64_t timeIntervalInMilli = timeIntervalInSeconds * MILLI_SECONDS; in SetTimeInterval()
711 MIN_TIME_INTERVAL_IN_MILLI / MILLI_SECONDS, timeIntervalInSeconds, in SetTimeInterval()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h737 * @param timeIntervalInSeconds Indicates the snooze interval to set. If the value is less or equals to 0,
741 ReminderRequest& SetTimeInterval(const uint64_t timeIntervalInSeconds);

Completed in 6 milliseconds