Home
last modified time | relevance | path

Searched refs:Impl (Results 1 - 6 of 6) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp28 class Attributes::Impl { class in OHOS::UserIam::UserAuth::Attributes
30 Impl() = default;
32 explicit Impl(const std::vector<uint8_t> &raw);
34 Impl(const Impl &other) = delete;
35 Impl &operator=(const Impl &other) = delete;
37 Impl(Impl &&other) noexcept;
38 Impl
109 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) Impl() function in OHOS::UserIam::UserAuth::Attributes::Impl
[all...]
/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.h32 class Impl;
33 std::unique_ptr<Impl> pImpl_ {};
H A Dlayout_parser.cpp32 class LayoutParser::Impl { class in Updater::LayoutParser
115 LayoutParser::LayoutParser() : pImpl_(std::make_unique<Impl>()) { } in LayoutParser()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp52 class Unwinder::Impl { class in OHOS::HiviewDFX::Unwinder
55 Impl(bool needMaps) : pid_(UNWIND_TYPE_LOCAL) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl
66 Impl(int pid, bool crash) : pid_(pid) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl
79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl
93 Impl(const std::shared_ptr<UnwindAccessors> &accessors, bool local) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl
109 ~Impl() in ~Impl()
277 Unwinder::Unwinder(bool needMaps) : impl_(std::make_shared<Impl>(needMaps)) in Unwinder()
282 Unwinder::Unwinder(int pid, bool crash) : impl_(std::make_shared<Impl>(pid, crash)) in Unwinder()
286 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash)) in Unwinder()
292 : impl_(std::make_shared<Impl>(accessor in Unwinder()
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h101 class Impl;
102 std::shared_ptr<Impl> impl_;
/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h519 class Impl;
520 std::unique_ptr<Impl> impl_ {nullptr};

Completed in 5 milliseconds