Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp152 void WindowNode::SetInputEventCallingPid(int32_t pid) in SetInputEventCallingPid() function in OHOS::Rosen::WindowNode
160 SetInputEventCallingPid(pid); in SetCallingPid()
H A Dwindow_controller.cpp1230 node->SetInputEventCallingPid(static_cast<int32_t>(inputPidInServer)); in InterceptInputEventToServer()
1247 node->SetInputEventCallingPid(node->GetCallingPid()); in RecoverInputEventToClient()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h76 void SetInputEventCallingPid(int32_t pid);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp1386 windowNode->SetInputEventCallingPid(2048);
1418 windowNode->SetInputEventCallingPid(2048);
1447 windowNode->SetInputEventCallingPid(2048);
1474 windowNode->SetInputEventCallingPid(2048);
1503 windowNode->SetInputEventCallingPid(2048);
H A Dwindow_node_test.cpp544 windowNode->SetInputEventCallingPid(2);