/base/hiviewdfx/hiview/adapter/service/idl/src/ |
D | hiview_service_agent.cpp | 40 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()
|
D | hiview_service_ability_proxy.cpp | 28 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()
|
D | hiview_service_ability.cpp | 159 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()
|
D | hiview_service_ability_stub.cpp | 194 std::string logType; in HandleListRequest() local 239 std::string logType; in HandleCopyOrMoveRequest() local 267 std::string logType; in HandleRemoveRequest() local
|
/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
D | napi_hiview_js.cpp | 50 std::string logType; in List() local 83 std::string logType; in CopyOrMoveFile() local 148 std::string logType; in Remove() local
|
/base/hiviewdfx/hiview/interfaces/js/napi/include/ |
D | hiview_napi_adapter.h | 31 std::string logType; member
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_buffer.cpp | 266 int32_t HilogBuffer::Delete(uint16_t logType) in Delete() 372 int64_t HilogBuffer::GetBuffLen(uint16_t logType) in GetBuffLen() 381 int32_t HilogBuffer::SetBuffLen(uint16_t logType, uint64_t buffSize) in SetBuffLen() 409 static int GenerateHilogMsgInside(HilogMsg& hilogMsg, const string& msg, uint16_t logType) in GenerateHilogMsgInside()
|
/base/hiviewdfx/hilog/test/moduletest/common/ |
D | adapter_test.cpp | 119 static const std::array<uint16_t, 7> logType = {-1, 0, 1, 3, 4, 5, 100}; variable
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
D | faultlog_formatter.cpp | 98 std::list<const char **> GetLogParseList(int32_t logType) in GetLogParseList() 116 std::string GetSummaryByType(int32_t logType, std::map<std::string, std::string> sections) in GetSummaryByType() 204 void WriteFaultLogToFile(int32_t fd, int32_t logType, std::map<std::string, std::string> sections) in WriteFaultLogToFile()
|
/base/hiviewdfx/hilog/platform/interface/native/ |
D | log.cpp | 71 os_log_type_t logType = LOG_TYPE[static_cast<int>(level)]; in LogPrint() local
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
D | log_persister.h | 42 uint16_t logType; member
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/ |
D | faultlogger_client.cpp | 106 void AddFaultLog(int64_t time, int32_t logType, const std::string &module, const std::string &summa… in AddFaultLog()
|
/base/hiviewdfx/hilog/services/hilogtool/ |
D | log_display.cpp | 220 static inline void HiLogShowProcInfo(const std::string& logType, uint32_t pid, const std::string& p… in HiLogShowProcInfo()
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
D | napi_faultlogger.cpp | 234 int32_t logType; in AddFaultLog() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_utils.cpp | 155 string LogType2Str(uint16_t logType) in LogType2Str()
|