Searched refs:Impl (Results 1 - 6 of 6) sorted by relevance
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 28 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 D | layout_parser.h | 32 class Impl; 33 std::unique_ptr<Impl> pImpl_ {};
|
H A D | layout_parser.cpp | 32 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 D | unwinder.cpp | 52 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 D | unwinder.h | 101 class Impl; 102 std::shared_ptr<Impl> impl_;
|
/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 519 class Impl; 520 std::unique_ptr<Impl> impl_ {nullptr};
|
Completed in 5 milliseconds