Home
last modified time | relevance | path

Searched refs:GetFocusLeashWindowId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp746 auto isLeashId = RSMainThread::Instance()->GetFocusLeashWindowId(); in SetNodePriorty()
1225 node.IsFocusedNode(RSMainThread::Instance()->GetFocusLeashWindowId())) && in IsNonFocusWindowCache()
1544 (node.IsFocusedNode(RSMainThread::Instance()->GetFocusLeashWindowId()) || in IsSubTreeNeedPrepareForSnapshot()
H A Drs_main_thread.h265 uint64_t GetFocusLeashWindowId() const;
H A Drs_uni_render_util.cpp866 node->IsFocusedNode(RSMainThread::Instance()->GetFocusLeashWindowId())) && in IsNodeAssignSubThread()
986 (node->IsFocusedNode(RSMainThread::Instance()->GetFocusLeashWindowId())); in AssignSubThreadNode()
H A Drs_main_thread.cpp725 uint64_t RSMainThread::GetFocusLeashWindowId() const in GetFocusLeashWindowId() function in OHOS::Rosen::RSMainThread
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp179 RSMainThread::Instance()->GetFocusLeashWindowId()); in RenderCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp1011 ASSERT_EQ(mainThread->GetFocusLeashWindowId(), INVALID_NODEID);
1034 ASSERT_EQ(mainThread->GetFocusLeashWindowId(), INVALID_NODEID);
1065 ASSERT_EQ(mainThread->GetFocusLeashWindowId(), INVALID_NODEID);
1096 ASSERT_EQ(mainThread->GetFocusLeashWindowId(), INVALID_NODEID);
H A Drs_uifirst_manager_test.cpp902 EXPECT_TRUE(RSMainThread::Instance()->GetFocusLeashWindowId());