Home
last modified time | relevance | path

Searched refs:ATTR_SENSOR_INFO (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp92 Attributes::ATTR_SENSOR_INFO, in GetUserAuthProfile()
122 if (!values.GetStringValue(Attributes::ATTR_SENSOR_INFO, profile.sensorInfo)) { in ParseAttributes()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp385 case Attributes::ATTR_SENSOR_INFO: { in FillPropertyToAttribute()
386 … bool setSensorInfoRet = values->SetStringValue(Attributes::ATTR_SENSOR_INFO, property.sensorInfo); in FillPropertyToAttribute()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h103 ATTR_SENSOR_INFO = 100036, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp291 { SENSOR_INFO, Attributes::AttributeKey::ATTR_SENSOR_INFO }, in ConvertGetPropertyTypeToAttributeKey()
403 case Attributes::AttributeKey::ATTR_SENSOR_INFO: { in GeneratePropertyJs()
719 case Attributes::AttributeKey::ATTR_SENSOR_INFO: { in GetExecutorPropertys()
720 …if (!extraInfo.GetStringValue(Attributes::AttributeKey::ATTR_SENSOR_INFO, propertyInfo.sensorInfo)… in GetExecutorPropertys()
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp267 inItem == UserAuth::Attributes::ATTR_SENSOR_INFO) { in ConvertAttributeKeyVectorToPropertyType()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test.cpp1372 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon4ff6fdb41702()
1423 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon4ff6fdb41902()
1472 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon4ff6fdb41b02()
1521 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon4ff6fdb41d02()
1570 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon4ff6fdb41f02()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp383 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp386 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp528 Attributes::ATTR_SENSOR_INFO, in FuzzFillPropertyToAttribute()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp924 ASSERT_EQ(values->GetStringValue(Attributes::ATTR_SENSOR_INFO, sensorInfo), true);