/base/hiviewdfx/hiview/interfaces/js/napi/include/ |
H A D | hiview_napi_adapter.h | 31 std::string logType;
member
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlog_formatter_unittest.cpp | 37 int32_t logType = FaultLogType::APP_FREEZE; in HWTEST_F() local
|
/base/hiviewdfx/hilog/test/moduletest/common/ |
H A D | adapter_test.cpp | 119 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 D | log_persister.h | 42 uint16_t logType; member
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/ |
H A D | faultlogger_client.cpp | 106 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 D | hiview_service_agent.cpp | 40 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 D | napi_hiview_js.cpp | 50 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 D | hiview_service_ability_proxy.cpp | 28 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 D | hiview_service_ability_stub.cpp | 268 std::string logType; in HandleListRequest() local 313 std::string logType; in HandleCopyOrMoveRequest() local 341 std::string logType; in HandleRemoveRequest() local [all...] |
H A D | hiview_service_ability.cpp | 159 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 D | log_display.cpp | 220 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 D | log_buffer.cpp | 271 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 D | napi_faultlogger.cpp | 233 int32_t logType; in AddFaultLog() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_formatter.cpp | 113 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 D | log_utils.cpp | 157 string LogType2Str(uint16_t logType)
in LogType2Str() argument
|