/base/useriam/pin_auth/services/modules/common/inc/ |
D | pin_auth_hdi.h | 45 using GetPropertyType = OHOS::HDI::PinAuth::V1_1::GetPropertyType; variable
|
/base/useriam/fingerprint_auth/services/src/ |
D | fingerprint_auth_executor_hdi.cpp | 188 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/ |
D | face_auth_hdi.h | 44 using GetPropertyType = OHOS::HDI::FaceAuth::V1_1::GetPropertyType; variable
|
D | face_auth_executor_hdi.h | 74 GetPropertyType &out); 76 …const std::vector<UserAuth::Attributes::AttributeKey> inVector, std::vector<GetPropertyType> &outV…
|
/base/useriam/fingerprint_auth/services/inc/ |
D | fingerprint_auth_hdi.h | 44 using GetPropertyType = OHOS::HDI::FingerprintAuth::V1_1::GetPropertyType; variable
|
D | fingerprint_auth_executor_hdi.h | 71 GetPropertyType &out); 73 …const std::vector<UserAuth::Attributes::AttributeKey> inVector, std::vector<GetPropertyType> &outV…
|
/base/useriam/pin_auth/services/modules/executors/src/ |
D | pin_auth_executor_hdi.cpp | 208 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/ |
D | face_auth_executor_hdi.cpp | 187 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/ |
D | pin_auth_executor_hdi.h | 66 GetPropertyType &out); 69 std::vector<GetPropertyType> &outVector);
|
/base/account/os_account/interfaces/kits/napi/account_iam/include/ |
D | napi_account_iam_constant.h | 67 enum GetPropertyType : uint32_t { enum
|
/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
D | napi_account_iam_constant.cpp | 106 …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()
|
D | napi_account_iam_common.cpp | 266 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/ |
D | mock_iexecutor.h | 52 const std::vector<GetPropertyType>& propertyTypes, Property& property));
|
/base/useriam/pin_auth/test/unittest/mocks/ |
D | mock_iexecutor.h | 51 const std::vector<GetPropertyType>& propertyTypes, Property& property));
|
/base/useriam/fingerprint_auth/test/unittest/mock/ |
D | mock_iexecutor.h | 52 const std::vector<GetPropertyType>& propertyTypes, Property& property));
|
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/ |
D | fingerprint_auth_executor_hdi_fuzzer.cpp | 120 …perty(const std::vector<uint64_t> &templateIdList, const std::vector<GetPropertyType> &propertyTyp… in GetProperty()
|
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/ |
D | face_auth_executor_hdi_fuzzer.cpp | 123 …perty(const std::vector<uint64_t> &templateIdList, const std::vector<GetPropertyType> &propertyTyp… in GetProperty()
|
/base/useriam/pin_auth/test/unittest/src/ |
D | pin_auth_executor_hdi_unit_test.cpp | 446 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon7bdcd3fc0d02()
|
/base/useriam/fingerprint_auth/test/unittest/ |
D | fingerprint_auth_executor_hdi_unit_test.cpp | 555 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon707f96471302()
|
/base/useriam/face_auth/test/unittest/ |
D | face_auth_executor_hdi_unit_test.cpp | 548 const std::vector<GetPropertyType> &propertyTypes, Property &property) { in __anon4b9ae6551202()
|
/base/account/os_account/ |
D | README_zh.md | 671 …p id="p1232422184216"><a name="p1232422184216"></a><a name="p1232422184216"></a>GetPropertyType</p>
|