/base/inputmethod/imf/frameworks/inputmethod_ability/src/ |
D | input_method_agent_stub.cpp | 51 uint32_t windowId = data.ReadUint32(); in OnRemoteRequest() local 52 SetCallingWindow(windowId); in OnRemoteRequest() 89 void InputMethodAgentStub::SetCallingWindow(uint32_t windowId) in SetCallingWindow() argument 95 InputMethodAbility::GetInstance()->SetCallingWindow(windowId); in SetCallingWindow()
|
D | input_method_agent_proxy.cpp | 78 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow() argument 88 data.WriteUint32(windowId); in SetCallingWindow()
|
D | input_method_ability.cpp | 278 void InputMethodAbility::SetCallingWindow(uint32_t windowId) in SetCallingWindow() argument 286 imeListener_->OnSetCallingWindow(windowId); in SetCallingWindow()
|
/base/inputmethod/imf/frameworks/inputmethod_ability/include/ |
D | input_method_engine_listener.h | 29 virtual void OnSetCallingWindow(uint32_t windowId) = 0;
|
D | i_input_method_agent.h | 43 virtual void SetCallingWindow(uint32_t windowId) = 0;
|
D | input_method_agent_proxy.h | 44 void SetCallingWindow(uint32_t windowId) override;
|
D | input_method_agent_stub.h | 39 void SetCallingWindow(uint32_t windowId) override;
|
D | input_method_ability.h | 65 IMF_API void SetCallingWindow(uint32_t windowId);
|
/base/inputmethod/imf/unitest/src/ |
D | input_method_ability_execption_test.cpp | 59 void OnSetCallingWindow(uint32_t windowId) override; 82 void InputMethodAbilityExecptionTest::ImeListenerImpl::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow() argument
|
D | input_method_controller_test.cpp | 211 void OnSetCallingWindow(uint32_t windowId) override; 230 void InputMethodEngineListenerImpl::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow() argument 232 windowId_ = windowId; in OnSetCallingWindow() 323 uint32_t windowId = 3; variable 324 inputMethodController_->SetCallingWindow(windowId); 325 EXPECT_EQ(windowId, imeListener_->windowId_);
|
D | input_method_ability_test.cpp | 94 void OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow() argument
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_input_method_engine_setting.h | 47 void OnSetCallingWindow(uint32_t windowId) override;
|
D | js_input_method_engine_setting.cpp | 536 void JsInputMethodEngineSetting::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow() argument 540 uv_work_t *work = GetUVwork(type, [windowId](UvEntry &entry) { entry.windowid = windowId; }); in OnSetCallingWindow()
|
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
D | inputmethodability_fuzzer.cpp | 28 void OnSetCallingWindow(uint32_t windowId) {} in OnSetCallingWindow() argument
|
/base/inputmethod/imf/frameworks/inputmethod_controller/src/ |
D | input_method_controller.cpp | 683 void InputMethodController::SetCallingWindow(uint32_t windowId) in SetCallingWindow() argument 689 IMSA_HILOGI("InputMethodController::SetCallingWindow windowId = %{public}d", windowId); in SetCallingWindow() 695 agent->SetCallingWindow(windowId); in SetCallingWindow()
|
/base/inputmethod/imf/frameworks/inputmethod_controller/include/ |
D | input_method_controller.h | 87 IMF_API void SetCallingWindow(uint32_t windowId);
|