Home
last modified time | relevance | path

Searched refs:windowNodeId (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h54 … const sptr<IRemoteObject>& token = nullptr, uint64_t id = 0, uint64_t windowNodeId = 0);
117 VsyncError AddConnection(const sptr<VSyncConnection>& connection, uint64_t windowNodeId = 0);
126 …VsyncError SetQosVSyncRate(uint64_t windowNodeId, int32_t rate, bool isSystemAnimateScene = false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp84 uint64_t windowNodeId) in VSyncConnection() argument
88 windowNodeId_(windowNodeId), in VSyncConnection()
340 …ror VSyncDistributor::AddConnection(const sptr<VSyncConnection>& connection, uint64_t windowNodeId) in AddConnection() argument
358 if (windowNodeId != 0) { in AddConnection()
359 connectionsMap_[windowNodeId].push_back(connection); in AddConnection()
1099 VsyncError VSyncDistributor::SetQosVSyncRate(uint64_t windowNodeId, int32_t rate, bool isSystemAnim… in SetQosVSyncRate() argument
1102 VsyncError resCode = SetQosVSyncRateByPid(ExtractPid(windowNodeId), rate, isSystemAnimateScene); in SetQosVSyncRate()
1103 auto iter = connectionsMap_.find(windowNodeId); in SetQosVSyncRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp83 uint64_t windowNodeId = GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local
138 rsRenderServiceConnectionProxy.CreateVSyncConnection(name, token, id1, windowNodeId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp139 NodeId windowNodeId = 1; variable
140 ASSERT_EQ(proxy->CreateVSyncConnection(name, token, id, windowNodeId), nullptr);
142 ASSERT_EQ(proxy->CreateVSyncConnection(name, token, id, windowNodeId), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp433 NodeId windowNodeId, in CreateVSyncConnection() argument
442 [this, &windowNodeId](const std::shared_ptr<RSSurfaceRenderNode>& surfaceNode) mutable { in CreateVSyncConnection()
447 … if (surfaceNode->GetRSSurfaceHandler()->GetConsumer()->GetUniqueId() == windowNodeId) { in CreateVSyncConnection()
448 windowNodeId = surfaceNode->GetInstanceRootNodeId(); in CreateVSyncConnection()
454 …ection> conn = new VSyncConnection(appVSyncDistributor_, name, token->AsObject(), 0, windowNodeId); in CreateVSyncConnection()
468 auto ret = appVSyncDistributor_->AddConnection(conn, windowNodeId); in CreateVSyncConnection()
H A Drs_render_service_connection.h75 NodeId windowNodeId = 0,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp446 NodeId windowNodeId, in CreateVSyncReceiver() argument
449 … return renderServiceClient_->CreateVSyncReceiver(name, looper, id, windowNodeId, fromXcomponent); in CreateVSyncReceiver()
H A Drs_interfaces.h212 NodeId windowNodeId = 0,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h70 NodeId windowNodeId = 0,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp113 NodeId windowNodeId, in CreateVSyncReceiver() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp113 NodeId windowNodeId, in CreateVSyncReceiver() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h49 NodeId windowNodeId = 0,
H A Drs_render_service_client.cpp178 NodeId windowNodeId, in CreateVSyncReceiver() argument
188 CreateVSyncConnection(name, token, id, windowNodeId, fromXcomponent); in CreateVSyncReceiver()
H A Drs_render_service_connection_proxy.cpp268 NodeId windowNodeId, in CreateVSyncConnection() argument
282 data.WriteUint64(windowNodeId); in CreateVSyncConnection()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h138 NodeId windowNodeId = 0,