Home
last modified time | relevance | path

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

/base/update/updateservice/services/engine/src/
Dstream_progress_thread.cpp180 int64_t& totalFileSize = engine->totalFileSize_; in WriteFunc() local
/base/hiviewdfx/hiview/framework/native/unified_collection/trace_manager/include/
Dtrace_state_machine.h262 void SetCacheParams(int32_t totalFileSize, int32_t sliceMaxDuration) in SetCacheParams()
/base/hiviewdfx/hiview/framework/native/unified_collection/trace_manager/src/
Dtrace_state_machine.cpp281 TraceRet TraceBaseState::SetCacheParams(int32_t totalFileSize, int32_t sliceMaxDuration) in SetCacheParams()
408 CommonState::CommonState(bool isCachOn, int32_t totalFileSize, int32_t sliceMaxDuration) in CommonState()
501 TraceRet CommonState::SetCacheParams(int32_t totalFileSize, int32_t sliceMaxDuration) in SetCacheParams()
/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/test/systemtest/
Dhitrace_systemtest.cpp603 uint64_t totalFileSize = 0; variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp1552 void SetTotalFileSizeLimitAndSliceMaxDuration(const uint64_t& totalFileSize, const uint64_t& sliceM… in SetTotalFileSizeLimitAndSliceMaxDuration()
1686 TraceErrorCode CacheTraceOn(uint64_t totalFileSize, uint64_t sliceMaxDuration) in CacheTraceOn()