Home
last modified time | relevance | path

Searched refs:OnGetWindowPid (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp107 MMIService::GetInstance()->OnGetWindowPid(tmpfd, tmpfd); in StubHandleAllocSocketFdFuzzTest()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h185 napi_value OnGetWindowPid(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp1044 return me->OnGetWindowPid(env, info); in GetWindowPid()
3344 napi_value JsSceneSessionManager::OnGetWindowPid(napi_env env, napi_callback_info info) in OnGetWindowPid() function in OHOS::Rosen::JsSceneSessionManager
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h223 int32_t OnGetWindowPid(int32_t windowId, int32_t &windowPid);
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp999 * @tc.desc: Test the function OnGetWindowPid
1008 int32_t ret = mmiService.OnGetWindowPid(windowId, windowPid); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2703 int32_t MMIService::OnGetWindowPid(int32_t windowId, int32_t &windowPid) in OnGetWindowPid() function in OHOS::MMI::MMIService
2721 return this->OnGetWindowPid(windowId, windowPid); in GetWindowPid()
2725 MMI_HILOGE("OnGetWindowPid failed, ret:%{public}d", ret); in GetWindowPid()

Completed in 20 milliseconds