Home
last modified time | relevance | path

Searched refs:ATTR_RESULT_CODE (Results 1 – 16 of 16) sorted by relevance

/base/useriam/user_auth_framework/test/unittest/services/src/
Dattributes_test.cpp52 …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 …]
Duser_auth_stub_test.cpp108 …std::vector<Attributes::AttributeKey> testAttrKeys = {Attributes::ATTR_RESULT_CODE, Attributes::AT…
Didentify_context_test.cpp445 bool ret = finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode); in __anoncdb9d05c0f02()
Dsimple_auth_context_test.cpp498 bool ret = finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode); in __anon048e851b1302()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Dexecutor_callback_service_test.cpp203 EXPECT_TRUE(results.SetInt32Value(Attributes::ATTR_RESULT_CODE, testCode)); in __anone8c9a5d80502()
212 EXPECT_TRUE(testValues.GetInt32Value(Attributes::ATTR_RESULT_CODE, code));
Duser_auth_proxy_test.cpp81 …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()
Duser_auth_client_test.cpp103 testRequest.keys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_SIGNATURE};
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Didentify_command.cpp65 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
Denroll_command.cpp70 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
Dauth_command.cpp73 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
/base/useriam/user_auth_framework/services/context/src/
Didentify_context.cpp117 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback()
Dsimple_auth_context.cpp169 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback()
/base/useriam/user_auth_framework/interfaces/inner_api/
Dattributes.h43 ATTR_RESULT_CODE = 100001, enumerator
/base/useriam/user_auth_framework/test/unittest/executors/
Dauth_command_unit_test.cpp78 … 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()
Didentify_command_unit_test.cpp78 … 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()
Denroll_command_unit_test.cpp78 … 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()