Home
last modified time | relevance | path

Searched refs:windowId (Results 1 – 16 of 16) sorted by relevance

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp51 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()
Dinput_method_agent_proxy.cpp78 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow() argument
88 data.WriteUint32(windowId); in SetCallingWindow()
Dinput_method_ability.cpp278 void InputMethodAbility::SetCallingWindow(uint32_t windowId) in SetCallingWindow() argument
286 imeListener_->OnSetCallingWindow(windowId); in SetCallingWindow()
/base/inputmethod/imf/frameworks/inputmethod_ability/include/
Dinput_method_engine_listener.h29 virtual void OnSetCallingWindow(uint32_t windowId) = 0;
Di_input_method_agent.h43 virtual void SetCallingWindow(uint32_t windowId) = 0;
Dinput_method_agent_proxy.h44 void SetCallingWindow(uint32_t windowId) override;
Dinput_method_agent_stub.h39 void SetCallingWindow(uint32_t windowId) override;
Dinput_method_ability.h65 IMF_API void SetCallingWindow(uint32_t windowId);
/base/inputmethod/imf/unitest/src/
Dinput_method_ability_execption_test.cpp59 void OnSetCallingWindow(uint32_t windowId) override;
82 void InputMethodAbilityExecptionTest::ImeListenerImpl::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow() argument
Dinput_method_controller_test.cpp211 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_);
Dinput_method_ability_test.cpp94 void OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow() argument
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_input_method_engine_setting.h47 void OnSetCallingWindow(uint32_t windowId) override;
Djs_input_method_engine_setting.cpp536 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/
Dinputmethodability_fuzzer.cpp28 void OnSetCallingWindow(uint32_t windowId) {} in OnSetCallingWindow() argument
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_method_controller.cpp683 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/
Dinput_method_controller.h87 IMF_API void SetCallingWindow(uint32_t windowId);