Searched refs:scanDir (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/ |
H A D | event_scan_handler.cpp | 50 void GetExpiredFileNames(std::vector<std::string>& dest, const std::string& scanDir, uint8_t stored… in GetExpiredFileNames() argument 53 FileUtil::GetDirFiles(scanDir, scannedFiles); in GetExpiredFileNames() 79 return Scan(scanReq->moduleName, scanReq->scanDir, scanReq->storedDayCnt); in HandleRequest() 82 bool EventScanHandler::Scan(const std::string& moduleName, const std::string& scanDir, uint8_t stor… in Scan() argument 86 GetExpiredFileNames(delReq->files, scanDir, storedDayCnt); in Scan()
|
H A D | event_expire_task.cpp | 54 scanReq->scanDir = CreateExpireFileScanDir(config_->exportDir, config_->moduleName); in OnTaskRun()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/ |
H A D | event_scan_handler.h | 31 std::string scanDir; member 42 bool Scan(const std::string& moduleName, const std::string& scanDir, uint8_t storedDayCnt);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_bundle_scan_test/ |
H A D | bms_service_bundle_scan_test.cpp | 285 std::string scanDir = TEST_ERROR_DIR; variable 286 std::list<std::string> bundleList = scanner->Scan(scanDir);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_service_event_handler.h | 288 const std::string &scanDir,
|