Home
last modified time | relevance | path

Searched refs:InputmethodFaultReporter (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Dinputmethod_sysevent.h52 … void InputmethodFaultReporter(int32_t errCode, const std::string &name, const std::string &info);
/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp70 void InputMethodSysEvent::InputmethodFaultReporter(int32_t errCode, const std::string &name, const … in InputmethodFaultReporter() function in OHOS::MiscServices::InputMethodSysEvent
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp720 …InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ErrorCode::ERROR_STATUS_PERMISSION_DEN… in OnSwitchInputMethod()
738 InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ret, switchInfo.bundleName, in OnSwitchInputMethod()
750 InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ret, switchInfo.bundleName, in OnSwitchInputMethod()
H A Dperuser_session.cpp1038 … InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ErrorCode::ERROR_IME_START_FAILED, in StartCurrentIme()
1147 InputMethodSysEvent::GetInstance().InputmethodFaultReporter( in StartInputService()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp75 … InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ret, "", "IMC initialize failed!"); in GetInstance()