Home
last modified time | relevance | path

Searched refs:START_IME (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()
93 inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::START_IME)] = 0; in ImeUsageBehaviourReporter()
103 if (behaviour == IMEBehaviour::START_IME) { in RecordEvent()
104 ++inputmethodBehaviour_[static_cast<int32_t>(IMEBehaviour::START_IME)]; in RecordEvent()
/base/inputmethod/imf/common/include/
H A Dinputmethod_sysevent.h43 START_IME = 0, member in OHOS::MiscServices::IMEBehaviour
/base/inputmethod/imf/services/include/
H A Dperuser_session.h59 START_IME, member in OHOS::MiscServices::ImeEvent
260 { { ImeStatus::READY, ImeEvent::START_IME }, { ImeStatus::READY, ImeAction::DO_NOTHING } },
261 { { ImeStatus::STARTING, ImeEvent::START_IME }, { ImeStatus::STARTING, ImeAction::HANDLE_STARTING_IME } },
262 { { ImeStatus::EXITING, ImeEvent::START_IME }, { ImeStatus::EXITING, ImeAction::STOP_EXITING_IME } },
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1086 InputMethodSysEvent::GetInstance().RecordEvent(IMEBehaviour::START_IME); in StartInputService()
1518 auto action = GetImeAction(ImeEvent::START_IME);

Completed in 5 milliseconds