Home
last modified time | relevance | path

Searched refs:ATTR_PROPERTY_MODE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_utils.cpp50 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 Dschedule_node_impl.cpp413 …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 Dexecutor_unit_test.cpp907 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 Dattribute.h52 ATTR_PROPERTY_MODE = 100023, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcustom_command.cpp52 …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 Dframework_executor_callback.cpp124 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 Dattribute_test.cpp103 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 Dattributes.h79 ATTR_PROPERTY_MODE = 100023, enumerator
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp70 ATTR_PROPERTY_MODE = 100023, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp102 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetUserAuthProfile()
H A Dsimple_auth_context.cpp99 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 Dremote_auth_context_fuzzer.cpp230 attributes.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, parcel.ReadUint32()); in FillIAttributes()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c45 ATTR_PROPERTY_MODE,
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp193 … 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 Duser_auth_executor_fuzzer.cpp348 attributes.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, parcel->ReadUint32()); in FillIAttributes()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c412 ResultCode result = SetAttributeUint32(attribute, ATTR_PROPERTY_MODE, authPropertyMode); in SetExecutorMsgToAttribute()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp307 attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, PROPERTY_MODE_GET); in GetPropertyInner()