Home
last modified time | relevance | path

Searched refs:RecordKillProcessResult (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp275 bool ret = StorageService::StorageRadar::GetInstance().RecordKillProcessResult("", E_OK);
278 ret = StorageService::StorageRadar::GetInstance().RecordKillProcessResult("", E_ERR);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h106 bool RecordKillProcessResult(std::string processName, int32_t errcode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp159 bool StorageRadar::RecordKillProcessResult(std::string processName, int32_t errcode) in RecordKillProcessResult() function in OHOS::StorageService::StorageRadar
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp397 StorageService::StorageRadar::GetInstance().RecordKillProcessResult(info, radar); in UmountFailRadar()