Searched refs:windowPid (Results 1 - 8 of 8) sorted by relevance
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 494 MMI_HILOG_DISPATCHE("The windowPid:%{public}d matching fd:%{public}d is invalid", pid, fd); in UpdateTarget() 662 int32_t windowPid = INVALID_PID; in GetWindowPid() local 666 windowPid = item.pid; in GetWindowPid() 670 return windowPid; in GetWindowPid() 675 int32_t windowPid = INVALID_PID; in GetWindowPid() local 678 windowPid = item.pid; in GetWindowPid() 682 return windowPid; in GetWindowPid() 1133 int32_t windowPid = GetWindowPid(windowInfo->id); in UpdateDisplayInfo() local 1134 WinInfo info = { .windowPid = windowPid, in UpdateDisplayInfo() [all...] |
H A D | pointer_drawing_manager.cpp | 2165 if (pid_ != info.windowPid) { in OnWindowInfo() 2167 pid_ = info.windowPid; in OnWindowInfo()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 288 int32_t windowPid {};
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2703 int32_t MMIService::OnGetWindowPid(int32_t windowId, int32_t &windowPid) in OnGetWindowPid() argument 2706 windowPid = WIN_MGR->GetWindowPid(windowId); in OnGetWindowPid() 2707 if (windowPid == RET_ERR) { in OnGetWindowPid() 2711 MMI_HILOGD("windowpid is %{public}d", windowPid); in OnGetWindowPid() 2718 int32_t windowPid = INVALID_PID; in GetWindowPid() local 2720 [this, windowId, &windowPid] { in GetWindowPid() 2721 return this->OnGetWindowPid(windowId, windowPid); in GetWindowPid() 2728 MMI_HILOGD("windowpid is %{public}d", windowPid); in GetWindowPid() 2729 return windowPid; in GetWindowPid()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 1007 int32_t windowPid = 1; in HWTEST_F() local 1008 int32_t ret = mmiService.OnGetWindowPid(windowId, windowPid); in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 223 int32_t OnGetWindowPid(int32_t windowId, int32_t &windowPid);
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 585 int32_t windowPid = INVALID_PID; in StubSetCustomCursor() local 588 READINT32(data, windowPid, IPC_PROXY_DEAD_OBJECT_ERR); in StubSetCustomCursor() 598 int32_t ret = SetCustomCursor(windowPid, windowId, focusX, focusY, (void*)pixelMap); in StubSetCustomCursor()
|
H A D | multimodal_input_connect_proxy.cpp | 1477 int32_t windowPid = INVALID_PID; in GetWindowPid() local 1478 READINT32(reply, windowPid, ERR_INVALID_VALUE); in GetWindowPid() 1479 return windowPid; in GetWindowPid()
|
Completed in 31 milliseconds