Searched refs:SetUint16Value (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 283 bool SetUint16Value(AttributeKey key, uint16_t value);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 149 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 D | attributes.cpp | 45 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 D | auth_widget_helper.cpp | 185 bool setCredentialCountRet = extraInfo.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetReuseUnlockResult()
|
H A D | simple_auth_context.cpp | 257 bool setCredentialCountRet = finalResult.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, in SetCredentialDigest()
|
H A D | widget_context.cpp | 526 … if (!attr.SetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount)) { in End()
|