Home
last modified time | relevance | path

Searched refs:GetPropertyType (Results 1 – 21 of 21) sorted by relevance

/base/useriam/pin_auth/services/modules/common/inc/
Dpin_auth_hdi.h45 using GetPropertyType = OHOS::HDI::PinAuth::V1_1::GetPropertyType; variable
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_executor_hdi.cpp188 std::vector<GetPropertyType> propertyTypes; in GetProperty()
355 …const std::vector<UserAuth::Attributes::AttributeKey> inItems, std::vector<GetPropertyType> &outIt… in ConvertAttributeKeyVectorToPropertyType()
359 GetPropertyType outItem; in ConvertAttributeKeyVectorToPropertyType()
369 GetPropertyType &out) in ConvertAttributeKeyToPropertyType()
371 static const std::map<UserAuth::Attributes::AttributeKey, GetPropertyType> data = { in ConvertAttributeKeyToPropertyType()
372 { UserAuth::Attributes::ATTR_PIN_SUB_TYPE, GetPropertyType::AUTH_SUB_TYPE }, in ConvertAttributeKeyToPropertyType()
373 { UserAuth::Attributes::ATTR_FREEZING_TIME, GetPropertyType::LOCKOUT_DURATION }, in ConvertAttributeKeyToPropertyType()
374 { UserAuth::Attributes::ATTR_REMAIN_TIMES, GetPropertyType::REMAIN_ATTEMPTS }, in ConvertAttributeKeyToPropertyType()
375 { UserAuth::Attributes::ATTR_ENROLL_PROGRESS, GetPropertyType::ENROLL_PROGRESS }, in ConvertAttributeKeyToPropertyType()
376 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
/base/useriam/face_auth/services/inc/
Dface_auth_hdi.h44 using GetPropertyType = OHOS::HDI::FaceAuth::V1_1::GetPropertyType; variable
Dface_auth_executor_hdi.h74 GetPropertyType &out);
76 …const std::vector<UserAuth::Attributes::AttributeKey> inVector, std::vector<GetPropertyType> &outV…
/base/useriam/fingerprint_auth/services/inc/
Dfingerprint_auth_hdi.h44 using GetPropertyType = OHOS::HDI::FingerprintAuth::V1_1::GetPropertyType; variable
Dfingerprint_auth_executor_hdi.h71 GetPropertyType &out);
73 …const std::vector<UserAuth::Attributes::AttributeKey> inVector, std::vector<GetPropertyType> &outV…
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp208 std::vector<GetPropertyType> propertyTypes; in GetProperty()
345 …const std::vector<UserAuth::Attributes::AttributeKey> inItems, std::vector<GetPropertyType> &outIt… in ConvertAttributeKeyVectorToPropertyType()
353 GetPropertyType outItem; in ConvertAttributeKeyVectorToPropertyType()
363 GetPropertyType &out) in ConvertAttributeKeyToPropertyType()
365 static const std::map<UserAuth::Attributes::AttributeKey, GetPropertyType> data = { in ConvertAttributeKeyToPropertyType()
366 { UserAuth::Attributes::ATTR_PIN_SUB_TYPE, GetPropertyType::AUTH_SUB_TYPE }, in ConvertAttributeKeyToPropertyType()
367 { UserAuth::Attributes::ATTR_FREEZING_TIME, GetPropertyType::LOCKOUT_DURATION }, in ConvertAttributeKeyToPropertyType()
368 { UserAuth::Attributes::ATTR_REMAIN_TIMES, GetPropertyType::REMAIN_ATTEMPTS }, in ConvertAttributeKeyToPropertyType()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp187 std::vector<GetPropertyType> propertyTypes; in GetProperty()
373 …const std::vector<UserAuth::Attributes::AttributeKey> inItems, std::vector<GetPropertyType> &outIt… in ConvertAttributeKeyVectorToPropertyType()
377 GetPropertyType outItem; in ConvertAttributeKeyVectorToPropertyType()
387 GetPropertyType &out) in ConvertAttributeKeyToPropertyType()
389 static const std::map<UserAuth::Attributes::AttributeKey, GetPropertyType> data = { in ConvertAttributeKeyToPropertyType()
390 { UserAuth::Attributes::ATTR_PIN_SUB_TYPE, GetPropertyType::AUTH_SUB_TYPE }, in ConvertAttributeKeyToPropertyType()
391 { UserAuth::Attributes::ATTR_FREEZING_TIME, GetPropertyType::LOCKOUT_DURATION }, in ConvertAttributeKeyToPropertyType()
392 { UserAuth::Attributes::ATTR_REMAIN_TIMES, GetPropertyType::REMAIN_ATTEMPTS }, in ConvertAttributeKeyToPropertyType()
393 { UserAuth::Attributes::ATTR_ENROLL_PROGRESS, GetPropertyType::ENROLL_PROGRESS }, in ConvertAttributeKeyToPropertyType()
394 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
/base/useriam/pin_auth/services/modules/executors/inc/
Dpin_auth_executor_hdi.h66 GetPropertyType &out);
69 std::vector<GetPropertyType> &outVector);
/base/account/os_account/interfaces/kits/napi/account_iam/include/
Dnapi_account_iam_constant.h67 enum GetPropertyType : uint32_t { enum
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_constant.cpp106 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(GetPropertyType::AUTH_SUB_TYPE), &authS… in GetPropertyTypeConstructor()
107 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(GetPropertyType::REMAIN_TIMES), &remain… in GetPropertyTypeConstructor()
108 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(GetPropertyType::FREEZING_TIME), &freez… in GetPropertyTypeConstructor()
110 …napi_create_int32(env, static_cast<int32_t>(GetPropertyType::ENROLLMENT_PROGRESS), &enrollmentProg… in GetPropertyTypeConstructor()
111 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(GetPropertyType::SENSOR_INFO), &sensorI… in GetPropertyTypeConstructor()
Dnapi_account_iam_common.cpp266 napi_status ConvertGetPropertyTypeToAttributeKey(GetPropertyType in, in ConvertGetPropertyTypeToAttributeKey()
269 static const std::map<GetPropertyType, Attributes::AttributeKey> type2Key = { in ConvertGetPropertyTypeToAttributeKey()
306 …napi_status status = ConvertGetPropertyTypeToAttributeKey(static_cast<GetPropertyType>(item), key); in ParseGetPropRequest()
/base/useriam/face_auth/test/unittest/mock/
Dmock_iexecutor.h52 const std::vector<GetPropertyType>& propertyTypes, Property& property));
/base/useriam/pin_auth/test/unittest/mocks/
Dmock_iexecutor.h51 const std::vector<GetPropertyType>& propertyTypes, Property& property));
/base/useriam/fingerprint_auth/test/unittest/mock/
Dmock_iexecutor.h52 const std::vector<GetPropertyType>& propertyTypes, Property& property));
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/
Dfingerprint_auth_executor_hdi_fuzzer.cpp120 …perty(const std::vector<uint64_t> &templateIdList, const std::vector<GetPropertyType> &propertyTyp… in GetProperty()
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp123 …perty(const std::vector<uint64_t> &templateIdList, const std::vector<GetPropertyType> &propertyTyp… in GetProperty()
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_executor_hdi_unit_test.cpp446 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon7bdcd3fc0d02()
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_executor_hdi_unit_test.cpp555 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon707f96471302()
/base/useriam/face_auth/test/unittest/
Dface_auth_executor_hdi_unit_test.cpp548 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon4b9ae6551202()
/base/account/os_account/
DREADME_zh.md671 …p id="p1232422184216"><a name="p1232422184216"></a><a name="p1232422184216"></a>GetPropertyType</p>