| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_agent_stub.cpp | 52 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()
|
| D | input_method_agent_proxy.cpp | 56 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodAgentProxy
|
| D | input_method_panel.cpp | 229 int32_t InputMethodPanel::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodPanel 235 auto ret = window_->SetCallingWindow(windowId); in SetCallingWindow()
|
| D | input_method_ability.cpp | 296 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/ |
| D | i_input_method_agent.h | 46 virtual void SetCallingWindow(uint32_t windowId) = 0;
|
| D | input_method_agent_proxy.h | 43 void SetCallingWindow(uint32_t windowId) override;
|
| D | input_method_agent_stub.h | 36 void SetCallingWindow(uint32_t windowId) override;
|
| D | input_method_panel.h | 64 int32_t SetCallingWindow(uint32_t windowId);
|
| D | input_method_ability.h | 70 void SetCallingWindow(uint32_t windowId);
|
| /base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
| D | inputmethodability_fuzzer.cpp | 122 ability->SetCallingWindow(fuzzedInt32); in TestSetCallingWindow()
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 111 imc->SetCallingWindow(fuzzedUInt32); in TestSetCallingWindow()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 324 IMF_API int32_t SetCallingWindow(uint32_t windowId);
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_attach_test.cpp | 463 ret = inputMethodController_->SetCallingWindow(windowId); 586 ret = inputMethodController_->SetCallingWindow(windowId);
|
| D | input_method_panel_test.cpp | 720 auto ret = inputMethodPanel->SetCallingWindow(windowId); 727 ret = inputMethodPanel->SetCallingWindow(windowId);
|
| D | input_method_ability_test.cpp | 711 inputMethodAbility_->SetCallingWindow(windowId);
|
| D | input_method_controller_test.cpp | 431 ret = inputMethodController_->SetCallingWindow(windowId);
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_get_input_method_controller.h | 167 static napi_value SetCallingWindow(napi_env env, napi_callback_info info);
|
| D | js_get_input_method_controller.cpp | 73 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/ |
| D | input_method_controller.cpp | 901 int32_t InputMethodController::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::MiscServices::InputMethodController 917 agent_->SetCallingWindow(windowId); in SetCallingWindow()
|