/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_utils.cpp | 50 properties.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_DEL); in NotifyExecutorToDeleteTemplates() 73 properties.SetInt32Value(UserIam::UserAuth::Attributes::ATTR_PROPERTY_MODE, commandId); in SendMsgToExecutor() 105 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_SET_CACHED_TEMPLATES); in SetCachedTemplates()
|
H A D | schedule_node_impl.cpp | 413 …bool setPropertyModeRet = attr.SetInt32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_NOTIFY_… in NotifyCollectorReady()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 907 conditions->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); 964 conditions->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); 1125 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_DEL); 1144 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_DEL); 1165 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_DEL); 1195 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_DEL); 1239 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, testCommandId); 1272 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, testCommandId); 1303 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, testCommandId); 1333 property->SetUint32Value(Attributes::ATTR_PROPERTY_MODE, testCommandId); [all …]
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | attribute.h | 52 ATTR_PROPERTY_MODE = 100023, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | custom_command.cpp | 52 …bool getAuthPropertyModeRet = attributes_->GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandI… in SendRequest()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 124 properties.GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandId); in OnSetPropertyInner() 179 conditions->GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandId); in OnGetPropertyInner()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 103 ASSERT_EQ(SetAttributeUint32(attribute, ATTR_PROPERTY_MODE, value2), RESULT_SUCCESS); 108 ASSERT_EQ(GetAttributeUint32(attribute, ATTR_PROPERTY_MODE, &out2), RESULT_SUCCESS); 128 ASSERT_EQ(GetAttributeUint32(attribute, ATTR_PROPERTY_MODE, &out), RESULT_GENERAL_ERROR);
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 79 ATTR_PROPERTY_MODE = 100023, enumerator
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | signature_operation.cpp | 70 ATTR_PROPERTY_MODE = 100023, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 102 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetUserAuthProfile()
|
H A D | simple_auth_context.cpp | 99 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetPropertyForAuthResult()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
H A D | remote_auth_context_fuzzer.cpp | 230 attributes.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, parcel.ReadUint32()); in FillIAttributes()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 45 ATTR_PROPERTY_MODE,
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_client_impl.cpp | 193 … bool setModeRet = attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, static_cast<uint32_t>(key)); in SetPropertyInner()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 348 attributes.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, parcel->ReadUint32()); in FillIAttributes()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 412 ResultCode result = SetAttributeUint32(attribute, ATTR_PROPERTY_MODE, authPropertyMode); in SetExecutorMsgToAttribute()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 307 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetPropertyInner()
|