Home
last modified time | relevance | path

Searched defs:logType (Results 1 - 15 of 15) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_adapter.h31 std::string logType; member
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlog_formatter_unittest.cpp37 int32_t logType = FaultLogType::APP_FREEZE; in HWTEST_F() local
/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}; in HWTEST_F() local
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister.h42 uint16_t logType; member
/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 &summary) in AddFaultLog() argument
/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() argument
51 int32_t HiviewServiceAgent::Copy(const std::string& logType, const std::string& logName, const std::string& dest) in Copy() argument
56 int32_t HiviewServiceAgent::Move(const std::string& logType, const std::string& logName, const std::string& dest) in Move() argument
77 int32_t HiviewServiceAgent::Remove(const std::string& logType, cons argument
61 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
[all...]
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
[all...]
/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>& fileInfos) in List() argument
72 int32_t HiviewServiceAbilityProxy::Copy(const std::string& logType, const std::string& logName, in Copy() argument
78 int32_t HiviewServiceAbilityProxy::Move(const std::string& logType, const std::string& logName, in Move() argument
115 int32_t HiviewServiceAbilityProxy::Remove(const std::string& logType, cons argument
84 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
[all...]
/base/hiviewdfx/hiview/adapter/service/server/src/
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
[all...]
H A Dhiview_service_ability.cpp159 int32_t HiviewServiceAbility::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List() argument
192 int32_t HiviewServiceAbility::Copy(const std::string& logType, const std::string& logName, const std::string& dest) in Copy() argument
197 int32_t HiviewServiceAbility::Move(const std::string& logType, const std::string& logName, const std::string& dest) in Move() argument
202 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
234 Remove(const std::string& logType, const std::string& logName) Remove() argument
[all...]
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp220 static inline void HiLogShowProcInfo(const std::string& logType, uint32_t pid, const std::string& processName, in HiLogShowProcInfo() argument
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp271 int32_t HilogBuffer::Delete(uint16_t logType) in Delete() argument
377 int64_t HilogBuffer::GetBuffLen(uint16_t logType) in GetBuffLen() argument
386 int32_t HilogBuffer::SetBuffLen(uint16_t logType, uint64_t buffSize) in SetBuffLen() argument
414 GenerateHilogMsgInside(HilogMsg& hilogMsg, const string& msg, uint16_t logType) GenerateHilogMsgInside() argument
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp233 int32_t logType; in AddFaultLog() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp113 std::list<const char* const*> GetLogParseList(int32_t logType) in GetLogParseList() argument
135 std::string GetSummaryByType(int32_t logType, std::map<std::string, std::string> sections) in GetSummaryByType() argument
226 void WriteFaultLogToFile(int32_t fd, int32_t logType, std::map<std::string, std::string> sections) in WriteFaultLogToFile() argument
358 void LimitCppCrashLog(int32_t fd, int32_t logType) in LimitCppCrashLog() argument
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp157 string LogType2Str(uint16_t logType) in LogType2Str() argument

Completed in 9 milliseconds