Home
last modified time | relevance | path

Searched refs:Attributes (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp51 Attributes attrs;
57 …const std::vector<Attributes::AttributeKey> desired = {Attributes::ATTR_RESULT_CODE, Attributes::A…
58Attributes::ATTR_TEMPLATE_ID_LIST, Attributes::ATTR_REMAIN_TIMES, Attributes::ATTR_FREEZING_TIME,
59 Attributes::ATTR_SCHEDULE_ID, Attributes::ATTR_SCHEDULE_MODE};
61 Attributes attrs;
106 Attributes attrs;
120 Attributes attrs;
134 Attributes attrs;
148 Attributes attrs;
162 Attributes attrs;
[all …]
H A Duser_auth_service_test_part01.cpp45 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_PIN_SUB_TYPE, Attributes::ATTR_…
63 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_PIN_SUB_TYPE, Attributes::ATTR_…
109 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_REMAIN_TIMES, Attributes::ATTR_…
114 testKeys = {Attributes::ATTR_FREEZING_TIME, Attributes::ATTR_SIGNATURE};
117 testKeys = {Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION, Attributes::ATTR_SIGNATURE};
120 testKeys = {Attributes::ATTR_SIGNATURE};
145 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_PIN_SUB_TYPE, Attributes::ATTR_…
190 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_PIN_SUB_TYPE, Attributes::ATTR_…
236 Attributes::ATTR_PIN_SUB_TYPE,
237 Attributes::ATTR_SIGNATURE,
[all …]
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/framework/
H A Dframework_executor_callback.h43 const Attributes &commandAttrs) override;
45 int32_t OnSetProperty(const Attributes &properties) override;
47 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) override;
53 const Attributes &commandAttrs);
55 ResultCode OnSetPropertyInner(const Attributes &properties);
57 std::shared_ptr<Attributes> values);
63 ResultCode ProcessSetCachedTemplates(const Attributes &properties);
64 ResultCode ProcessNotifyExecutorReady(const Attributes &properties);
65 ResultCode ProcessCustomCommand(const Attributes &properties);
66 …sultCode ProcessGetPropertyCommand(std::shared_ptr<Attributes> conditions, std::shared_ptr<Attribu…
[all …]
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp28 class Attributes::Impl {
173 Attributes::Impl &Attributes::Impl::operator=(Attributes::Impl &&other) noexcept in operator =()
413 bool Attributes::Impl::SetAttributesValue(Attributes::AttributeKey key, const Attributes::Impl &val… in SetAttributesValue()
623 bool Attributes::Impl::GetAttributesValue(Attributes::AttributeKey key, Attributes::Impl &value) co… in GetAttributesValue()
665 std::vector<Attributes::AttributeKey> Attributes::Impl::GetKeys() const in GetKeys()
999 Attributes::Attributes() : impl_(new (std::nothrow) Attributes::Impl()) in Attributes() function in OHOS::UserIam::UserAuth::Attributes
1003 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl… in Attributes() function in OHOS::UserIam::UserAuth::Attributes
1007 Attributes::Attributes(Attributes &&other) noexcept : impl_(std::move(other.impl_)) in Attributes() function in OHOS::UserIam::UserAuth::Attributes
1011 Attributes &Attributes::operator=(Attributes &&other) noexcept in operator =()
1017 Attributes::~Attributes() in ~Attributes()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp54 const std::vector<uint8_t> &signedRemoteExecutorInfo, Attributes &attr) in EncodeQueryExecutorInfoReply()
90 bool setEslRet = attr.SetInt32Value(Attributes::ATTR_ESL, executorInfo.esl); in SetExecutorInfoToAttributes()
102 bool RemoteMsgUtil::GetExecutorInfoFromAttributes(const Attributes &Attr, in GetExecutorInfoFromAttributes()
123 bool getEslRet = Attr.GetInt32Value(Attributes::ATTR_ESL, esl); in GetExecutorInfoFromAttributes()
138 Attributes &attr) in SetExecutorInfoArrayToAttributes()
140 std::vector<Attributes> attributeArray; in SetExecutorInfoArrayToAttributes()
142 Attributes item; in SetExecutorInfoArrayToAttributes()
147 attributeArray.push_back(Attributes(item.Serialize())); in SetExecutorInfoArrayToAttributes()
157 bool RemoteMsgUtil::GetExecutorInfoArrayFromAttributes(const Attributes &attr, in GetExecutorInfoArrayFromAttributes()
160 std::vector<Attributes> attributeArray; in GetExecutorInfoArrayFromAttributes()
[all …]
H A Dremote_executor_proxy.cpp49 const Attributes &commandAttrs) override in OnBeginExecute()
62 int32_t OnSetProperty(const Attributes &properties) override in OnSetProperty()
68 int32_t OnGetProperty(const Attributes &conditions, Attributes &results) override in OnGetProperty()
95 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) override in OnMessage()
175 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) in OnMessage()
223 const Attributes &command) in OnBeginExecute()
228 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(command.Serialize()); in OnBeginExecute()
273 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(command.Serialize()); in OnEndExecute()
297 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(data.Serialize()); in OnSendData()
354 int32_t RemoteExecutorProxy::ProcFinishMsg(Attributes &data) in ProcFinishMsg()
[all …]
H A Dresource_node_utils.cpp49 Attributes properties; in NotifyExecutorToDeleteTemplates()
50 properties.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_DEL); in NotifyExecutorToDeleteTemplates()
51 properties.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, info->GetTemplateId()); in NotifyExecutorToDeleteTemplates()
52 properties.SetStringValue(Attributes::ATTR_TEMPLATE_CHANGE_REASON, changeReasonTrace); in NotifyExecutorToDeleteTemplates()
70 Attributes properties; in SendMsgToExecutor()
73 properties.SetInt32Value(UserIam::UserAuth::Attributes::ATTR_PROPERTY_MODE, commandId); in SendMsgToExecutor()
75 …bool setExtraInfoRet = properties.SetUint8ArrayValue(UserIam::UserAuth::Attributes::ATTR_EXTRA_INF… in SendMsgToExecutor()
104 Attributes attr; in SetCachedTemplates()
105 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_SET_CACHED_TEMPLATES); in SetCachedTemplates()
106 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in SetCachedTemplates()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp49 const Attributes &commandAttrs) in OnBeginExecute()
57 const Attributes &commandAttrs) in OnBeginExecuteInner()
141 int32_t FrameworkExecutorCallback::OnGetProperty(const Attributes &conditions, Attributes &results) in OnGetProperty()
172 std::shared_ptr<Attributes> values) in OnGetPropertyInner()
319 std::shared_ptr<Attributes> values) in ProcessGetPropertyCommand()
340 std::vector<Attributes::AttributeKey> keyList; in ProcessGetPropertyCommand()
362 case Attributes::ATTR_PIN_SUB_TYPE: { in FillPropertyToAttribute()
367 case Attributes::ATTR_FREEZING_TIME: { in FillPropertyToAttribute()
373 case Attributes::ATTR_REMAIN_TIMES: { in FillPropertyToAttribute()
379 case Attributes::ATTR_ENROLL_PROGRESS: { in FillPropertyToAttribute()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_message.cpp24 const std::shared_ptr<Attributes> &attributes) in SoftBusMessage()
46 std::shared_ptr<Attributes> SoftBusMessage::GetAttributes() in GetAttributes()
66 std::shared_ptr<Attributes> SoftBusMessage::CreateMessage(bool isAck) in CreateMessage()
71 auto attributes = Common::MakeShared<Attributes>(attributes_->Serialize()); in CreateMessage()
77 bool ret = attributes->SetInt32Value(Attributes::ATTR_MSG_SEQ_NUM, messageSeq_); in CreateMessage()
81 ret = attributes->SetBoolValue(Attributes::ATTR_MSG_ACK, true); in CreateMessage()
84 ret = attributes->SetBoolValue(Attributes::ATTR_MSG_ACK, false); in CreateMessage()
107 ret = attributes->SetStringValue(Attributes::ATTR_MSG_SRC_UDID, udid); in CreateMessage()
127 auto attributes = Common::MakeShared<Attributes>(data); in ParseMessage()
136 ret = attributes->GetBoolValue(Attributes::ATTR_MSG_ACK, isAck_); in ParseMessage()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp47 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) override;
50 std::shared_ptr<Attributes> &reply) override;
52 std::shared_ptr<Attributes> &reply) override;
54 std::shared_ptr<Attributes> &reply) override;
73 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) override in OnMessage()
109 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) in OnMessage()
156 Attributes extraInfo; in StartRemoteAuthContext()
177 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) in ProcStartRemoteAuthRequest()
230 std::shared_ptr<Attributes> &reply) in ProcQueryExecutorInfoRequest()
255 std::shared_ptr<Attributes> &reply) in ProcBeginExecuteRequest()
[all …]
H A Dsimple_auth_context.cpp93 std::vector<uint32_t> keys = { Attributes::ATTR_FREEZING_TIME, Attributes::ATTR_REMAIN_TIMES}; in GetPropertyForAuthResult()
95 keys.push_back(Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION); in GetPropertyForAuthResult()
97 Attributes attr; in GetPropertyForAuthResult()
98 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, keys); in GetPropertyForAuthResult()
99 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetPropertyForAuthResult()
100 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIdList); in GetPropertyForAuthResult()
102 Attributes values; in GetPropertyForAuthResult()
248 Attributes &finalResult) const in SetCredentialDigest()
254 bool setCredentialDigestRet = finalResult.SetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, in SetCredentialDigest()
257 bool setCredentialCountRet = finalResult.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetCredentialDigest()
[all …]
H A Dremote_auth_invoker_context.cpp51 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) override in OnMessage()
129 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) in OnMessage()
161 Attributes attr; in OnConnectStatus()
225 request_ = Common::MakeShared<Attributes>(); in SendRequest()
263 Attributes attr; in SendRequest()
293 Attributes attr; in OnStop()
301 int32_t RemoteAuthInvokerContext::ProcAuthTipMsg(Attributes &message) in ProcAuthTipMsg()
321 … RemoteAuthInvokerContext::ProcAuthResultMsgInner(Attributes &message, int32_t &resultCode, Attrib… in ProcAuthResultMsgInner()
367 int32_t RemoteAuthInvokerContext::ProcAuthResultMsg(Attributes &message) in ProcAuthResultMsg()
373 Attributes attr; in ProcAuthResultMsg()
[all …]
H A Dremote_iam_callback.cpp35 void RemoteIamCallback::OnResult(int32_t result, const Attributes &extraInfo) in OnResult()
39 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(extraInfo.Serialize()); in OnResult()
42 bool setMsgTypeRet = request->SetInt32Value(Attributes::ATTR_MSG_TYPE, SEND_REMOTE_AUTH_RESULT); in OnResult()
45 bool setResultRet = request->SetInt32Value(Attributes::ATTR_RESULT, result); in OnResult()
48 MsgCallback msgCallback = [](const std::shared_ptr<Attributes> &) { IAM_LOGI("message sent"); }; in OnResult() argument
57 void RemoteIamCallback::OnAcquireInfo(int32_t module, int32_t acquireInfo, const Attributes &extraI… in OnAcquireInfo()
61 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(extraInfo.Serialize()); in OnAcquireInfo()
64 bool setMsgTypeRet = request->SetInt32Value(Attributes::ATTR_MSG_TYPE, SEND_REMOTE_AUTH_TIP); in OnAcquireInfo()
67 bool setModuleRet = request->SetInt32Value(Attributes::ATTR_DEST_ROLE, module); in OnAcquireInfo()
70 bool setAcquireInfoRet = request->SetInt32Value(Attributes::ATTR_TIP_INFO, acquireInfo); in OnAcquireInfo()
[all …]
H A Dremote_executor_stub.cpp127 auto finalResult = Common::MakeShared<Attributes>(); in StopSchedule()
170 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) override in OnMessage()
195 auto request = Common::MakeShared<Attributes>(); in OnConnectStatus()
200 auto reply = Common::MakeShared<Attributes>(); in OnConnectStatus()
231 int32_t RemoteExecutorStub::ProcBeginExecuteRequest(Attributes &attr) in ProcBeginExecuteRequest()
252 bool getSrcUdidRet = attr.GetStringValue(Attributes::ATTR_MSG_SRC_UDID, srcUdid); in ProcBeginExecuteRequest()
298 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) in OnMessage()
306 bool getMsgTypeRet = request->GetInt32Value(Attributes::ATTR_MSG_TYPE, msgType); in OnMessage()
333 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(msg); in OnMessage()
366 std::shared_ptr<Attributes> request = Common::MakeShared<Attributes>(finalResult->Serialize()); in ContinueSchedule()
[all …]
H A Dauth_widget_helper.cpp63 Attributes values; in GetUserAuthProfile()
92 Attributes::ATTR_SENSOR_INFO, in GetUserAuthProfile()
93 Attributes::ATTR_REMAIN_TIMES, in GetUserAuthProfile()
94 Attributes::ATTR_FREEZING_TIME in GetUserAuthProfile()
97 uint32Keys.push_back(Attributes::ATTR_PIN_SUB_TYPE); in GetUserAuthProfile()
100 Attributes attr; in GetUserAuthProfile()
101 attr.SetInt32Value(Attributes::ATTR_AUTH_TYPE, authType); in GetUserAuthProfile()
102 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetUserAuthProfile()
104 attr.SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, uint32Keys); in GetUserAuthProfile()
170 Attributes &extraInfo) in SetReuseUnlockResult()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_service.h40 const std::shared_ptr<Attributes> &request, std::shared_ptr<Attributes> &reply) = 0;
42 … ProcStartRemoteAuthRequest(std::string connectionName, const std::shared_ptr<Attributes> &request,
43 std::shared_ptr<Attributes> &reply) = 0;
44 virtual int32_t ProcQueryExecutorInfoRequest(const std::shared_ptr<Attributes> &request,
45 std::shared_ptr<Attributes> &reply) = 0;
46 virtual int32_t ProcBeginExecuteRequest(const std::shared_ptr<Attributes> &request,
47 std::shared_ptr<Attributes> &reply) = 0;
48 virtual int32_t ProcEndExecuteRequest(const std::shared_ptr<Attributes> &request,
49 std::shared_ptr<Attributes> &reply) = 0;
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h34 class Attributes final {
203 Attributes();
212 explicit Attributes(const std::vector<uint8_t> &raw);
221 Attributes(const Attributes &other) = delete;
228 Attributes &operator=(const Attributes &other) = delete;
235 Attributes(Attributes &&other) noexcept;
242 Attributes &operator=(Attributes &&other) noexcept;
247 virtual ~Attributes();
328 bool SetAttributesValue(AttributeKey key, const Attributes &value);
329 bool SetAttributesArrayValue(AttributeKey key, const std::vector<Attributes> &array);
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp111 extraInfo.GetUint8ArrayValue(Attributes::ATTR_SIGNATURE, token); in HandleAuthResult()
113 extraInfo.GetUint8ArrayValue(Attributes::ATTR_ROOT_SECRET, secret); in HandleAuthResult()
128 void AuthCallback::OnResult(int32_t result, const Attributes &extraInfo) in OnResult()
163 Attributes errInfo; in OnResult()
223 void AddCredCallback::OnResult(int32_t result, const Attributes &extraInfo) in OnResult()
243 extraInfo.GetUint8ArrayValue(Attributes::ATTR_AUTH_TOKEN, token); in OnResult()
368 const UserIam::UserAuth::Attributes &extraInfo) in OnAcquireInfo()
396 void DelUserCallback::OnResult(int32_t result, const Attributes &extraInfo) in OnResult()
414 extraInfo.GetUint8ArrayValue(Attributes::ATTR_AUTH_TOKEN, token); in OnResult()
485 Attributes extraInfoResult; in OnResult()
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp379 Attributes attr;
910 auto values = MakeShared<Attributes>();
945 auto values = MakeShared<Attributes>();
966 auto values = MakeShared<Attributes>();
987 auto values = MakeShared<Attributes>();
1011 auto values = MakeShared<Attributes>();
1034 auto values = MakeShared<Attributes>();
1055 Attributes attr;
1085 auto values = MakeShared<Attributes>();
1099 Attributes attr;
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp363 Attributes properties; in FuzzExecutorCommand()
426 Attributes properties; in FuzzFrameworkOnSetProperty()
439 Attributes conditions; in FuzzFrameworkOnGetProperty()
441 Attributes values; in FuzzFrameworkOnGetProperty()
466 Attributes data; in FuzzOnSendData()
476 Attributes properties; in FuzzProcessAuthCommand()
486 Attributes properties; in FuzzProcessIdentifyCommand()
495 Attributes properties; in FuzzProcessTemplateCommand()
505 Attributes properties; in FuzzProcessNotifyExecutorReady()
515 std::shared_ptr<Attributes> values = UserIam::Common::MakeShared<Attributes>(); in FuzzProcessGetPropertyCommand()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_msg_util.h36 std::string remoteUdid, Attributes &attr);
37 …static bool DecodeQueryExecutorInfoReply(const Attributes &attr, std::vector<ExecutorInfo> &execut…
39 static bool EncodeAuthParam(const AuthParamInner &authParam, Attributes &attr);
40 static bool DecodeAuthParam(const Attributes &attr, AuthParamInner &authParam);
45 const std::vector<uint8_t> &signedRemoteExecutorInfo, Attributes &attr);
46 static bool SetExecutorInfoToAttributes(const ExecutorInfo &executorInfo, Attributes &attr);
47 …static bool GetExecutorInfoFromAttributes(const Attributes &Attr, std::vector<uint8_t> &signedRemo…
49 …xecutorInfoArrayToAttributes(const std::vector<ExecutorInfo> &executorInfoArray, Attributes &attr);
50 static bool GetExecutorInfoArrayFromAttributes(const Attributes &Attr,
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dauth_command.cpp31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in AuthCommand()
33 attributes_(Common::MakeShared<Attributes>(attributes.Serialize())), in AuthCommand()
47 …bool getTemplateIdListRet = attributes_->GetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, te… in SendRequest()
50 bool getTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, tokenId); in SendRequest()
53 …bool getEndAfterFirstFailRet = attributes_->GetBoolValue(Attributes::ATTR_END_AFTER_FIRST_FAIL, en… in SendRequest()
56 bool getExtraInfoRet = attributes_->GetUint8ArrayValue(Attributes::ATTR_EXTRA_INFO, extraInfo); in SendRequest()
61 bool getAuthIntent = attributes_->GetInt32Value(Attributes::ATTR_AUTH_INTENTION, authIntent); in SendRequest()
65 bool getUserId = attributes_->GetInt32Value(Attributes::ATTR_USER_ID, userId); in SendRequest()
81 auto authAttributes = Common::MakeShared<Attributes>(); in OnResultInner()
83 bool setResultCodeRet = authAttributes->SetUint32Value(Attributes::ATTR_RESULT_CODE, result); in OnResultInner()
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_service_test.cpp84 Attributes testCommand;
97 Attributes testCommand;
120 Attributes testCommand;
132 Attributes testCommand;
152 Attributes testProperties;
163 Attributes testProperties;
182 Attributes testCondition;
183 Attributes testValues;
194 Attributes testCondition;
195 Attributes testValues;
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp53 Attributes attr = Attributes(); in FuzzTest()
54 attr.SetUint64Value(Attributes::ATTR_SCHEDULE_ID, parcel.ReadUint64()); in FuzzTest()
59 auto request = MakeShared<Attributes>(); in FuzzTest()
60 request->SetInt32Value(Attributes::ATTR_MSG_TYPE, parcel.ReadInt32()); in FuzzTest()
61 auto reply = MakeShared<Attributes>(uint8Vector); in FuzzTest()
68 auto finalResult = MakeShared<Attributes>(uint8Vector); in FuzzTest()
85 auto request = MakeShared<Attributes>(); in RemoteExecutorProxyFuzzTest()
86 auto reply = MakeShared<Attributes>(); in RemoteExecutorProxyFuzzTest()
92 Attributes command; in RemoteExecutorProxyFuzzTest()
108 Attributes attr; in RemoteMsgUtilFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h49 void OnAcquireInfo(int32_t module, uint32_t acquireInfo, const Attributes &extraInfo) override;
50 void OnResult(int32_t result, const Attributes &extraInfo) override;
82 void OnResult(int32_t result, const Attributes &extraInfo) override;
83 void OnAcquireInfo(int32_t module, uint32_t acquireInfo, const Attributes &extraInfo) override;
99 void OnResult(int32_t result, const Attributes &extraInfo) override;
124 void OnResult(int32_t result, const UserIam::UserAuth::Attributes &extraInfo) override;
139 void OnResult(int32_t result, const Attributes &extraInfo) override;
161 void OnResult(int32_t result, const Attributes &extraInfo) override;
175 void OnResult(int32_t result, const Attributes &extraInfo) override;
203 void OnResult(int32_t result, const Attributes &extraInfo) override;
[all …]

12345678910>>...30