Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/ui/view/layout/
Dlayout_parser.h32 class Impl; variable
Dlayout_parser.cpp32 class LayoutParser::Impl { class in Updater::LayoutParser
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
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
/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
Dattributes.cpp28 class Attributes::Impl { class in OHOS::UserIam::UserAuth::Attributes
109 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) in Impl() function in OHOS::UserIam::UserAuth::Attributes::Impl
169 Attributes::Impl::Impl(Attributes::Impl &&other) noexcept : map_(std::move(other.map_)) in Impl() function in OHOS::UserIam::UserAuth::Attributes::Impl