/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | attributes_test.cpp | 57 …const std::vector<Attributes::AttributeKey> desired = {Attributes::ATTR_RESULT_CODE, Attributes::A… 63 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 77 EXPECT_TRUE(attrs2.GetBoolValue(Attributes::ATTR_RESULT_CODE, boolValue)); 107 EXPECT_TRUE(attrs.SetBoolValue(Attributes::ATTR_RESULT_CODE, true)); 112 EXPECT_TRUE(attrs.GetBoolValue(Attributes::ATTR_RESULT_CODE, value1)); 121 EXPECT_TRUE(attrs.SetUint64Value(Attributes::ATTR_RESULT_CODE, UINT32_MAX)); 126 EXPECT_TRUE(attrs.GetUint64Value(Attributes::ATTR_RESULT_CODE, value1)); 135 EXPECT_TRUE(attrs.SetUint32Value(Attributes::ATTR_RESULT_CODE, UINT16_MAX)); 140 EXPECT_TRUE(attrs.GetUint32Value(Attributes::ATTR_RESULT_CODE, value1)); 149 EXPECT_TRUE(attrs.SetUint16Value(Attributes::ATTR_RESULT_CODE, UINT8_MAX)); [all …]
|
D | identify_context_test.cpp | 445 bool ret = finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode); in __anondea942a90f02()
|
D | user_auth_stub_test.cpp | 163 …std::vector<Attributes::AttributeKey> testAttrKeys = {Attributes::ATTR_RESULT_CODE, Attributes::AT…
|
D | simple_auth_context_test.cpp | 481 bool ret = finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode); in MockForContextCallback()
|
/base/useriam/user_auth_framework/services/core/src/ |
D | remote_executor_proxy.cpp | 195 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() 252 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnBeginExecute() 308 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnSendData() 364 bool getResultCodeRet = data.GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in ProcFinishMsg() 386 …bool setResultCodeRet = request.SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::GENERAL_ER… in OnErrorFinish()
|
D | remote_executor_stub.cpp | 277 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() 327 bool setResultCodeRet = request->SetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in ContinueSchedule()
|
D | remote_auth_service.cpp | 133 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in OnMessage()
|
D | auth_widget_helper.cpp | 167 bool setResultCodeRet = extraInfo.SetInt32Value(Attributes::ATTR_RESULT_CODE, SUCCESS); in SetReuseUnlockResult()
|
/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 | collect_command.cpp | 67 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
|
D | enroll_command.cpp | 74 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
|
D | auth_command.cpp | 74 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
D | executor_callback_service_test.cpp | 204 EXPECT_TRUE(results.SetInt32Value(Attributes::ATTR_RESULT_CODE, testCode)); in __anon96121c650502() 213 EXPECT_TRUE(testValues.GetInt32Value(Attributes::ATTR_RESULT_CODE, code));
|
D | user_auth_proxy_test.cpp | 117 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_S… 137 EXPECT_THAT(keys, ElementsAre(Attributes::ATTR_RESULT_CODE, Attributes::ATTR_SIGNATURE, in __anon35e710ab0502() 155 EXPECT_EQ(testAttr.SetInt32Value(Attributes::ATTR_RESULT_CODE, 1), true); 174 EXPECT_EQ(attributes.GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode), true); in __anon35e710ab0702()
|
D | user_auth_client_test.cpp | 151 testRequest.keys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_SIGNATURE};
|
/base/useriam/user_auth_framework/services/context/src/ |
D | identify_context.cpp | 116 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback()
|
D | remote_auth_invoker_context.cpp | 144 bool setResultCodeRet = reply->SetInt32Value(Attributes::ATTR_RESULT_CODE, ResultCode::SUCCESS); in OnMessage() 249 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in SendRequest()
|
D | simple_auth_context.cpp | 217 …bool setResultCodeRet = finalResult.SetInt32Value(Attributes::ATTR_RESULT_CODE, resultInfo.result); in InvokeResultCallback()
|
D | remote_auth_context.cpp | 212 bool getResultCodeRet = reply->GetInt32Value(Attributes::ATTR_RESULT_CODE, resultCode); in SendQueryExecutorInfoMsg()
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
D | identify_command_unit_test.cpp | 77 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon37c179690102() 128 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon37c179690302()
|
D | auth_command_unit_test.cpp | 77 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anone60934df0102() 127 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anone60934df0302()
|
D | enroll_command_unit_test.cpp | 77 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon57b96b390102() 128 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon57b96b390302()
|
/base/useriam/user_auth_framework/interfaces/inner_api/ |
D | attributes.h | 43 ATTR_RESULT_CODE = 100001, enumerator
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
D | soft_bus_base_socket.cpp | 325 bool setResultCode = response->SetInt32Value(Attributes::ATTR_RESULT_CODE, GENERAL_ERROR); in ProcDataReceive()
|