Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp218 SendSmartNotificationEvent(FAULT_ID_ONE, FAULT_ID_ONE, false); in CheckAndEventNotify()
220 SendSmartNotificationEvent(FAULT_ID_TWO, FAULT_ID_TWO, false); in CheckAndEventNotify()
226 void StorageMonitorService::SendSmartNotificationEvent(const std::string &faultDesc, in SendSmartNotificationEvent() function in OHOS::StorageManager::StorageMonitorService
272 SendSmartNotificationEvent(FAULT_ID_THREE, FAULT_SUGGEST_THREE, true); in EventNotifyHighFreqHandler()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_monitor_service.h44 …void SendSmartNotificationEvent(const std::string &faultDesc, const std::string &faultSuggest, boo…