Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dzip_helper_unittest.cpp33 auto result = IsModuleNameValid(name);
36 result = IsModuleNameValid(name);
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
H A Dzip_helper.h42 bool IsModuleNameValid(const std::string& name);
H A Dzip_helper.cpp68 bool IsModuleNameValid(const std::string& name) in IsModuleNameValid() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp126 if (!IsModuleNameValid(out[1])) { // 1 : module section in IsLogNameValid()
161 if (!IsModuleNameValid(item)) { in FillDumpRequest()
756 if ((info.module.empty()) || (!IsModuleNameValid(info.module))) { in AddFaultLogIfNeed()