/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_method_setting_listener.h | 27 virtual void OnPanelStatusChange(
|
D | i_input_client.h | 41 virtual int32_t OnPanelStatusChange(
|
D | input_client_proxy.h | 41 int32_t OnPanelStatusChange(
|
D | input_client_stub.h | 43 int32_t OnPanelStatusChange(
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
D | input_client_proxy.cpp | 47 int32_t InputClientProxy::OnPanelStatusChange( in OnPanelStatusChange() function in OHOS::MiscServices::InputClientProxy
|
D | input_client_stub.cpp | 178 int32_t InputClientStub::OnPanelStatusChange( in OnPanelStatusChange() function in OHOS::MiscServices::InputClientStub
|
D | input_method_controller.cpp | 304 OnPanelStatusChange(static_cast<InputWindowStatus>(status), windowInfo); in WorkThread() 383 void InputMethodController::OnPanelStatusChange( in OnPanelStatusChange() function in OHOS::MiscServices::InputMethodController 391 settingListener_->OnPanelStatusChange(status, windowInfo); in OnPanelStatusChange()
|
/base/inputmethod/imf/services/include/ |
D | peruser_session.h | 88 int32_t OnPanelStatusChange(const InputWindowStatus &status, const InputWindowInfo &windowInfo);
|
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 32 …void OnPanelStatusChange(const InputWindowStatus &status, const std::vector<InputWindowInfo> &wind… in OnPanelStatusChange() function in OHOS::SettingListener
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | js_get_input_method_setting.h | 113 …void OnPanelStatusChange(const InputWindowStatus &status, const std::vector<InputWindowInfo> &wind…
|
D | js_get_input_method_setting.cpp | 524 void JsGetInputMethodSetting::OnPanelStatusChange( in OnPanelStatusChange() function in OHOS::MiscServices::JsGetInputMethodSetting
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
D | input_method_controller.h | 443 …void OnPanelStatusChange(const InputWindowStatus &status, const std::vector<InputWindowInfo> &wind…
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | newIme_switch_test.cpp | 75 …void OnPanelStatusChange(const InputWindowStatus &status, const std::vector<InputWindowInfo> &wind… in OnPanelStatusChange() function in OHOS::MiscServices::InputMethodSettingListenerImpl
|
D | input_method_switch_test.cpp | 78 …void OnPanelStatusChange(const InputWindowStatus &status, const std::vector<InputWindowInfo> &wind… in OnPanelStatusChange() function in OHOS::MiscServices::InputMethodSettingListenerImpl
|
D | input_method_panel_test.cpp | 91 …void OnPanelStatusChange(const InputWindowStatus &status, const std::vector<InputWindowInfo> &wind… in OnPanelStatusChange() function in OHOS::MiscServices::InputMethodSettingListenerImpl
|
/base/inputmethod/imf/services/src/ |
D | peruser_session.cpp | 641 int32_t PerUserSession::OnPanelStatusChange(const InputWindowStatus &status, const InputWindowInfo … in OnPanelStatusChange() function in OHOS::MiscServices::PerUserSession 658 int32_t ret = clientInfo->client->OnPanelStatusChange(status, { windowInfo }); in OnPanelStatusChange()
|
D | input_method_system_ability.cpp | 357 return userSession_->OnPanelStatusChange(status, windowInfo); in PanelStatusChange()
|