Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_monitor_service.h43 void CheckAndEventNotify(int64_t freeSize, int64_t totalSize);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp136 CheckAndEventNotify(freeSize, totalSize); in MonitorAndManageStorage()
205 void StorageMonitorService::CheckAndEventNotify(int64_t freeSize, int64_t totalSize) in CheckAndEventNotify() function in OHOS::StorageManager::StorageMonitorService