Home
last modified time | relevance | path

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

123

/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp33 class DisplayManagerLite::Impl : public RefBase { class in OHOS::Rosen::DisplayManagerLite
35 Impl(std::recursive_mutex& mutex) : mutex_(mutex) {} in Impl() function in OHOS::Rosen::DisplayManagerLite::Impl
36 ~Impl();
89 class DisplayManagerLite::Impl::DisplayManagerListener : public DisplayManagerAgentDefault {
91 explicit DisplayManagerListener(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerListener()
155 sptr<Impl> pImpl_;
158 class DisplayManagerLite::Impl::DisplayManagerFoldStatusAgent : public DisplayManagerAgentDefault {
160 explicit DisplayManagerFoldStatusAgent(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerFoldStatusAgent()
170 sptr<Impl> pImpl_;
173 class DisplayManagerLite::Impl
[all...]
H A Dscreen_manager_lite.cpp30 class ScreenManagerLite::Impl : public RefBase { class in OHOS::Rosen::ScreenManagerLite
32 Impl() = default;
33 ~Impl();
53 class ScreenManagerLite::Impl::ScreenManagerListener : public DisplayManagerAgentDefault {
55 explicit ScreenManagerListener(sptr<Impl> impl) : pImpl_(impl) in ScreenManagerListener()
108 sptr<Impl> pImpl_;
115 pImpl_ = new Impl(); in ScreenManagerLite()
124 ScreenManagerLite::Impl::~Impl() in ~Impl()
130 DMError ScreenManagerLite::Impl
[all...]
H A Ddisplay_lite.cpp32 class DisplayLite::Impl : public RefBase { class in OHOS::Rosen::DisplayLite
34 Impl(const std::string& name, sptr<DisplayInfo> info) in Impl() function in OHOS::Rosen::DisplayLite::Impl
39 ~Impl() = default;
45 : pImpl_(new Impl(name, info)) in DisplayLite()
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H A Daccessibility_config_impl.cpp34 AccessibilityConfig::Impl::Impl() in Impl() function in OHOS::AccessibilityConfig::AccessibilityConfig::Impl
37 bool AccessibilityConfig::Impl::InitializeContext() in InitializeContext()
49 void AccessibilityConfig::Impl::OnParameterChanged(const char *key, const char *value, void *context) in OnParameterChanged()
60 Impl* implPtr = static_cast<Impl*>(context); in OnParameterChanged()
68 bool AccessibilityConfig::Impl::ConnectToService() in ConnectToService()
94 bool AccessibilityConfig::Impl::ConnectToServiceAsync() in ConnectToServiceAsync()
109 bool AccessibilityConfig::Impl::InitAccessibilityServiceProxy() in InitAccessibilityServiceProxy()
145 bool AccessibilityConfig::Impl
[all...]
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp42 class DisplayManager::Impl : public RefBase { class in OHOS::Rosen::DisplayManager
44 Impl(std::recursive_mutex& mutex) : mutex_(mutex) {} in Impl() function in OHOS::Rosen::DisplayManager::Impl
45 ~Impl();
159 class DisplayManager::Impl::DisplayManagerListener : public DisplayManagerAgentDefault {
161 explicit DisplayManagerListener(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerListener()
229 sptr<Impl> pImpl_;
232 class DisplayManager::Impl::DisplayManagerAgent : public DisplayManagerAgentDefault {
234 explicit DisplayManagerAgent(sptr<Impl> impl) : pImpl_(impl) in DisplayManagerAgent()
249 sptr<Impl> pImpl_;
252 class DisplayManager::Impl
[all...]
H A Dscreen_group.cpp31 class ScreenGroup::Impl : public RefBase { class in OHOS::Rosen::ScreenGroup
33 explicit Impl(sptr<ScreenGroupInfo> info) in Impl() function in OHOS::Rosen::ScreenGroup::Impl
37 ~Impl() = default;
43 : Screen(info), pImpl_(new Impl(info)) in ScreenGroup()
H A Dscreen_manager.cpp33 class ScreenManager::Impl : public RefBase { class in OHOS::Rosen::ScreenManager
35 Impl() = default;
36 ~Impl();
75 class ScreenManager::Impl::ScreenManagerListener : public DisplayManagerAgentDefault {
77 explicit ScreenManagerListener(sptr<Impl> impl) : pImpl_(impl) in ScreenManagerListener()
201 sptr<Impl> pImpl_;
208 pImpl_ = new Impl(); in ScreenManager()
217 ScreenManager::Impl::~Impl() in ~Impl()
223 sptr<Screen> ScreenManager::Impl
[all...]
H A Ddisplay.cpp32 class Display::Impl : public RefBase { class in OHOS::Rosen::Display
34 Impl(const std::string& name, sptr<DisplayInfo> info) in Impl() function in OHOS::Rosen::Display::Impl
39 ~Impl() = default;
45 : pImpl_(new Impl(name, info)) in Display()
/foundation/window/window_manager/extension/extension_connection/src/
H A Dwindow_extension_connection.cpp38 class WindowExtensionConnection::Impl : public AAFwk::AbilityConnectionStub { class in OHOS::Rosen::WindowExtensionConnection
40 Impl() = default;
41 ~Impl() = default;
75 : pImpl_(new Impl()) in WindowExtensionConnection()
85 WindowExtensionConnection::Impl::WindowExtensionClientRecipient::WindowExtensionClientRecipient( in WindowExtensionClientRecipient()
91 void WindowExtensionConnection::Impl::WindowExtensionClientRecipient::OnRemoteDied(const wptr<IRemoteObject>& wptrDeath) in OnRemoteDied()
111 int WindowExtensionConnection::Impl::ConnectExtension(const AppExecFwk::ElementName& element, in ConnectExtension()
129 int WindowExtensionConnection::Impl::ConnectExtension(const AppExecFwk::ElementName& element, in ConnectExtension()
149 sptr<AAFwk::SessionInfo> WindowExtensionConnection::Impl::SetAbilitySessionInfo( in SetAbilitySessionInfo()
164 void WindowExtensionConnection::Impl
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_display.cpp25 class Display::Impl : public RefBase { class in OHOS::Rosen::Display
27 Impl(const std::string& name, sptr<DisplayInfo> info) in Impl() function in OHOS::Rosen::Display::Impl
32 ~Impl() = default;
37 Display::Display(const std::string& name, sptr<DisplayInfo> info) : pImpl_(new Impl(name, info)) in Display()
H A Dmock_display_manager.cpp25 class DisplayManager::Impl : public RefBase { class in OHOS::Rosen::DisplayManager
34 bool DisplayManager::Impl::CheckRectValid(const Media::Rect& rect, int32_t oriHeight, int32_t oriWidth) const in CheckRectValid()
39 bool DisplayManager::Impl::CheckSizeValid(const Media::Size& size, int32_t oriHeight, int32_t oriWidth) const in CheckSizeValid()
44 void DisplayManager::Impl::ClearDisplayStateCallback() in ClearDisplayStateCallback()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display.cpp26 class Display::Impl : public RefBase { class in OHOS::Rosen::Display
28 Impl(const std::string& name, sptr<DisplayInfo> displayInfo) in Impl() function in OHOS::Rosen::Display::Impl
33 ~Impl() = default;
38 Display::Display(const std::string& name, sptr<DisplayInfo> info) : pImpl_(new Impl(name, info)) in Display()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_message_bus.h29 struct Impl;
33 struct Impl<T> { struct
42 struct Impl<> { struct
51 struct Impl<T, Args...> { struct
54 return std::to_string(sizeof(T)) + "," + Impl<Args...>::name(); in name()
62 return Impl<Args...>::name(); in GetTypeName()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context.h42 Impl::WebGL2RenderingContextImpl &GetWebGL2RenderingContextImpl() in GetWebGL2RenderingContextImpl()
47 Impl::WebGLRenderingContextBaseImpl &GetWebGLRenderingContextImpl() in GetWebGLRenderingContextImpl()
58 Impl::WebGL2RenderingContextImpl contextImpl_;
H A Dwebgl_rendering_context.h41 Impl::WebGLRenderingContextBaseImpl &GetWebGLRenderingContextImpl() in GetWebGLRenderingContextImpl()
52 Impl::WebGLRenderingContextBaseImpl contextImpl_;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h26 namespace Impl { namespace
118 GLenum CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context) const;
119 GLenum CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context, WebGLAttachmentInfo info,
121 GLenum CheckAttachStatus(Impl::WebGLRenderingContextBaseImpl* context,
123 bool GetWebGLAttachmentInfo(napi_env env, Impl::WebGLRenderingContextBaseImpl* context,
/foundation/barrierfree/accessibility/frameworks/acfwk/include/
H A Daccessibility_config_impl.h33 class AccessibilityConfig::Impl { class in OHOS::AccessibilityConfig::AccessibilityConfig
35 Impl();
36 ~Impl() = default;
118 explicit AccessibilityEnableAbilityListsObserverImpl(Impl &client) in AccessibilityEnableAbilityListsObserverImpl()
132 Impl &client_;
138 explicit AccessibleAbilityManagerCaptionObserverImpl(Impl &config_) in AccessibleAbilityManagerCaptionObserverImpl()
147 Impl &config_;
152 explicit AccessibilityLoadCallback(Impl* config) : config_(config) {} in AccessibilityLoadCallback()
158 Impl* config_ = nullptr;
164 explicit AccessibleAbilityManagerConfigObserverImpl(Impl
[all...]
/foundation/filemanagement/app_file_service/utils/src/b_tarball/
H A Db_tarball_factory.cpp146 * @return unique_ptr<BTarballFactory::Impl> 打包器实现,包括tar和untar两种方法
149 static unique_ptr<BTarballFactory::Impl> BindCmdline(string_view tarballDir, string_view tarballName) in BindCmdline()
153 return make_unique<BTarballFactory::Impl>(BTarballFactory::Impl { in BindCmdline()
159 unique_ptr<BTarballFactory::Impl> BTarballFactory::Create(string_view implType, string_view tarballPath) in Create()
161 static map<string_view, function<unique_ptr<BTarballFactory::Impl>(string_view, string_view)>> mapType2Tarball = { in Create()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_group.h61 class Impl;
62 sptr<Impl> pImpl_;
H A Ddisplay.h179 class Impl;
180 sptr<Impl> pImpl_;
/foundation/filemanagement/app_file_service/utils/include/b_tarball/
H A Db_tarball_factory.h40 struct Impl { struct in OHOS::FileManagement::Backup::final
68 * @return std::unique_ptr<Impl> 打包器仿函数集合
70 static std::unique_ptr<Impl> Create(std::string_view implType, std::string_view tarballPath);
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Dscreen_manager_lite.h96 class Impl;
97 sptr<Impl> pImpl_;
H A Ddisplay_lite.h84 class Impl;
85 sptr<Impl> pImpl_;
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h79 struct Impl { struct in OHOS::FileManagement::Backup::SvcSessionManager
112 ErrCode Active(Impl newImpl, bool isOccupyingSession = false);
503 Impl GetImpl();
539 void InitClient(Impl &newImpl);
576 Impl impl_;
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dvpe_helper.h51 class Impl;
52 std::shared_ptr<Impl> impl_;

Completed in 13 milliseconds

123