Home
last modified time | relevance | path

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

/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(iRemoteObjectMocker); in HWTEST_F()
72 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocker); in HWTEST_F()
90 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocker); in HWTEST_F()
106 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(mockIRemoteObject); in HWTEST_F()
122 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocker); in HWTEST_F()
138 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocker); in HWTEST_F()
156 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocker); in HWTEST_F()
172 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocker); in HWTEST_F()
188 sessionManagerServiceRecoverProxy_ = new (std::nothrow) SessionManagerServiceRecoverProxy(iRemoteObjectMocke in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/include/zidl/
H A Dsession_manager_service_recover_proxy.h24 class SessionManagerServiceRecoverProxy : public IRemoteProxy<ISessionManagerServiceRecoverListener> { class
26 explicit SessionManagerServiceRecoverProxy(const sptr<IRemoteObject>& impl) in SessionManagerServiceRecoverProxy() function in OHOS::Rosen::SessionManagerServiceRecoverProxy
28 ~SessionManagerServiceRecoverProxy() = default;
34 static inline BrokerDelegator<SessionManagerServiceRecoverProxy> delegator_;
/foundation/window/window_manager/wmserver/src/zidl/
H A Dsession_manager_service_recover_proxy.cpp22 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "SessionManagerServiceRecoverProxy"};
25 void SessionManagerServiceRecoverProxy::OnSessionManagerServiceRecover( in OnSessionManagerServiceRecover()
54 void SessionManagerServiceRecoverProxy::OnWMSConnectionChanged( in OnWMSConnectionChanged()

Completed in 2 milliseconds