静态告警修改和代码优化

Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
fangyunzhong
2022-09-24 11:16:08 +08:00
committed by fyz1019
parent 7edc21d3db
commit 01aa33c111
5 changed files with 23 additions and 7 deletions
+4
View File
@@ -34,6 +34,10 @@ public:
private:
bool Combine(const std::string &folderPath);
bool ScanResources(const std::string &resourcePath, const std::string &outputPath);
bool ScanSubResources(const FileEntry entry, const std::string &resourcePath,
const std::string &outputPath);
bool ScanSubLimitkeyResources(const FileEntry entry, const std::string &resourcePath,
const std::string &outputPath);
bool ScanIegalResources(const std::string &resourcePath, const std::string &outputPath);
bool ScanLimitKey(const std::unique_ptr<FileEntry> &entry, const std::string &limitKey,
const std::string outputPath);