Home
last modified time | relevance | path

Searched refs:SetUint16Value (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h283 bool SetUint16Value(AttributeKey key, uint16_t value);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp149 EXPECT_TRUE(attrs.SetUint16Value(Attributes::ATTR_RESULT_CODE, UINT8_MAX));
150 EXPECT_TRUE(attrs.SetUint16Value(Attributes::ATTR_SIGNATURE, UINT16_MAX));
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp45 bool SetUint16Value(AttributeKey key, uint16_t value);
243 bool Attributes::Impl::SetUint16Value(AttributeKey key, uint16_t value) in SetUint16Value() function in OHOS::UserIam::UserAuth::Attributes::Impl
1046 bool Attributes::SetUint16Value(AttributeKey key, uint16_t value) in SetUint16Value() function in OHOS::UserIam::UserAuth::Attributes
1051 return impl_->SetUint16Value(key, value); in SetUint16Value()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp185 bool setCredentialCountRet = extraInfo.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetReuseUnlockResult()
H A Dsimple_auth_context.cpp257 bool setCredentialCountRet = finalResult.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetCredentialDigest()
H A Dwidget_context.cpp526 … if (!attr.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount)) { in End()