Home
last modified time | relevance | path

Searched refs:SetCallingWindow (Results 1 – 19 of 19) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_stub.cpp52 SetCallingWindow(data.ReadUint32()); in OnRemoteRequest()
105 void InputMethodAgentStub::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAgentStub
108 InputMethodAbility::GetInstance()->SetCallingWindow(windowId); in SetCallingWindow()
Dinput_method_agent_proxy.cpp56 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAgentProxy
Dinput_method_panel.cpp229 int32_t InputMethodPanel::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodPanel
235 auto ret = window_->SetCallingWindow(windowId); in SetCallingWindow()
Dinput_method_ability.cpp296 void InputMethodAbility::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAbility
305 panel->SetCallingWindow(windowId); in SetCallingWindow()
423 panel->SetCallingWindow(textConfig.windowId); in OnTextConfigChange()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
Di_input_method_agent.h46 virtual void SetCallingWindow(uint32_t windowId) = 0;
Dinput_method_agent_proxy.h43 void SetCallingWindow(uint32_t windowId) override;
Dinput_method_agent_stub.h36 void SetCallingWindow(uint32_t windowId) override;
Dinput_method_panel.h64 int32_t SetCallingWindow(uint32_t windowId);
Dinput_method_ability.h70 void SetCallingWindow(uint32_t windowId);
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp122 ability->SetCallingWindow(fuzzedInt32); in TestSetCallingWindow()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp111 imc->SetCallingWindow(fuzzedUInt32); in TestSetCallingWindow()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h324 IMF_API int32_t SetCallingWindow(uint32_t windowId);
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp463 ret = inputMethodController_->SetCallingWindow(windowId);
586 ret = inputMethodController_->SetCallingWindow(windowId);
Dinput_method_panel_test.cpp720 auto ret = inputMethodPanel->SetCallingWindow(windowId);
727 ret = inputMethodPanel->SetCallingWindow(windowId);
Dinput_method_ability_test.cpp711 inputMethodAbility_->SetCallingWindow(windowId);
Dinput_method_controller_test.cpp431 ret = inputMethodController_->SetCallingWindow(windowId);
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h167 static napi_value SetCallingWindow(napi_env env, napi_callback_info info);
Djs_get_input_method_controller.cpp73 DECLARE_NAPI_FUNCTION("setCallingWindow", SetCallingWindow), in Init()
563 napi_value JsGetInputMethodController::SetCallingWindow(napi_env env, napi_callback_info info) in SetCallingWindow() function in OHOS::MiscServices::JsGetInputMethodController
574 auto errcode = InputMethodController::GetInstance()->SetCallingWindow(ctxt->windID); in SetCallingWindow()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp901 int32_t InputMethodController::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodController
917 agent_->SetCallingWindow(windowId); in SetCallingWindow()