Home
last modified time | relevance | path

Searched refs:SetUint8Value (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h292 bool SetUint8Value(AttributeKey key, uint8_t value);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp163 EXPECT_TRUE(attrs.SetUint8Value(Attributes::ATTR_RESULT_CODE, 0));
164 EXPECT_TRUE(attrs.SetUint8Value(Attributes::ATTR_SIGNATURE, UINT8_MAX));
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp46 bool SetUint8Value(AttributeKey key, uint8_t value);
260 bool Attributes::Impl::SetUint8Value(AttributeKey key, uint8_t value) in SetUint8Value() function in OHOS::UserIam::UserAuth::Attributes::Impl
1054 bool Attributes::SetUint8Value(AttributeKey key, uint8_t value) in SetUint8Value() function in OHOS::UserIam::UserAuth::Attributes
1059 return impl_->SetUint8Value(key, value); in SetUint8Value()