Home
last modified time | relevance | path

Searched refs:SetCallingWindow (Results 1 - 23 of 23) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp50 SetCallingWindow(data.ReadUint32()); in OnRemoteRequest()
134 void InputMethodAgentStub::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAgentStub
136 InputMethodAbility::GetInstance()->SetCallingWindow(windowId); in SetCallingWindow()
H A Dinput_method_agent_proxy.cpp60 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAgentProxy
64 IMSA_HILOGD("InputMethodAgentProxy::SetCallingWindow ret: %{public}d.", ret); in SetCallingWindow()
H A Dinput_method_ability.cpp315 void InputMethodAbility::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAbility
319 panel->SetCallingWindow(windowId); in SetCallingWindow()
508 panel->SetCallingWindow(textConfig.windowId); in InvokeStartInputCallback()
512 imeListener_->PostTaskToEventHandler(task, "SetCallingWindow"); in InvokeStartInputCallback()
1232 ret = panel->SetCallingWindow(textConfig.windowId); in GetCallingWindowInfo()
H A Dinput_method_panel.cpp687 int32_t InputMethodPanel::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodPanel
694 auto ret = window_->SetCallingWindow(windowId); in SetCallingWindow()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h51 virtual void SetCallingWindow(uint32_t windowId) = 0;
H A Dinput_method_agent_proxy.h44 void SetCallingWindow(uint32_t windowId) override;
H A Dinput_method_agent_stub.h36 void SetCallingWindow(uint32_t windowId) override;
H A Dinput_method_panel.h95 int32_t SetCallingWindow(uint32_t windowId);
H A Dinput_method_ability.h67 void SetCallingWindow(uint32_t windowId);
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_controller.h36 static int32_t SetCallingWindow(uint32_t windowId);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp238 ret = InputMethodEditorTest::inputMethodController_->SetCallingWindow(1); in HWTEST_F()
363 ret = InputMethodEditorTest::inputMethodController_->SetCallingWindow(1); in HWTEST_F()
405 ret = inputMethodController_->SetCallingWindow(1); in HWTEST_F()
475 ret = InputMethodEditorTest::inputMethodController_->SetCallingWindow(1); in HWTEST_F()
H A Dinput_method_attach_test.cpp522 * @tc.desc: test SetCallingWindow after attach
539 ret = inputMethodController_->SetCallingWindow(windowId); in HWTEST_F()
651 * @tc.desc: test SetCallingWindow after attach
662 ret = inputMethodController_->SetCallingWindow(windowId); in HWTEST_F()
H A Dinput_method_panel_test.cpp1083 * @tc.desc: test SetCallingWindow
1091 // not CreatePanel, SetCallingWindow failed in HWTEST_F()
1093 auto ret = inputMethodPanel->SetCallingWindow(windowId); in HWTEST_F()
1100 ret = inputMethodPanel->SetCallingWindow(windowId); in HWTEST_F()
H A Dinput_method_ability_test.cpp782 * @tc.desc: InputMethodAbility SetCallingWindow
794 inputMethodAbility_->SetCallingWindow(windowId); in HWTEST_F()
H A Dinput_method_controller_test.cpp566 * @tc.desc: IMC SetCallingWindow.
572 IMSA_HILOGI("IMC SetCallingWindow Test START"); in HWTEST_F()
576 ret = inputMethodController_->SetCallingWindow(windowId); in HWTEST_F()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp134 ability->SetCallingWindow(fuzzedInt32); in TestSetCallingWindow()
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp116 int32_t CjInputMethodController::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::CjInputMethodController
122 return controller->SetCallingWindow(windowId); in SetCallingWindow()
H A Dinput_method_ffi.cpp328 return CjInputMethodController::SetCallingWindow(windowId); in FfiInputMethodControllerSetCallingWindow()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp111 imc->SetCallingWindow(fuzzedUInt32); in TestSetCallingWindow()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h402 IMF_API int32_t SetCallingWindow(uint32_t windowId);
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h168 static napi_value SetCallingWindow(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp76 DECLARE_NAPI_FUNCTION("setCallingWindow", SetCallingWindow), in Init()
580 napi_value JsGetInputMethodController::SetCallingWindow(napi_env env, napi_callback_info info)
591 auto errcode = InputMethodController::GetInstance()->SetCallingWindow(ctxt->windID);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp882 int32_t InputMethodController::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodController
902 agent->SetCallingWindow(windowId); in SetCallingWindow()

Completed in 24 milliseconds