Home
last modified time | relevance | path

Searched defs:logType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_service_agent.cpp40 int32_t HiviewServiceAgent::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List()
51 int32_t HiviewServiceAgent::Copy(const std::string& logType, const std::string& logName, const std:… in Copy()
56 int32_t HiviewServiceAgent::Move(const std::string& logType, const std::string& logName, const std:… in Move()
62 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
77 int32_t HiviewServiceAgent::Remove(const std::string& logType, const std::string& logName) in Remove()
H A Dnapi_hiview_js.cpp50 std::string logType; in List() local
83 std::string logType; in CopyOrMoveFile() local
151 std::string logType; in Remove() local
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp28 int32_t HiviewServiceAbilityProxy::List(const std::string& logType, std::vector<HiviewFileInfo>& fi… in List()
72 int32_t HiviewServiceAbilityProxy::Copy(const std::string& logType, const std::string& logName, in Copy()
78 int32_t HiviewServiceAbilityProxy::Move(const std::string& logType, const std::string& logName, in Move()
85 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
115 int32_t HiviewServiceAbilityProxy::Remove(const std::string& logType, const std::string& logName) in Remove()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlog_formatter_unittest.cpp37 int32_t logType = FaultLogType::APP_FREEZE; variable
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_adapter.h31 std::string logType; member
/ohos5.0/drivers/liteos/hievent/include/
H A Dhievent_driver.h42 char logType; member
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp159 int32_t HiviewServiceAbility::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInf… in List()
192 int32_t HiviewServiceAbility::Copy(const std::string& logType, const std::string& logName, const st… in Copy()
197 int32_t HiviewServiceAbility::Move(const std::string& logType, const std::string& logName, const st… in Move()
203 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
234 int32_t HiviewServiceAbility::Remove(const std::string& logType, const std::string& logName) in Remove()
H A Dhiview_service_ability_stub.cpp268 std::string logType; in HandleListRequest() local
313 std::string logType; in HandleCopyOrMoveRequest() local
341 std::string logType; in HandleRemoveRequest() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp112 std::list<const char **> GetLogParseList(int32_t logType) in GetLogParseList()
134 std::string GetSummaryByType(int32_t logType, std::map<std::string, std::string> sections) in GetSummaryByType()
225 void WriteFaultLogToFile(int32_t fd, int32_t logType, std::map<std::string, std::string> sections) in WriteFaultLogToFile()
354 void LimitCppCrashLog(int32_t fd, int32_t logType) in LimitCppCrashLog()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp271 int32_t HilogBuffer::Delete(uint16_t logType) in Delete()
377 int64_t HilogBuffer::GetBuffLen(uint16_t logType) in GetBuffLen()
386 int32_t HilogBuffer::SetBuffLen(uint16_t logType, uint64_t buffSize) in SetBuffLen()
414 static int GenerateHilogMsgInside(HilogMsg& hilogMsg, const string& msg, uint16_t logType) in GenerateHilogMsgInside()
/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dadapter_test.cpp119 static const std::array<uint16_t, 7> logType = {-1, 0, 1, 3, 4, 5, 100}; variable
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister.h42 uint16_t logType; member
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H A Dfaultlogger_client.cpp106 void AddFaultLog(int64_t time, int32_t logType, const std::string &module, const std::string &summa… in AddFaultLog()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp220 static inline void HiLogShowProcInfo(const std::string& logType, uint32_t pid, const std::string& p… in HiLogShowProcInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp233 int32_t logType; in AddFaultLog() local
/ohos5.0/drivers/liteos/hievent/src/
H A Dhiview_hievent.c351 int LogBufToException(char category, int level, char logType, in LogBufToException()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp157 string LogType2Str(uint16_t logType) in LogType2Str()