Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A 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()
H A Dnapi_hiview_js.cpp84 std::string logName; in CopyOrMoveFile() local
152 std::string logName; in Remove() local
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_adapter.h32 std::string logName; member
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/
H A 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()
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A 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
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A 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()
H A Dhiview_service_ability_stub.cpp318 std::string logName; in HandleCopyOrMoveRequest() local
346 std::string logName; in HandleRemoveRequest() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_fullscreen_generic.cpp200 const string logName = "RenderNodeFullscreenGeneric_ShaderSpecialization" + in GetPsoHandle() local
H A Drender_node_compute_generic.cpp214 const string logName = "RenderNodeComputeGeneric_ShaderSpecialization" + in GetPsoHandle() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp40 bool LogPersisterRotator::IsOldFile(const std::string& logName, const int index) in IsOldFile()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp190 std::string logName = DBCommon::GetLogTableName(tableName); in UpgradeLogBaseOnVersion() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_hi_audit.cpp33 std::string logName; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dhi_audit.cpp33 std::string logName; member
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp106 std::string logName = procName + "-" + std::to_string(pid) + in WriteKernelStackToFd() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp267 std::string logName = DBCommon::GetLogTableName(ASSETS_TABLE_NAME); in CheckLockStatus() local
574 std::string logName = DBCommon::GetLogTableName(ASSETS_TABLE_NAME); in InitDataStatusTest() local
2267 std::string logName = DBCommon::GetLogTableName(ASSETS_TABLE_NAME); variable
2406 std::string logName = DBCommon::GetLogTableName(ASSETS_TABLE_NAME); variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp116 AudioDevicePrivacyType privacyType, DeviceRole devRole, DeviceUsage devUsage, string logName, in FillArrayWhenDeviceAttrMatch()
428 … AudioDeviceManager::RemoveMatchDeviceInArray(const AudioDeviceDescriptor &devDesc, string logName, in RemoveMatchDeviceInArray()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp490 void CompressLogs(const std::string &logName) in CompressLogs()