Home
last modified time | relevance | path

Searched refs:GetLocalFileLength (Results 1 – 4 of 4) sorted by relevance

/base/update/updateservice/services/engine/src/
Dprogress_thread.cpp101 packageSize_ = GetLocalFileLength(downloadFileName_); in ProcessThreadExecute()
207 size_t DownloadThread::GetLocalFileLength(const std::string &fileName) in GetLocalFileLength() function in OHOS::UpdateEngine::DownloadThread
Dupdate_service.cpp391 size_t localFileLength = DownloadThread::GetLocalFileLength(downloadFileName); in DownloadVersion()
/base/update/updateservice/services/engine/include/
Dprogress_thread.h74 static size_t GetLocalFileLength(const std::string &fileName);
/base/update/updateservice/test/unittest/update_engine/
Dserver_unittest.cpp332 size_t length = DownloadThread::GetLocalFileLength(jsonFileName); in TestDownLoadProgress()