Home
last modified time | relevance | path

Searched refs:SetClient (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dtransact_surface_delegator_stub.cpp27 bool TransactSurfaceDelegatorStub::SetClient(sptr<IRemoteObject> surface) in SetClient() function in OHOS::TransactSurfaceDelegatorStub
H A Dproducer_surface.cpp455 if (!surfaceDelegator->SetClient(client)) { in RegisterSurfaceDelegator()
H A Dbuffer_queue.cpp1332 if (!surfaceDelegator->SetClient(client)) { in RegisterSurfaceDelegator()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dtransact_surface_delegator_stub.h36 bool SetClient(sptr<IRemoteObject> client);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dtransact_surface_delegator_stub_test.cpp62 bool ret = tsd->SetClient(surfaceDelegator->AsObject());
H A Dproducer_surface_delegator_test.cpp97 qwe->SetClient(remoteObjectMocker); in SetUpTestCase()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h149 void SetClient(const sptr<IScreenSessionManagerClient>& client) override;
H A Dscreen_session_manager_interface.h150 virtual void SetClient(const sptr<IScreenSessionManagerClient>& client) {} in SetClient() function
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp66 screenSessionManager_->SetClient(this); in ConnectToServer()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1617 HWTEST_F(ScreenSessionManagerProxyTest, SetClient, Function | SmallTest | Level1)
1627 screenSessionManagerProxy->SetClient(client); in __anonf2d903922602()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h258 void SetClient(const sptr<IScreenSessionManagerClient>& client) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp637 SetClient(clientProxy); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2224 void ScreenSessionManagerProxy::SetClient(const sptr<IScreenSessionManagerClient>& client) in SetClient() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5139 void ScreenSessionManager::SetClient(const sptr<IScreenSessionManagerClient>& client) in SetClient() function in OHOS::Rosen::ScreenSessionManager