/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | collect_command.cpp | 70 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
|
H A D | identify_command.cpp | 68 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
|
H A D | enroll_command.cpp | 81 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
|
H A D | auth_command.cpp | 86 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_iam_callback.cpp | 45 bool setResultRet = request->SetInt32Value(Attributes::ATTR_RESULT, result); in OnResult()
|
H A D | identify_context.cpp | 101 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult()
|
H A D | remote_auth_invoker_context.cpp | 324 bool getResultCodeRet = message.GetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner() 361 bool setResultCodeRet = attr.SetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner()
|
H A D | enroll_context.cpp | 114 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult()
|
H A D | simple_auth_context.cpp | 236 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 62 ATTR_RESULT = 100028, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | auth_command_unit_test.cpp | 80 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon365e08aa0102() 130 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon365e08aa0302()
|
H A D | identify_command_unit_test.cpp | 80 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon8aa13ab40102() 131 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon8aa13ab40302()
|
H A D | enroll_command_unit_test.cpp | 80 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon10925dc40102() 131 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon10925dc40302()
|
H A D | executor_unit_test.cpp | 459 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon0f00ab691202()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 87 ATTR_RESULT = 100028, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | enroll_context_test.cpp | 478 bool ret2 = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult); 530 bool ret2 = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult); 577 bool ret2 = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult);
|
H A D | simple_auth_context_test.cpp | 462 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult); 528 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult); 565 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult);
|
H A D | identify_context_test.cpp | 412 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult); 463 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult);
|
H A D | user_idm_service_test.cpp | 377 EXPECT_TRUE(finalResult->SetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleResult)); in MockForIdmResourceNode()
|
H A D | user_auth_service_test.cpp | 507 EXPECT_TRUE(finalResult->SetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleResult)); in MockForAuthResourceNode()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 80 ATTR_RESULT = 100028, enumerator
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 172 ret = SetAttributeInt32(attribute, ATTR_RESULT, result->result); in SetAuthResultMsgToAttribute()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 50 ATTR_RESULT,
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 991 ResultCode result = GetAttributeInt32(attribute, ATTR_RESULT, &(authResultInfo->result)); in GetAuthResultInfoFromAttribute()
|