/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | enroll_context.cpp | 146 …bool setSecUserIdRet = finalResult.SetUint64Value(Attributes::ATTR_SEC_USER_ID, secUserId.value()); in InvokeResultCallback() 149 bool setCredIdRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_ID, credentialId); in InvokeResultCallback() 152 bool setOldCredId = finalResult.SetUint64Value(Attributes::ATTR_OLD_CREDENTIAL_ID, in InvokeResultCallback()
|
H A D | remote_executor_stub.cpp | 197 … bool setScheduleIdRet = request->SetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in OnConnectStatus() 339 …bool setScheduleIdRet = request->SetUint64Value(Attributes::ATTR_SCHEDULE_ID, remoteScheduleNode_-… in OnMessage() 372 …bool setScheduleIdRet = request->SetUint64Value(Attributes::ATTR_SCHEDULE_ID, remoteScheduleNode_-… in ContinueSchedule()
|
H A D | simple_auth_context.cpp | 254 bool setCredentialDigestRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, in SetCredentialDigest() 288 …bool setCredentialIdRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_ID, resultInfo.cr… in InvokeResultCallback()
|
H A D | auth_widget_helper.cpp | 183 …bool setCredentialDigestRet = extraInfo.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, credent… in SetReuseUnlockResult()
|
H A D | remote_auth_service.cpp | 222 bool setContextIdRet = reply->SetUint64Value(Attributes::ATTR_CONTEXT_ID, contextId); in ProcStartRemoteAuthRequest()
|
H A D | widget_context.cpp | 521 … if (!attr.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, authResultInfo_.credentialDigest)) { in End()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_executor_proxy.cpp | 234 bool setScheduleIdRet = request->SetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in OnBeginExecute() 279 bool setScheduleIdRet = request->SetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in OnEndExecute() 303 bool setScheduleIdRet = request->SetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in OnSendData() 383 bool setScheduleIdRet = request.SetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in OnErrorFinish()
|
H A D | resource_node_utils.cpp | 51 properties.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, info->GetTemplateId()); in NotifyExecutorToDeleteTemplates()
|
H A D | schedule_node_impl.cpp | 81 attribute.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, *info_.templateIdList.begin()); in GetScheduleAttribute() 415 bool setScheduleIdRet = attr.SetUint64Value(Attributes::ATTR_SCHEDULE_ID, GetScheduleId()); in NotifyCollectorReady()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
H A D | remote_auth_context_fuzzer.cpp | 228 attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, parcel.ReadUint64()); in FillIAttributes() 229 attributes.SetUint64Value(Attributes::ATTR_CALLER_UID, parcel.ReadUint64()); in FillIAttributes() 237 attributes.SetUint64Value(Attributes::ATTR_CALLER_UID, parcel.ReadUint64()); in FillIAttributes()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 65 EXPECT_TRUE(attrs.SetUint64Value(Attributes::ATTR_SCHEDULE_ID, UINT64_MAX)); 121 EXPECT_TRUE(attrs.SetUint64Value(Attributes::ATTR_RESULT_CODE, UINT32_MAX)); 122 EXPECT_TRUE(attrs.SetUint64Value(Attributes::ATTR_SIGNATURE, UINT64_MAX));
|
H A D | user_auth_stub_test.cpp | 219 EXPECT_TRUE(attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId));
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 346 attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, parcel->ReadUint64()); in FillIAttributes() 347 attributes.SetUint64Value(Attributes::ATTR_CALLER_UID, parcel->ReadUint64()); in FillIAttributes() 355 attributes.SetUint64Value(Attributes::ATTR_CALLER_UID, parcel->ReadUint64()); in FillIAttributes()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 568 commandAttrs->SetUint64Value(Attributes::AttributeKey::ATTR_CALLER_UID, testCallUid); 700 commandAttrs->SetUint64Value(Attributes::AttributeKey::ATTR_CALLER_UID, testCallUid); 792 commandAttrs->SetUint64Value(Attributes::AttributeKey::ATTR_CALLER_UID, testCallUid); 944 conditions->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId); 1010 conditions->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId); 1017 conditions->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId); 1126 property->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId); 1166 property->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId); 1196 property->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId);
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/ |
H A D | remote_executor_stub_fuzzer.cpp | 54 attr.SetUint64Value(Attributes::ATTR_SCHEDULE_ID, parcel.ReadUint64()); in FuzzTest()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 265 bool SetUint64Value(AttributeKey key, uint64_t value);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 43 bool SetUint64Value(AttributeKey key, uint64_t value); 209 bool Attributes::Impl::SetUint64Value(AttributeKey key, uint64_t value) in SetUint64Value() function in OHOS::UserIam::UserAuth::Attributes::Impl 1030 bool Attributes::SetUint64Value(AttributeKey key, uint64_t value) in SetUint64Value() function in OHOS::UserIam::UserAuth::Attributes 1035 return impl_->SetUint64Value(key, value); in SetUint64Value()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_idm_service.cpp | 407 static_cast<void>(extraInfo.SetUint64Value(Attributes::ATTR_CREDENTIAL_ID, 0)); in EnforceDelUser()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_callback.cpp | 486 …extraInfoResult.SetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, extraUpdateInfo_.cred… in OnResult()
|