Lines Matching defs:InputMethodSysEvent
29 const std::unordered_map<int32_t, std::string> InputMethodSysEvent::operateInfo_ = {
44 std::map<int32_t, int32_t> InputMethodSysEvent::inputmethodBehaviour_ = {
48 InputMethodSysEvent::~InputMethodSysEvent()
53 InputMethodSysEvent &InputMethodSysEvent::GetInstance()
55 static InputMethodSysEvent instance;
59 void InputMethodSysEvent::ServiceFaultReporter(const std::string &componentName, int32_t errCode)
70 void InputMethodSysEvent::InputmethodFaultReporter(int32_t errCode, const std::string &name, const std::string &info)
81 void InputMethodSysEvent::ImeUsageBehaviourReporter()
99 void InputMethodSysEvent::RecordEvent(IMEBehaviour behaviour)
110 void InputMethodSysEvent::OperateSoftkeyboardBehaviour(OperateIMEInfoCode infoCode)
121 void InputMethodSysEvent::ReportImeState(ImeState state, pid_t pid, const std::string &bundleName)
133 const std::string InputMethodSysEvent::GetOperateInfo(int32_t infoCode)
142 std::string InputMethodSysEvent::GetOperateAction(int32_t infoCode)
165 void InputMethodSysEvent::SetUserId(int32_t userId)
170 void InputMethodSysEvent::StopTimer()
182 bool InputMethodSysEvent::StartTimer(const TimerCallback &callback, uint32_t interval)
201 bool InputMethodSysEvent::StartTimerForReport()