Home
last modified time | relevance | path

Searched refs:ATTR_RESULT (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcollect_command.cpp70 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
H A Didentify_command.cpp68 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
H A Denroll_command.cpp81 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
H A Dauth_command.cpp86 authAttributes->SetUint8ArrayValue(Attributes::ATTR_RESULT, nonConstExtraInfo); in OnResultInner()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_iam_callback.cpp45 bool setResultRet = request->SetInt32Value(Attributes::ATTR_RESULT, result); in OnResult()
H A Didentify_context.cpp101 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult()
H A Dremote_auth_invoker_context.cpp324 bool getResultCodeRet = message.GetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner()
361 bool setResultCodeRet = attr.SetInt32Value(Attributes::ATTR_RESULT, resultCode); in ProcAuthResultMsgInner()
H A Denroll_context.cpp114 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult()
H A Dsimple_auth_context.cpp236 …bool getResultCodeRet = scheduleResultAttr->GetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleRe… in UpdateScheduleResult()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dattribute.h62 ATTR_RESULT = 100028, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dauth_command_unit_test.cpp80 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 Didentify_command_unit_test.cpp80 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 Denroll_command_unit_test.cpp80 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 Dexecutor_unit_test.cpp459 EXPECT_EQ(finalResult.GetUint8ArrayValue(Attributes::ATTR_RESULT, extraInfo), true); in __anon0f00ab691202()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h87 ATTR_RESULT = 100028, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Denroll_context_test.cpp478 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 Dsimple_auth_context_test.cpp462 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 Didentify_context_test.cpp412 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult);
463 bool ret = result->SetUint8ArrayValue(Attributes::ATTR_RESULT, testScheduleResult);
H A Duser_idm_service_test.cpp377 EXPECT_TRUE(finalResult->SetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleResult)); in MockForIdmResourceNode()
H A Duser_auth_service_test.cpp507 EXPECT_TRUE(finalResult->SetUint8ArrayValue(Attributes::ATTR_RESULT, scheduleResult)); in MockForAuthResourceNode()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp80 ATTR_RESULT = 100028, enumerator
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c172 ret = SetAttributeInt32(attribute, ATTR_RESULT, result->result); in SetAuthResultMsgToAttribute()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c50 ATTR_RESULT,
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c991 ResultCode result = GetAttributeInt32(attribute, ATTR_RESULT, &(authResultInfo->result)); in GetAuthResultInfoFromAttribute()