Searched refs:ATTR_RESULT_CODE (Results 1 – 16 of 16) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | attributes_test.cpp | 52 …const std::vector<Attributes::AttributeKey> desired = {Attributes::ATTR_RESULT_CODE, Attributes::A… 58 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 73 EXPECT_TRUE(attrs2.GetBoolValue(Attributes::ATTR_RESULT_CODE, value)); 111 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 116 EXPECT_TRUE(attrs.GetBoolValue(Attributes::ATTR_RESULT_CODE, value1)); 125 EXPECT_TRUE(attrs.SetUint64Value(Attributes::ATTR_RESULT_CODE, UINT32_MAX)); 130 EXPECT_TRUE(attrs.GetUint64Value(Attributes::ATTR_RESULT_CODE, value1)); 139 EXPECT_TRUE(attrs.SetUint32Value(Attributes::ATTR_RESULT_CODE, UINT16_MAX)); 144 EXPECT_TRUE(attrs.GetUint32Value(Attributes::ATTR_RESULT_CODE, value1)); 153 EXPECT_TRUE(attrs.SetUint16Value(Attributes::ATTR_RESULT_CODE, UINT8_MAX)); [all …]
|
D | user_auth_stub_test.cpp | 108 …std::vector<Attributes::AttributeKey> testAttrKeys = {Attributes::ATTR_RESULT_CODE, Attributes::AT…
|
D | identify_context_test.cpp | 445 bool ret = finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode); in __anoncdb9d05c0f02()
|
D | simple_auth_context_test.cpp | 498 bool ret = finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode); in __anon048e851b1302()
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
D | executor_callback_service_test.cpp | 203 EXPECT_TRUE(results.SetInt32Value(Attributes::ATTR_RESULT_CODE, testCode)); in __anone8c9a5d80502() 212 EXPECT_TRUE(testValues.GetInt32Value(Attributes::ATTR_RESULT_CODE, code));
|
D | user_auth_proxy_test.cpp | 81 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_S… 101 EXPECT_THAT(keys, ElementsAre(Attributes::ATTR_RESULT_CODE, Attributes::ATTR_SIGNATURE, in __anon24f79e5e0302() 119 EXPECT_EQ(testAttr.SetInt32Value(Attributes::ATTR_RESULT_CODE, 1), true); 138 EXPECT_EQ(attributes.GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode), true); in __anon24f79e5e0502()
|
D | user_auth_client_test.cpp | 103 testRequest.keys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_SIGNATURE};
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
D | identify_command.cpp | 65 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
|
D | enroll_command.cpp | 70 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
|
D | auth_command.cpp | 73 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
|
/base/useriam/user_auth_framework/services/context/src/ |
D | identify_context.cpp | 117 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback()
|
D | simple_auth_context.cpp | 169 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback()
|
/base/useriam/user_auth_framework/interfaces/inner_api/ |
D | attributes.h | 43 ATTR_RESULT_CODE = 100001, enumerator
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
D | auth_command_unit_test.cpp | 78 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anone024b9d20102() 129 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anone024b9d20302()
|
D | identify_command_unit_test.cpp | 78 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon2d2c3fdc0102() 130 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon2d2c3fdc0302()
|
D | enroll_command_unit_test.cpp | 78 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon46c9f8ec0102() 130 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon46c9f8ec0302()
|