Home
last modified time | relevance | path

Searched defs:logName (Results 1 – 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dhiview_service_agent.cpp51 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()
Dnapi_hiview_js.cpp84 std::string logName; in CopyOrMoveFile() local
152 std::string logName; in Remove() local
/base/hiviewdfx/hiview/adapter/service/client/src/
Dhiview_service_ability_proxy.cpp72 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()
/base/hiviewdfx/hiview/interfaces/js/napi/include/
Dhiview_napi_adapter.h32 std::string logName; member
/base/tee/tee_client/services/tlogcat/src/
Dtlogcat.c73 char logName[FILE_NAME_MAX_BUF]; member
176 static struct LogFile *LogFilesAdd(const struct TeeUuid *uuid, const char *logName, in LogFilesAdd()
223 static FILE *LogFilesOpen(const char *logName, long *fileLen) in LogFilesOpen()
305 static int32_t LogAssembleFilename(char *logName, size_t logNameLen, in LogAssembleFilename()
317 static int32_t LogAssembleCompressFilename(char *logName, size_t logNameLen, in LogAssembleCompressFilename()
602 char logName[FILE_NAME_MAX_BUF] = {0}; in LogFileFull() local
696 char logName[FILE_NAME_MAX_BUF] = {0}; in GetFileIndex() local
721 char logName[FILE_NAME_MAX_BUF] = {0}; in LogFilesGet() local
/base/hiviewdfx/hiview/adapter/service/server/src/
Dhiview_service_ability.cpp192 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()
Dhiview_service_ability_stub.cpp308 std::string logName; in HandleCopyOrMoveRequest() local
336 std::string logName; in HandleRemoveRequest() local
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister_rotator.cpp40 bool LogPersisterRotator::IsOldFile(const std::string& logName, const int index) in IsOldFile()
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
Dlog_catcher_utils.cpp114 std::string logName = procName + "-" + std::to_string(pid) + in WriteKernelStackToFd() local
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp312 std::string logName; in MergeEventLog() local
/base/update/updater/utils/
Dutils.cpp490 void CompressLogs(const std::string &logName) in CompressLogs()