/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_lite.cpp | 33 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 D | screen_manager_lite.cpp | 30 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 D | display_lite.cpp | 32 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 D | accessibility_config_impl.cpp | 34 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 D | display_manager.cpp | 42 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 D | screen_group.cpp | 31 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 D | screen_manager.cpp | 33 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 D | display.cpp | 32 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 D | window_extension_connection.cpp | 38 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 D | mock_display.cpp | 25 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 D | mock_display_manager.cpp | 25 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 D | mock_display.cpp | 26 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 D | rs_message_bus.h | 29 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 D | webgl2_rendering_context.h | 42 Impl::WebGL2RenderingContextImpl &GetWebGL2RenderingContextImpl() in GetWebGL2RenderingContextImpl() 47 Impl::WebGLRenderingContextBaseImpl &GetWebGLRenderingContextImpl() in GetWebGLRenderingContextImpl() 58 Impl::WebGL2RenderingContextImpl contextImpl_;
|
H A D | webgl_rendering_context.h | 41 Impl::WebGLRenderingContextBaseImpl &GetWebGLRenderingContextImpl() in GetWebGLRenderingContextImpl() 52 Impl::WebGLRenderingContextBaseImpl contextImpl_;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 26 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 D | accessibility_config_impl.h | 33 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 D | b_tarball_factory.cpp | 146 * @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 D | screen_group.h | 61 class Impl;
62 sptr<Impl> pImpl_;
|
H A D | display.h | 179 class Impl;
180 sptr<Impl> pImpl_;
|
/foundation/filemanagement/app_file_service/utils/include/b_tarball/ |
H A D | b_tarball_factory.h | 40 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 D | screen_manager_lite.h | 96 class Impl;
97 sptr<Impl> pImpl_;
|
H A D | display_lite.h | 84 class Impl;
85 sptr<Impl> pImpl_;
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | svc_session_manager.h | 79 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 D | vpe_helper.h | 51 class Impl; 52 std::shared_ptr<Impl> impl_;
|