Home
last modified time | relevance | path

Searched refs:DisplayManagerProxy (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp60 * @tc.desc: test DisplayManagerProxy::GetDefaultDisplayInfo
65 DisplayManagerProxy proxy1(nullptr); in HWTEST_F()
71 DisplayManagerProxy proxy2(remoteMocker); in HWTEST_F()
82 * @tc.desc: test DisplayManagerProxy::GetDisplayInfoById
87 DisplayManagerProxy proxy1(nullptr); in HWTEST_F()
93 DisplayManagerProxy proxy2(remoteMocker); in HWTEST_F()
105 * @tc.desc: test DisplayManagerProxy::GetDisplayInfoByScreen
110 DisplayManagerProxy proxy1(nullptr); in HWTEST_F()
116 DisplayManagerProxy proxy2(remoteMocker); in HWTEST_F()
128 * @tc.desc: test DisplayManagerProxy
[all...]
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp27 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "DisplayManagerProxy"};
30 sptr<DisplayInfo> DisplayManagerProxy::GetDefaultDisplayInfo() in GetDefaultDisplayInfo()
52 WLOGFW("DisplayManagerProxy::GetDefaultDisplayInfo SendRequest nullptr."); in GetDefaultDisplayInfo()
57 sptr<DisplayInfo> DisplayManagerProxy::GetDisplayInfoById(DisplayId displayId) in GetDisplayInfoById()
84 WLOGFW("DisplayManagerProxy::GetDisplayInfoById SendRequest nullptr."); in GetDisplayInfoById()
90 sptr<DisplayInfo> DisplayManagerProxy::GetDisplayInfoByScreen(ScreenId screenId) in GetDisplayInfoByScreen()
123 ScreenId DisplayManagerProxy::CreateVirtualScreen(VirtualScreenOption virtualOption, in CreateVirtualScreen()
170 DMError DisplayManagerProxy::DestroyVirtualScreen(ScreenId screenId) in DestroyVirtualScreen()
197 DMError DisplayManagerProxy::SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) in SetVirtualScreenSurface()
233 DMError DisplayManagerProxy
[all...]
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h28 class DisplayManagerProxy : public IRemoteProxy<IDisplayManager> { class
30 explicit DisplayManagerProxy(const sptr<IRemoteObject> &impl) in DisplayManagerProxy() function in OHOS::Rosen::DisplayManagerProxy
32 ~DisplayManagerProxy() {}; in ~DisplayManagerProxy()
105 static inline BrokerDelegator<DisplayManagerProxy> delegator_;

Completed in 4 milliseconds