Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp479 bool isJsError = event->eventName_ == "JS_ERROR"; in OnEvent() local
488 if (isJsError) { in OnEvent()
493 …info.module = isJsError ? sysEvent->GetEventValue("PACKAGE_NAME") : sysEvent->GetEventValue("MODUL… in OnEvent()
496 auto pName = isJsError ? sysEvent->GetEventValue("PNAME") : info.module; in OnEvent()
520 if (isJsError) { in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp135 …CheckKeyWordsInFile(const std::string& filePath, std::string *keywords, int length, bool isJsError) in CheckKeyWordsInFile() argument
154 if (isJsError) { in CheckKeyWordsInFile()