Home
last modified time | relevance | path

Searched refs:SessionProxy (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp44 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
60 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
77 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
92 sptr<SessionProxy> sProxy = sptr<SessionProxy>::MakeSptr(remoteMocker); in HWTEST_F()
98 sptr<SessionProxy> tempProxy = sptr<SessionProxy> in HWTEST_F()
[all...]
H A Dsession_proxy_lifecycle_test.cpp42 SessionProxy* sProxy = new (std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
58 SessionProxy* sProxy = new (std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
75 SessionProxy* sProxy = new (std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
90 SessionProxy* sProxy = new (std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
106 sptr<SessionProxy> sProxy = new (std::nothrow) SessionProxy(iRemoteObjectMocke in HWTEST_F()
[all...]
H A Dsession_proxy_mock_test.cpp45 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
65 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
86 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
107 SessionProxy* sessionProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp34 constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_WINDOW, "SessionProxy" };
56 WSError SessionProxy::Foreground( in Foreground()
100 WSError SessionProxy::Background(bool isFromClient, const std::string& identityToken) in Background()
131 WSError SessionProxy::Show(sptr<WindowSessionProperty> property) in Show()
167 WSError SessionProxy::Hide() in Hide()
191 WSError SessionProxy::Disconnect(bool isFromClient, const std::string& identityToken) in Disconnect()
223 WSError SessionProxy::Connect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, in Connect()
316 WSError SessionProxy::DrawingCompleted() in DrawingCompleted()
339 WSError SessionProxy::ChangeSessionVisibilityWithStatusBar(sptr<AAFwk::SessionInfo> abilitySessionInfo, bool visible) in ChangeSessionVisibilityWithStatusBar()
395 WSError SessionProxy
[all...]
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h26 class SessionProxy : public IRemoteProxy<ISession> { class
28 explicit SessionProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<ISession>(impl) {} in SessionProxy() function in OHOS::Rosen::SessionProxy
29 virtual ~SessionProxy() = default;
111 static inline BrokerDelegator<SessionProxy> delegator_;
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp61 sptr<SessionProxy> proxy = new SessionProxy(session->AsObject()); in GetProxy()

Completed in 5 milliseconds