Home
last modified time | relevance | path

Searched defs:freezingTime (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/
H A D_template_info_faceauth_v10.md49 ### freezingTime subsection
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_callback_v8.cpp34 std::optional<int32_t> freezingTime {std::nullopt}; member
145 std::optional<int32_t> &remainTimes, std::optional<int32_t> &freezingTime) in DoResultCallback()
273 int32_t freezingTime = INT32_MAX; in OnResult() local
H A Duser_auth_callback_v9.cpp34 std::optional<int32_t> freezingTime {std::nullopt}; member
179 std::optional<int32_t> &remainTimes, std::optional<int32_t> &freezingTime) in DoResultCallback()
314 int32_t freezingTime = INT32_MAX; in OnResult() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dpin_auth.h30 uint32_t freezingTime; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h39 int32_t freezingTime; member
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp101 int32_t freezingTime; in OnResult() local
146 void ContextCallbackImpl::SetTraceFreezingTime(int32_t freezingTime) in SetTraceFreezingTime()
H A Dwidget_context.cpp245 int32_t freezingTime = -1; in AuthResult() local
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h41 std::optional<int32_t> freezingTime; member
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dauthentication.h46 int32_t freezingTime; member
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_plugin.h55 int32_t freezingTime; member
65 int32_t freezingTime; member
H A Ddomain_account_common.h117 int32_t freezingTime = -1; // -1 indicates the invalid value member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp83 int32_t freezingTime = parcel.ReadInt32(); in FillSet() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp309 constexpr int32_t freezingTime = 0; variable
351 constexpr int32_t freezingTime = 0; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h35 int32_t freezingTime; member
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h93 int32_t freezingTime = INVALID_PARAMETER; member
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp62 int32_t freezingTime {0}; member
H A Dsimple_auth_context_test.cpp478 int32_t freezingTime; in MockForContextCallback() local
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp117 napi_value freezingTime = nullptr; in GetPropertyTypeConstructor() local
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h66 int32_t freezingTime = 0; member
100 int32_t freezingTime = -1; member
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp160 int32_t freezingTime = 0; in OnResult() local
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp464 std::vector<uint8_t> &token, int32_t &remainTimes, int32_t &freezingTime) in GetAndCleanPluginAuthResultInfo()
478 int32_t &remainTimes, int32_t &freezingTime) in GetAndCleanPluginAuthStatusInfo()
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp503 napi_env env, const std::vector<uint8_t> &token, int32_t remainTimes, int32_t freezingTime) in CreateAuthResult()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp917 int32_t freezingTime; variable