Searched refs:SetInt64Value (Results 1 – 4 of 4) sorted by relevance
310 bool SetInt64Value(AttributeKey key, int64_t value);
48 bool SetInt64Value(AttributeKey key, int64_t value);294 bool Attributes::Impl::SetInt64Value(AttributeKey key, int64_t value) in SetInt64Value() function in OHOS::UserIam::UserAuth::Attributes::Impl1070 bool Attributes::SetInt64Value(AttributeKey key, int64_t value) in SetInt64Value() function in OHOS::UserIam::UserAuth::Attributes1075 return impl_->SetInt64Value(key, value); in SetInt64Value()
291 …bool setExpiredRet = finalResult.SetInt64Value(Attributes::ATTR_PIN_EXPIRED_INFO, resultInfo.pinEx… in InvokeResultCallback()
410 EXPECT_EQ(attrs1.SetInt64Value(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, value1), true);