Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h41 static constexpr uint32_t MAX_NOTIFY_INTERVAL = 5000; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp107 if (duration >= std::chrono::milliseconds(MAX_NOTIFY_INTERVAL)) { in StartTimer()