Home
last modified time | relevance | path

Searched defs:windowId (Results 1 – 17 of 17) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Dpanel_listener_impl.cpp40 …stenerImpl::SaveInfo(napi_env env, const std::string &type, napi_value callback, uint32_t windowId) in SaveInfo()
62 void PanelListenerImpl::RemoveInfo(const std::string &type, uint32_t windowId) in RemoveInfo()
73 void PanelListenerImpl::OnPanelStatus(uint32_t windowId, bool isShow) in OnPanelStatus()
Djs_input_method_engine_setting.cpp611 void JsInputMethodEngineSetting::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow()
/base/inputmethod/imf/test/common/src/
Dinput_method_engine_listener_impl.cpp42 void InputMethodEngineListenerImpl::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h133 uint32_t windowId = INVALID_WINDOW_ID; variable
140 uint32_t windowId = INVALID_WINDOW_ID; member
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_proxy.cpp56 void InputMethodAgentProxy::SetCallingWindow(uint32_t windowId) in SetCallingWindow()
Dinput_method_agent_stub.cpp105 void InputMethodAgentStub::SetCallingWindow(uint32_t windowId) in SetCallingWindow()
Dinput_method_panel.cpp229 int32_t InputMethodPanel::SetCallingWindow(uint32_t windowId) in SetCallingWindow()
Dinput_method_ability.cpp296 void InputMethodAbility::SetCallingWindow(uint32_t windowId) in SetCallingWindow()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp462 uint32_t windowId = 99; variable
585 uint32_t windowId = 88; variable
Dinput_method_ability_exception_test.cpp85 void InputMethodAbilityExceptionTest::ImeListenerImpl::OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow()
Dinput_method_ability_test.cpp82 void OnSetCallingWindow(uint32_t windowId) in OnSetCallingWindow()
710 uint32_t windowId = 10; variable
Dinput_method_panel_test.cpp60 void OnPanelStatus(uint32_t windowId, bool isShow) in OnPanelStatus()
719 uint32_t windowId = 8; variable
Dinput_method_controller_test.cpp430 uint32_t windowId = 3; variable
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h65 uint32_t windowId = -1; member
/base/web/webview/test/unittest/common/
Dnweb_create_window.h274 void RegisterScreenLockFunction(int32_t windowId, const SetKeepScreenOn&& handle) override in RegisterScreenLockFunction()
276 void UnRegisterScreenLockFunction(int32_t windowId) override in UnRegisterScreenLockFunction()
/base/web/webview/ohos_adapter/res_sched_adapter/src/
Dres_sched_client_adapter_impl.cpp220 ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nweb_id) in ReportWindowStatus()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp901 int32_t InputMethodController::SetCallingWindow(uint32_t windowId) in SetCallingWindow()