Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h419 bool GetUint8Value(AttributeKey key, uint8_t &value) const;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp168 EXPECT_TRUE(attrs.GetUint8Value(Attributes::ATTR_RESULT_CODE, value1));
169 EXPECT_TRUE(attrs.GetUint8Value(Attributes::ATTR_SIGNATURE, value2));
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp61 bool GetUint8Value(AttributeKey key, uint8_t &value) const;
489 bool Attributes::Impl::GetUint8Value(AttributeKey key, uint8_t &value) const in GetUint8Value() function in OHOS::UserIam::UserAuth::Attributes::Impl
1238 bool Attributes::GetUint8Value(AttributeKey key, uint8_t &value) const in GetUint8Value() function in OHOS::UserIam::UserAuth::Attributes
1243 return impl_->GetUint8Value(key, value); in GetUint8Value()