Searched refs:InputmethodFaultReporter (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | inputmethod_sysevent.h | 52 … void InputmethodFaultReporter(int32_t errCode, const std::string &name, const std::string &info);
|
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | inputmethod_sysevent.cpp | 70 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 D | input_method_system_ability.cpp | 720 …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 D | peruser_session.cpp | 1038 … 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 D | input_method_controller.cpp | 75 … InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ret, "", "IMC initialize failed!"); in GetInstance()
|