Searched refs:GetUint8Value (Results 1 – 3 of 3) sorted by relevance
419 bool GetUint8Value(AttributeKey key, uint8_t &value) const;
168 EXPECT_TRUE(attrs.GetUint8Value(Attributes::ATTR_RESULT_CODE, value1));169 EXPECT_TRUE(attrs.GetUint8Value(Attributes::ATTR_SIGNATURE, value2));
61 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::Impl1238 bool Attributes::GetUint8Value(AttributeKey key, uint8_t &value) const in GetUint8Value() function in OHOS::UserIam::UserAuth::Attributes1243 return impl_->GetUint8Value(key, value); in GetUint8Value()