Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/dfx/include/
Dinputmethod_sysevent.h50 … void InputmethodFaultReporter(int32_t errCode, const std::string &name, const std::string &info);
/base/inputmethod/imf/services/dfx/src/
Dinputmethod_sysevent.cpp70 void InputMethodSysEvent::InputmethodFaultReporter(int32_t errCode, const std::string &name, const … in InputmethodFaultReporter() function in OHOS::MiscServices::InputMethodSysEvent
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp408 InputMethodSysEvent::GetInstance().InputmethodFaultReporter( in OnSwitchInputMethod()
425 InputMethodSysEvent::GetInstance().InputmethodFaultReporter( in OnSwitchInputMethod()
603 InputMethodSysEvent::GetInstance().InputmethodFaultReporter( in OnUserStarted()
Dperuser_session.cpp609 InputMethodSysEvent::GetInstance().InputmethodFaultReporter( in StartInputService()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp69 … InputMethodSysEvent::GetInstance().InputmethodFaultReporter(ret, "", "IMC initialize failed!"); in GetInstance()