Home
last modified time | relevance | path

Searched refs:GetInputEventCallingPid (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp225 ASSERT_EQ(0, windowNode->GetInputEventCallingPid());
538 ASSERT_EQ(0, windowNode->GetInputEventCallingPid());
542 ASSERT_EQ(1, windowNode->GetInputEventCallingPid());
546 ASSERT_EQ(2, windowNode->GetInputEventCallingPid());
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h118 int32_t GetInputEventCallingPid() const;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp196 .pid = windowNode->GetInputEventCallingPid(), in TraverseWindowNodes()
H A Dwindow_node.cpp334 int32_t WindowNode::GetInputEventCallingPid() const in GetInputEventCallingPid() function in OHOS::Rosen::WindowNode
H A Dwindow_controller.cpp1242 if (node->GetInputEventCallingPid() == node->GetCallingPid()) { in RecoverInputEventToClient()