Home
last modified time | relevance | path

Searched refs:MAX_TIME_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_helper.cpp58 constexpr const unsigned int MAX_TIME_INTERVAL = 15 * 60; variable
246 if (time(NULL) - callTime < MAX_TIME_INTERVAL) { in isRepeatCall()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dfast_audio_render.cpp26 const uint32_t MAX_TIME_INTERVAL = 80; variable
324 int32_t maxSize = CalculateSampleNum(attr.sampleRate, MAX_TIME_INTERVAL); in FastRenderReqMmapBuffer()