Searched refs:ATTR_SENSOR_INFO (Results 1 – 9 of 9) sorted by relevance
/base/useriam/user_auth_framework/services/core/src/ |
D | auth_widget_helper.cpp | 77 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/ |
D | attributes.h | 93 ATTR_SENSOR_INFO = 100036, enumerator
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
D | framework_executor_callback.cpp | 323 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/ |
D | napi_account_iam_common.cpp | 274 { 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/ |
D | user_auth_service_test.cpp | 1243 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/ |
D | pin_auth_executor_hdi.cpp | 350 inItem == UserAuth::Attributes::ATTR_SENSOR_INFO) { in ConvertAttributeKeyVectorToPropertyType()
|
/base/useriam/fingerprint_auth/services/src/ |
D | fingerprint_auth_executor_hdi.cpp | 376 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
|
/base/useriam/face_auth/services/src/ |
D | face_auth_executor_hdi.cpp | 394 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
D | executor_unit_test.cpp | 912 ASSERT_EQ(values->GetStringValue(Attributes::ATTR_SENSOR_INFO, sensorInfo), true);
|