Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/core/src/
Dauth_widget_helper.cpp77 Attributes::ATTR_SENSOR_INFO, in GetUserAuthProfile()
108 if (!values.GetStringValue(Attributes::ATTR_SENSOR_INFO, profile.sensorInfo)) { in ParseAttributes()
/base/useriam/user_auth_framework/interfaces/inner_api/
Dattributes.h93 ATTR_SENSOR_INFO = 100036, enumerator
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
Dframework_executor_callback.cpp323 case Attributes::ATTR_SENSOR_INFO: { in FillPropertyToAttribute()
324 … bool setSensorInfoRet = values->SetStringValue(Attributes::ATTR_SENSOR_INFO, property.sensorInfo); in FillPropertyToAttribute()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_common.cpp274 { SENSOR_INFO, Attributes::AttributeKey::ATTR_SENSOR_INFO }, in ConvertGetPropertyTypeToAttributeKey()
376 case Attributes::AttributeKey::ATTR_SENSOR_INFO: { in GeneratePropertyJs()
610 case Attributes::AttributeKey::ATTR_SENSOR_INFO: { in GetContextParams()
611 … if (!extraInfo.GetStringValue(Attributes::AttributeKey::ATTR_SENSOR_INFO, context.sensorInfo)) { in GetContextParams()
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_auth_service_test.cpp1243 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon7170ab1b1602()
1293 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon7170ab1b1802()
1341 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon7170ab1b1a02()
1390 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon7170ab1b1c02()
1439 values.SetStringValue(Attributes::ATTR_SENSOR_INFO, "test"); in __anon7170ab1b1e02()
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp350 inItem == UserAuth::Attributes::ATTR_SENSOR_INFO) { in ConvertAttributeKeyVectorToPropertyType()
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_executor_hdi.cpp376 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp394 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp912 ASSERT_EQ(values->GetStringValue(Attributes::ATTR_SENSOR_INFO, sensorInfo), true);