Home
last modified time | relevance | path

Searched refs:SessionManagerServiceRecoverProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_service_recover_proxy_test.cpp35 sptr<SessionManagerServiceRecoverProxy> sessionManagerServiceRecoverProxy_;
56 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
72 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
90 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
106 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(mockIRem…
122 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
138 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
156 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
172 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteO…
207 …sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(mockIRem…
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dsession_manager_service_recover_proxy.h24 class SessionManagerServiceRecoverProxy : public IRemoteProxy<ISessionManagerServiceRecoverListener…
26 explicit SessionManagerServiceRecoverProxy(const sptr<IRemoteObject>& impl) in SessionManagerServiceRecoverProxy() function
28 ~SessionManagerServiceRecoverProxy() = default;
34 static inline BrokerDelegator<SessionManagerServiceRecoverProxy> delegator_;
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dsession_manager_service_recover_proxy.cpp25 void SessionManagerServiceRecoverProxy::OnSessionManagerServiceRecover( in OnSessionManagerServiceRecover()
54 void SessionManagerServiceRecoverProxy::OnWMSConnectionChanged( in OnWMSConnectionChanged()