Home
last modified time | relevance | path

Searched defs:Attributes (Results 1 – 2 of 2) sorted by relevance

/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_info.h39 typedef UserIam::UserAuth::Attributes Attributes; typedef
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
Dattributes.cpp871 Attributes::Attributes() : impl_(new (std::nothrow) Attributes::Impl()) in Attributes() function in OHOS::UserIam::UserAuth::Attributes
875 Attributes::Attributes(const std::vector<uint8_t> &raw) : impl_(new (std::nothrow) Attributes::Impl… in Attributes() function in OHOS::UserIam::UserAuth::Attributes
879 Attributes::Attributes(Attributes &&other) noexcept : impl_(std::move(other.impl_)) in Attributes() function in OHOS::UserIam::UserAuth::Attributes