Home
last modified time | relevance | path

Searched refs:lastModifyTime (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Ddm_kv_info.h35 int64_t lastModifyTime; member
36 explicit DmKVValue() : udidHash(""), appID(""), anoyDeviceId(""), salt(""), lastModifyTime(0) {} in DmKVValue()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dfile_stat.cpp26 lastModifyTime = parcel.ReadInt64(); in ReadFromParcel()
36 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, lastModifyTime); in Marshalling()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter_manager.cpp68 … if (idIter != idCacheMap_.end() && !IsTimeOut(idIter->second.lastModifyTime, value.lastModifyTime, in PutByAnoyDeviceId()
117 if (IsTimeOut(it->second.lastModifyTime, nowTime, MAX_SUPPORTED_EXIST_TIME)) { in DeleteAgedEntry()
H A Ddm_kv_info.cpp30 jsonObj[LAST_MODIFY_TIME_KEY] = kvValue.lastModifyTime; in ConvertDmKVValueToJson()
56 kvValue.lastModifyTime = resultJson[LAST_MODIFY_TIME_KEY].get<int64_t>(); in ConvertJsonToDmKVValue()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dfile_stat.h26 int64_t lastModifyTime = -1; member
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp218 kvValue.lastModifyTime = GetSecondsSince1970ToNow(); in ConvertUdidHashToAnoyAndSave()
267 kvValue.lastModifyTime = GetSecondsSince1970ToNow(); in ConvertUdidHashToAnoyGenerate()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp105 EXPECT_EQ(fileStat.lastModifyTime, LAST_MODIFY_TIME);
121 fileStat.lastModifyTime = LAST_MODIFY_TIME;
133 EXPECT_EQ(fileStatBack.lastModifyTime, LAST_MODIFY_TIME);
150 fileStat.lastModifyTime = LAST_MODIFY_TIME;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1188 fileStat.lastModifyTime = static_cast<int64_t>(s.st_mtime); in GetFileStat()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp458 innerBundleUserInfo.installTime = fileStat.lastModifyTime; in AnalyzeUserData()