Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h34 MSG_ID_PACKAGE_REMOVED, // a package is removed enumerator
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H A Dinputmethodsystemability_fuzzer.cpp64 auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED, parcel2); in FuzzOnUser()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp807 auto *msg = new Message(MessageID::MSG_ID_PACKAGE_REMOVED, nullptr);
816 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED, parcel1);
826 auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED, parcel2);
836 auto msg3 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED, parcel3);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp325 HandlePackageEvent(MessageID::MSG_ID_PACKAGE_REMOVED, data); in RemovePackage()
350 if (messageId == MessageID::MSG_ID_PACKAGE_REMOVED) { in HandlePackageEvent()
H A Dinput_method_system_ability.cpp1004 case MSG_ID_PACKAGE_REMOVED: { in WorkThread()
1124 if (msg->msgId_ == MSG_ID_PACKAGE_REMOVED) { in HandlePackageEvent()