Home
last modified time | relevance | path

Searched refs:reuseUnlockResultDuration (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp140 if (metaData.reuseUnlockResultDuration.has_value()) { in ProcessUserAuthEvent()
141 info.reuseUnlockResultDuration = metaData.reuseUnlockResultDuration.value(); in ProcessUserAuthEvent()
H A Dcontext_callback_impl.cpp181 void ContextCallbackImpl::SetTraceReuseUnlockResultDuration(uint64_t reuseUnlockResultDuration) in SetTraceReuseUnlockResultDuration() argument
183 metaData_.reuseUnlockResultDuration = reuseUnlockResultDuration; in SetTraceReuseUnlockResultDuration()
H A Dcontext_callback_impl.h44 void SetTraceReuseUnlockResultDuration(uint64_t reuseUnlockResultDuration) override;
H A Dauth_widget_helper.cpp222 unlockParam.reuseUnlockResultDuration = authParam.reuseUnlockResult.reuseDuration; in CheckReuseUnlockResult()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h53 std::optional<uint64_t> reuseUnlockResultDuration; member
84 virtual void SetTraceReuseUnlockResultDuration(uint64_t reuseUnlockResultDuration) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp101 uint64_t reuseUnlockResultDuration = parcel.ReadUint64(); in FillSet() local
102 g_ContextCallback->SetTraceReuseUnlockResultDuration(reuseUnlockResultDuration); in FillSet()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
H A Dhisysevent_adapter.cpp128 STR_REUSE_UNLOCK_RESULT_DURATION, info.reuseUnlockResultDuration, in ReportUserAuth()
136 info.callerName.c_str(), info.reuseUnlockResultMode, info.reuseUnlockResultDuration); in ReportUserAuth()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp132 info.reuseUnlockResultDuration = 10;
151 info.reuseUnlockResultDuration = 200;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h35 uint64_t reuseUnlockResultDuration = 0; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h52 uint64_t reuseUnlockResultDuration; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c341 if ((time - authResultCache.authToken.tokenDataPlain.time) > info->reuseUnlockResultDuration) { in CheckReuseUnlockTokenValid()
400 if (info == NULL || reuseResult == NULL || info->reuseUnlockResultDuration == 0 || in CheckReuseUnlockResultFunc()
401 info->reuseUnlockResultDuration > REUSED_UNLOCK_TOKEN_PERIOD || in CheckReuseUnlockResultFunc()
/ohos5.0/drivers/interface/user_auth/v1_3/
H A DUserAuthTypes.idl76 unsigned long reuseUnlockResultDuration;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h51 MOCK_METHOD1(SetTraceReuseUnlockResultDuration, void(uint64_t reuseUnlockResultDuration));
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1364 param.reuseUnlockResultDuration); in CheckReuseUnlockResult()
1366 …param.reuseUnlockResultDuration == 0 || param.reuseUnlockResultDuration > REUSED_UNLOCK_TOKEN_PERI… in CheckReuseUnlockResult()
1376 paramHal.reuseUnlockResultDuration = param.reuseUnlockResultDuration; in CheckReuseUnlockResult()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp1322 param.reuseUnlockResultDuration = 0;
1324 param.reuseUnlockResultDuration = 6 * 60 *1000;
1326 param.reuseUnlockResultDuration = 5 * 60 *1000;
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DUserAuthTypes.idl425 unsigned long reuseUnlockResultDuration;
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DUserAuthTypes.idl435 unsigned long reuseUnlockResultDuration;
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp164 param.reuseUnlockResultDuration = parcel.ReadUint64(); in FillFuzzReuseUnlockParam()