Home
last modified time | relevance | path

Searched refs:SetUint64Value (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Denroll_context.cpp146 …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 Dremote_executor_stub.cpp197 … 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 Dsimple_auth_context.cpp254 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 Dauth_widget_helper.cpp183 …bool setCredentialDigestRet = extraInfo.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, credent… in SetReuseUnlockResult()
H A Dremote_auth_service.cpp222 bool setContextIdRet = reply->SetUint64Value(Attributes::ATTR_CONTEXT_ID, contextId); in ProcStartRemoteAuthRequest()
H A Dwidget_context.cpp521 … if (!attr.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, authResultInfo_.credentialDigest)) { in End()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp234 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 Dresource_node_utils.cpp51 properties.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, info->GetTemplateId()); in NotifyExecutorToDeleteTemplates()
H A Dschedule_node_impl.cpp81 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 Dremote_auth_context_fuzzer.cpp228 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 Dattributes_test.cpp65 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 Duser_auth_stub_test.cpp219 EXPECT_TRUE(attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId));
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp346 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 Dexecutor_unit_test.cpp568 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 Dremote_executor_stub_fuzzer.cpp54 attr.SetUint64Value(Attributes::ATTR_SCHEDULE_ID, parcel.ReadUint64()); in FuzzTest()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h265 bool SetUint64Value(AttributeKey key, uint64_t value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp43 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 Duser_idm_service.cpp407 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 Daccount_iam_callback.cpp486 …extraInfoResult.SetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, extraUpdateInfo_.cred… in OnResult()