Home
last modified time | relevance | path

Searched refs:IMEBehaviour (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp45 { static_cast<int32_t>(IMEBehaviour::START_IME), 0 }, { static_cast<int32_t>(IMEBehaviour::CHANGE_IME), 0 }
86 inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::START_IME)], "IME_CHANGE", in ImeUsageBehaviourReporter()
87 inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::CHANGE_IME)]); in ImeUsageBehaviourReporter()
93 inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::START_IME)] = 0; in ImeUsageBehaviourReporter()
94 inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::CHANGE_IME)] = 0; in ImeUsageBehaviourReporter()
99 void InputMethodSysEvent::RecordEvent(IMEBehaviour behaviour) in RecordEvent()
103 if (behaviour == IMEBehaviour::START_IME) { in RecordEvent()
104 ++inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::START_IME)]; in RecordEvent()
105 } else if (behaviour == IMEBehaviour in RecordEvent()
[all...]
/base/inputmethod/imf/common/include/
H A Dinputmethod_sysevent.h42 enum class IMEBehaviour : int32_t { class
54 void RecordEvent(IMEBehaviour behaviour);
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1086 InputMethodSysEvent::GetInstance().RecordEvent(IMEBehaviour::START_IME); in StartInputService()
H A Dinput_method_system_ability.cpp689 InputMethodSysEvent::GetInstance().RecordEvent(IMEBehaviour::CHANGE_IME); in OnSwitchInputMethod()

Completed in 6 milliseconds