Searched refs:OnGetWindowPid (Results 1 – 6 of 6) sorted by relevance
107 MMIService::GetInstance()->OnGetWindowPid(tmpfd, tmpfd); in StubHandleAllocSocketFdFuzzTest()
202 int32_t OnGetWindowPid(int32_t windowId, int32_t &windowPid);
193 napi_value OnGetWindowPid(napi_env env, napi_callback_info info);
1122 return me->OnGetWindowPid(env, info); in GetWindowPid()3510 napi_value JsSceneSessionManager::OnGetWindowPid(napi_env env, napi_callback_info info) in OnGetWindowPid() function in OHOS::Rosen::JsSceneSessionManager
1074 int32_t ret = mmiService.OnGetWindowPid(windowId, windowPid);
1974 int32_t MMIService::OnGetWindowPid(int32_t windowId, int32_t &windowPid) in OnGetWindowPid() function in OHOS::MMI::MMIService1992 return this->OnGetWindowPid(windowId, windowPid); in GetWindowPid()