Home
last modified time | relevance | path

Searched refs:ScreenSessionManagerProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp72 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
96 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
120 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
141 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
166 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
194 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
222 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
250 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
280 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
308 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl);
[all …]
H A Dscreen_session_manager_client_test.cpp119 …screenSessionManagerClient_->screenSessionManager_ = new ScreenSessionManagerProxy(iRemoteObjectMo…
880 …screenSessionManagerClient_->screenSessionManager_ = new ScreenSessionManagerProxy(iRemoteObjectMo…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp700 bool OHOS::Rosen::ScreenSessionManagerProxy::WakeUpEnd() in WakeUpEnd()
752 bool OHOS::Rosen::ScreenSessionManagerProxy::SuspendEnd() in SuspendEnd()
950 bool OHOS::Rosen::ScreenSessionManagerProxy::TryToCancelScreenOff() in TryToCancelScreenOff()
2020 void ScreenSessionManagerProxy::SetFoldStatusLocked(bool locked) in SetFoldStatusLocked()
2075 FoldDisplayMode ScreenSessionManagerProxy::GetFoldDisplayMode() in GetFoldDisplayMode()
2097 bool ScreenSessionManagerProxy::IsFoldable() in IsFoldable()
2120 bool ScreenSessionManagerProxy::IsCaptured() in IsCaptured()
2143 FoldStatus ScreenSessionManagerProxy::GetFoldStatus() in GetFoldStatus()
2250 void ScreenSessionManagerProxy::SwitchUser() in SwitchUser()
2419 uint32_t ScreenSessionManagerProxy::GetCurvedCompressionArea() in GetCurvedCompressionArea()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h26 class ScreenSessionManagerProxy : public IRemoteProxy<IScreenSessionManager> {
28 explicit ScreenSessionManagerProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy(impl) {} in ScreenSessionManagerProxy() function
30 ~ScreenSessionManagerProxy() = default;
186 static inline BrokerDelegator<ScreenSessionManagerProxy> delegator_;