Home
last modified time | relevance | path

Searched refs:lastModifiedTime (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_internal.h65 zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime);
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_types.h58 time_t lastModifiedTime {};
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_internal.cpp272 zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime) in ZipOpenNewFileInZip()
277 TimeToZipFileInfo(lastModifiedTime, fileInfo); in ZipOpenNewFileInZip()
271 ZipOpenNewFileInZip( zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModifiedTime) ZipOpenNewFileInZip() argument
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp352 data.CountBasic(static_cast<int64_t>(input.lastModifiedTime)) + in CountBufferSize()
388 if (!data.WriteBasic(TAG::TAG_LAST_MODIFIED_TIME, static_cast<int64_t>(input.lastModifiedTime))) { in Writing()
416 int64_t lastModifiedTime = 0; in Reading() local
441 result = data.ReadBasic(lastModifiedTime, headItem); in Reading()
442 output.lastModifiedTime = static_cast<time_t>(lastModifiedTime); in Reading()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h38 int64_t lastModifiedTime = 0; member
H A Dfile_n_exporter.cpp370 objn.AddProp("lastModifiedTime", NVal::CreateInt64(env, asyncCallbackInfo->lastMT).val_); in GetComp()
421 fi.lastModifiedTime = tmp.st_mtime * COMMON_NUM::THOUSAND + in ListExec()
441 objt.AddProp("lastModifiedTime", NVal::CreateInt64(env, fileInfo.lastModifiedTime).val_); in ListComp()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp396 runtime->lastModifiedTime = PreProcessUtils::GetTimestamp(); in UpdateData()

Completed in 7 milliseconds