Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h33 MSG_ID_USER_REMOVED, // a user removed enumerator
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H A Dinputmethodsystemability_fuzzer.cpp55 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED, parcel1); in FuzzOnUser()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp186 auto *msg = new Message(MessageID::MSG_ID_USER_REMOVED, nullptr);
194 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED, parcel1);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp269 HandleUserEvent(MessageID::MSG_ID_USER_REMOVED, data); in RemoveUser()
H A Dinput_method_system_ability.cpp983 case MSG_ID_USER_REMOVED: { in WorkThread()