Home
last modified time | relevance | path

Searched refs:ATTR_EXTRA_INFO (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp108 bool setExtraInfoRet = attr.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in OnAcquireInfoInner()
141 bool setExtraInfoRet = attr.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, msg); in OnMessageInner()
H A Dcollect_command.cpp50 bool getExtraInfoRet = attributes_->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SendRequest()
H A Didentify_command.cpp49 bool getExtraInfoRet = attributes_->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SendRequest()
H A Dcustom_command.cpp56 bool getExtraInfoRet = attributes_->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SendRequest()
H A Denroll_command.cpp53 bool getExtraInfoRet = attributes_->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SendRequest()
H A Dauth_command.cpp56 bool getExtraInfoRet = attributes_->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SendRequest()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_callback_impl_test.cpp132 EXPECT_TRUE(testAttr->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo));
160 EXPECT_TRUE(testAttr->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo));
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dhdi_message_callback_service.cpp56 bool setExtraInfoRet = attr.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, msg); in OnMessage()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp73 attribute.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, info_.verifierMessage); in GetScheduleAttribute()
75 attribute.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, info_.collectorMessage); in GetScheduleAttribute()
201 bool getExtraInfoRet = attr.GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, message); in SendMessage()
H A Dresource_node_utils.cpp75 …tExtraInfoRet = properties.SetUint8ArrayValue(UserIam::UserAuth::Attributes::ATTR_EXTRA_INFO, msg); in SendMsgToExecutor()
H A Dremote_executor_proxy.cpp238 …bool getCollectorMessageRet = request->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, collectorMe… in OnBeginExecute()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp469 commandAttrs->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
515 commandAttrs->SetUint8ArrayValue(Attributes::AttributeKey::ATTR_EXTRA_INFO, testExtraInfo);
617 commandAttrs->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
740 commandAttrs->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
1240 property->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
1273 property->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
1304 property->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
1334 property->SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, testExtraInfo);
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h119 ATTR_EXTRA_INFO = 100044, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp53 bool getExtraInfoRet = attr.GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in OnAcquireInfo()
H A Dremote_executor_stub.cpp286 …bool setExtraInfo = attr.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, scheduleInfo.executorMess… in ProcBeginExecuteRequest()
H A Dwidget_context.cpp276 bool getTipInfoRet = extraInfo.GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, tipInfo); in AuthTipInfo()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp236 attributes.GetUint64ArrayValue(Attributes::ATTR_EXTRA_INFO, templateIdList); in FillIAttributes()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp158 bool getExtraInfoRet = data.GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in OnSendData()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp168 extraInfo.GetUint8ArrayValue(Attributes::AttributeKey::ATTR_EXTRA_INFO, param->extraInfo); in OnAcquireInfo()
545 extraInfo.GetUint8ArrayValue(Attributes::AttributeKey::ATTR_EXTRA_INFO, param->extraInfo); in OnAcquireInfo()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp196 bool setArrayRet = attr.SetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SetPropertyInner()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp354 attributes.GetUint64ArrayValue(Attributes::ATTR_EXTRA_INFO, templateIdList); in FillIAttributes()