Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/interfaces/ets/ani/loglibrary/src/
Dloglibrary_ani.cpp46 ani_object LogLibraryAni::Copy(ani_env *env, ani_string logType, ani_string logName, ani_string des… in Copy()
55 ani_object LogLibraryAni::Move(ani_env *env, ani_string logType, ani_string logName, ani_string des… in Move()
64 void LogLibraryAni::Remove(ani_env *env, ani_string logType, ani_string logName) in Remove()
Dloglibrary_ani_util.cpp189 ani_string logType, ani_string logName, ani_string dest, bool isMove) in CopyOrMoveFile()
/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.cpp79 std::string logName; in CopyOrMoveFile() local
148 std::string logName; in Remove() local
/base/hiviewdfx/hiview/adapter/service/test/fuzztest/hiviewserviceabilitystub_fuzzer/
Dhiview_service_ability_stub_fuzzer.cpp109 std::string logName((const char*)rawData, size); in HiviewServiceAbilityMoveFuzzTest() local
122 std::string logName((const char*)rawData, size); in HiviewServiceAbilityCopyFuzzTest() local
135 std::string logName((const char*)rawData, size); in HiviewServiceAbilityRemoveFuzzTest() local
/base/hiviewdfx/hiview/interfaces/js/napi/include/
Dhiview_napi_adapter.h32 std::string logName; member
/base/tee/tee_client/services/tlogcat/src/
Dtlogcat.c72 char logName[FILE_NAME_MAX_BUF]; member
175 static struct LogFile *LogFilesAdd(const struct TeeUuid *uuid, const char *logName, in LogFilesAdd()
222 static FILE *LogFilesOpen(const char *logName, long *fileLen) in LogFilesOpen()
311 static int32_t LogAssembleFilename(char *logName, size_t logNameLen, in LogAssembleFilename()
323 static int32_t LogAssembleCompressFilename(char *logName, size_t logNameLen, in LogAssembleCompressFilename()
619 char logName[FILE_NAME_MAX_BUF] = {0}; in LogFileFull() local
721 char logName[FILE_NAME_MAX_BUF] = {0}; in GetFileIndex() local
747 char logName[FILE_NAME_MAX_BUF] = {0}; in LogFilesGet() local
/base/hiviewdfx/hiview/adapter/service/server/src/
Dhiview_service_ability.cpp222 ErrCode HiviewServiceAbility::Copy(const std::string& logType, const std::string& logName, const st… in Copy()
230 ErrCode HiviewServiceAbility::Move(const std::string& logType, const std::string& logName, const st… in Move()
239 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
274 ErrCode HiviewServiceAbility::Remove(const std::string& logType, const std::string& logName) in Remove()
/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.cpp119 std::string logName = procName + "-" + std::to_string(pid) + "-" + formatTime + filterName; in WriteKernelStackToFd() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/fault_file/
Dfaultlog_formatter.cpp41 const char* logName; member
/base/update/updater/utils/
Dutils.cpp510 void CompressLogs(const std::string &logName) in CompressLogs()