Home
last modified time | relevance | path

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

/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc.h64 void RkcRecoverRkTime(struct HksTime createdTime, struct HksTime expiredTime);
66 void RkcRecoverMkTime(struct HksTime createdTime, struct HksTime expiredTime);
/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h65 const std::string &tokenId, uint64_t expiredTime);
67 bool IsRecordExpired(const struct UsbRightAppInfo &info, uint64_t expiredTime);
105 int32_t DeleteNormalExpiredRightRecord(int32_t uid, uint64_t expiredTime);
/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp47 const std::string &tokenId, uint64_t expiredTime) in IsRecordExpired()
58 if (!IsRecordExpired(infos.at(i), expiredTime)) { in IsRecordExpired()
65 bool UsbRightDbHelper::IsRecordExpired(const struct UsbRightAppInfo &info, uint64_t expiredTime) in IsRecordExpired() argument
73 } else if (info.requestTime + info.validPeriod > expiredTime) { in IsRecordExpired()
87 info.installTime, info.updateTime, info.requestTime, expiredTime, info.validPeriod); in IsRecordExpired()
434 int32_t UsbRightDbHelper::DeleteNormalExpiredRightRecord(int32_t uid, uint64_t expiredTime) in DeleteNormalExpiredRightRecord() argument
439 uint64_t relativeExpiredTime = (expiredTime <= USB_RIGHT_VALID_PERIOD_SET) ? 0 : in DeleteNormalExpiredRightRecord()
440 (expiredTime - USB_RIGHT_VALID_PERIOD_SET); in DeleteNormalExpiredRightRecord()
446 "failed: delete(uid=%{public}d, expr<%{public}" PRIu64 "): %{public}d", uid, expiredTime, ret); in DeleteNormalExpiredRightRecord()
46 IsRecordExpired(int32_t uid, const std::string &deviceName, const std::string &bundleName, const std::string &tokenId, uint64_t expiredTime) IsRecordExpired() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c192 void RkcRecoverRkTime(struct HksTime createdTime, struct HksTime expiredTime) in RkcRecoverRkTime() argument
195 g_hksRkcCfg.rkExpiredTime = expiredTime; in RkcRecoverRkTime()
198 void RkcRecoverMkTime(struct HksTime createdTime, struct HksTime expiredTime) in RkcRecoverMkTime() argument
201 g_hksRkcMk.mkExpiredTime = expiredTime; in RkcRecoverMkTime()
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.h46 uint64_t expiredTime {0};
H A Dschedule_node_builder.cpp99 info_.expiredTime = ms; in SetExpiredTime()
H A Dschedule_node_impl.cpp320 if (info_.expiredTime == 0 || timerId_ != 0) { in StartTimer()
332 info_.expiredTime); in StartTimer()

Completed in 6 milliseconds