Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_monitor_service.h55 std::chrono::steady_clock::time_point lastNotificationTimeHighFreq_ = variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp269 (currentTime - lastNotificationTimeHighFreq_).count()); in EventNotifyHighFreqHandler()
273 lastNotificationTimeHighFreq_ = currentTime; in EventNotifyHighFreqHandler()