Home
last modified time | relevance | path

Searched refs:SetInt64Value (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h310 bool SetInt64Value(AttributeKey key, int64_t value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp48 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::Impl
1070 bool Attributes::SetInt64Value(AttributeKey key, int64_t value) in SetInt64Value() function in OHOS::UserIam::UserAuth::Attributes
1075 return impl_->SetInt64Value(key, value); in SetInt64Value()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp291 …bool setExpiredRet = finalResult.SetInt64Value(Attributes::ATTR_PIN_EXPIRED_INFO, resultInfo.pinEx… in InvokeResultCallback()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp410 EXPECT_EQ(attrs1.SetInt64Value(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, value1), true);