Searched refs:lastModifyTime (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/ |
H A D | dm_kv_info.h | 35 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 D | file_stat.cpp | 26 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 D | kv_adapter_manager.cpp | 68 … 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 D | dm_kv_info.cpp | 30 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 D | file_stat.h | 26 int64_t lastModifyTime = -1; member
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/ |
H A D | dm_crypto.cpp | 218 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 D | bms_install_daemon_ipc_test.cpp | 105 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 D | installd_host_impl.cpp | 1188 fileStat.lastModifyTime = static_cast<int64_t>(s.st_mtime); in GetFileStat()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 458 innerBundleUserInfo.installTime = fileStat.lastModifyTime; in AnalyzeUserData()
|