Home
last modified time | relevance | path

Searched defs:totalFileSize (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/trace_manager/state/
Dtrace_common_state.cpp25 CommonState::CommonState(bool isCachOn, int32_t totalFileSize, int32_t sliceMaxDuration) in CommonState()
130 TraceRet CommonState::SetCacheParams(int32_t totalFileSize, int32_t sliceMaxDuration) in SetCacheParams()
Dtrace_base_state.cpp91 TraceRet TraceBaseState::SetCacheParams(int32_t totalFileSize, int32_t sliceMaxDuration) in SetCacheParams()
/base/hiviewdfx/hiview/framework/native/unified_collection/trace_manager/include/
Dtrace_state_machine.h63 void SetCacheParams(int32_t totalFileSize, int32_t sliceMaxDuration) in SetCacheParams()
/base/update/updateservice/services/engine/src/
Dstream_progress_thread.cpp180 int64_t& totalFileSize = engine->totalFileSize_; in WriteFunc() local
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_database.cpp213 uint64_t totalFileSize = std::get<INDEX_FILE_SIZE>(it->second); in Clear() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp1144 void SetTotalFileSizeLimitAndSliceMaxDuration(const uint64_t& totalFileSize, const uint64_t& sliceM… in SetTotalFileSizeLimitAndSliceMaxDuration()
1287 TraceErrorCode CacheTraceOn(uint64_t totalFileSize, uint64_t sliceMaxDuration) in CacheTraceOn()
/base/hiviewdfx/faultloggerd/services/
Dtemp_file_manager.cpp178 uint64_t totalFileSize = 0; in CheckTempFileSize() local
/base/hiviewdfx/hitrace/test/systemtest/
Dhitrace_systemtest.cpp627 uint64_t totalFileSize = 0; variable
/base/hiviewdfx/hitrace/frameworks/trace_dump_executor/
Dtrace_dump_executor.cpp420 uint64_t totalFileSize, uint64_t sliceMaxDuration) in StartCacheTraceLoop()