/base/hiviewdfx/hiview/adapter/service/idl/src/ |
D | hiview_service_ability_proxy.cpp | 28 int32_t HiviewServiceAbilityProxy::List(const std::string& logType, std::vector<HiviewFileInfo>& fi… in List() 62 int32_t HiviewServiceAbilityProxy::Copy(const std::string& logType, const std::string& logName, con… in Copy() 68 int32_t HiviewServiceAbilityProxy::Move(const std::string& logType, const std::string& logName, con… in Move() 75 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile() 100 int32_t HiviewServiceAbilityProxy::Remove(const std::string& logType, const std::string& logName) in Remove()
|
D | hiview_service_agent.cpp | 34 int32_t HiviewServiceAgent::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List() 45 int32_t HiviewServiceAgent::Copy(const std::string& logType, const std::string& logName, const std:… in Copy() 50 int32_t HiviewServiceAgent::Move(const std::string& logType, const std::string& logName, const std:… in Move() 56 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile() 71 int32_t HiviewServiceAgent::Remove(const std::string& logType, const std::string& logName) in Remove()
|
D | hiview_service_ability.cpp | 160 int32_t HiviewServiceAbility::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInf… in List() 193 int32_t HiviewServiceAbility::Copy(const std::string& logType, const std::string& logName, const st… in Copy() 198 int32_t HiviewServiceAbility::Move(const std::string& logType, const std::string& logName, const st… in Move() 204 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 | 81 std::string logType; in HandleListRequest() local 118 std::string logType; in HandleCopyOrMoveRequest() local 146 std::string logType; in HandleRemoveRequest() local
|
/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
D | napi_hiview_js.cpp | 49 std::string logType; in List() local 78 std::string logType; in CopyOrMoveFile() local 143 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 | 264 int32_t HilogBuffer::Delete(uint16_t logType) in Delete() 357 int64_t HilogBuffer::GetBuffLen(uint16_t logType) in GetBuffLen() 366 int32_t HilogBuffer::SetBuffLen(uint16_t logType, uint64_t buffSize) in SetBuffLen() 394 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 | 92 std::list<const char **> GetLogParseList(int32_t logType) in GetLogParseList() 110 std::string GetSummaryByType(int32_t logType, std::map<std::string, std::string> sections) in GetSummaryByType() 195 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 | 105 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 | 231 int32_t logType; in AddFaultLog() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_utils.cpp | 155 string LogType2Str(uint16_t logType) in LogType2Str()
|