Searched refs:SetUint8Value (Results 1 – 3 of 3) sorted by relevance
292 bool SetUint8Value(AttributeKey key, uint8_t value);
163 EXPECT_TRUE(attrs.SetUint8Value(Attributes::ATTR_RESULT_CODE, 0));164 EXPECT_TRUE(attrs.SetUint8Value(Attributes::ATTR_SIGNATURE, UINT8_MAX));
46 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::Impl1054 bool Attributes::SetUint8Value(AttributeKey key, uint8_t value) in SetUint8Value() function in OHOS::UserIam::UserAuth::Attributes1059 return impl_->SetUint8Value(key, value); in SetUint8Value()