Home
last modified time | relevance | path

Searched refs:CreateConnection (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_proxy_test.cpp66 sptr<RSIRenderServiceConnection> conn = renderService->CreateConnection(nullptr);
76 HWTEST_F(RSProxyTest, CreateConnection, TestSize.Level1)
83 sptr<RSIRenderServiceConnection> conn = renderService->CreateConnection(token);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_proxy.h31 … sptr<RSIRenderServiceConnection> CreateConnection(const sptr<RSIConnectionToken>& token) override;
H A Drs_render_service_proxy.cpp27 sptr<RSIRenderServiceConnection> RSRenderServiceProxy::CreateConnection(const sptr<RSIConnectionTok… in CreateConnection() function in OHOS::Rosen::RSRenderServiceProxy
H A Drs_render_service_connect_hub.cpp132 sptr<RSIRenderServiceConnection> conn = renderService->CreateConnection(token_); in Connect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service.h38 …virtual sptr<RSIRenderServiceConnection> CreateConnection(const sptr<RSIConnectionToken>& token) =…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dconnection_manager.cpp93 return CreateConnection(connectCaller, want, accountId, connectCallback, isUIService); in ConnectAbilityInner()
96 return CreateConnection(connectCaller, want, accountId, connectCallback, isUIService); in ConnectAbilityInner()
135 ErrCode ConnectionManager::CreateConnection(const sptr<IRemoteObject>& connectCaller, in CreateConnection() function in OHOS::AbilityRuntime::ConnectionManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_stub.cpp67 auto newConn = CreateConnection(token); in OnRemoteRequest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.h66 … sptr<RSIRenderServiceConnection> CreateConnection(const sptr<RSIConnectionToken>& token) override;
H A Drs_render_service.cpp202 sptr<RSIRenderServiceConnection> RSRenderService::CreateConnection(const sptr<RSIConnectionToken>& … in CreateConnection() function in OHOS::Rosen::RSRenderService
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderservicestub_fuzzer/
H A Drsrenderservicestub_fuzzer.cpp139 sptr<RSIRenderServiceConnection> conn = renderService->CreateConnection(token); in RSRenderServiceStubFuzztest004()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dconnection_manager.h199 ErrCode CreateConnection(const sptr<IRemoteObject> &connectCaller,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_connection_manager_test.cpp283 auto result = mgr->CreateConnection(connectCallernew, want, accountId, connectCallback, false);