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 D | auth_widget_helper.cpp | 92 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 D | framework_executor_callback.cpp | 385 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 D | attributes.h | 103 ATTR_SENSOR_INFO = 100036, enumerator
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_common.cpp | 291 { 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 D | pin_auth_all_in_one_hdi.cpp | 267 inItem == UserAuth::Attributes::ATTR_SENSOR_INFO) { in ConvertAttributeKeyVectorToPropertyType()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_auth_service_test.cpp | 1372 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 D | face_auth_all_in_one_executor_hdi.cpp | 383 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
|
/ohos5.0/base/useriam/fingerprint_auth/services/src/ |
H A D | fingerprint_auth_all_in_one_executor_hdi.cpp | 386 { UserAuth::Attributes::ATTR_SENSOR_INFO, GetPropertyType::SENSOR_INFO }, in ConvertAttributeKeyToPropertyType()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 528 Attributes::ATTR_SENSOR_INFO, in FuzzFillPropertyToAttribute()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 924 ASSERT_EQ(values->GetStringValue(Attributes::ATTR_SENSOR_INFO, sensorInfo), true);
|