Home
last modified time | relevance | path

Searched refs:MSG_ID_BUNDLE_SCAN_FINISHED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h35 MSG_ID_BUNDLE_SCAN_FINISHED, // bundle scan finished enumerator
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp297 auto msg = new (std::nothrow) Message(MessageID::MSG_ID_BUNDLE_SCAN_FINISHED, parcel); in OnBundleScanFinished()
H A Dinput_method_system_ability.cpp995 case MSG_ID_BUNDLE_SCAN_FINISHED: { in WorkThread()