Home
last modified time | relevance | path

Searched refs:MessageID (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp32 using namespace MessageID;
259 HandleUserEvent(MessageID::MSG_ID_USER_STOP, data); in StopUser()
264 HandleUserEvent(MessageID::MSG_ID_USER_START, data); in StartUser()
269 HandleUserEvent(MessageID::MSG_ID_USER_REMOVED, data); in RemoveUser()
314 auto msg = new (std::nothrow) Message(MessageID::MSG_ID_DATA_SHARE_READY, parcel); in OnDataShareReady()
325 HandlePackageEvent(MessageID::MSG_ID_PACKAGE_REMOVED, data); in RemovePackage()
330 HandlePackageEvent(MessageID::MSG_ID_PACKAGE_ADDED, data); in AddPackage()
335 HandlePackageEvent(MessageID::MSG_ID_PACKAGE_CHANGED, data); in ChangePackage()
350 if (messageId == MessageID::MSG_ID_PACKAGE_REMOVED) { in HandlePackageEvent()
380 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_BOOT_COMPLETED, nullptr); in HandleBootCompleted()
[all …]
H A Dinput_control_channel_stub.cpp66 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_HIDE_KEYBOARD_SELF, parcel); in HideKeyboardSelf()
H A Dinput_method_system_ability.cpp54 using namespace MessageID;
75 Message *msg = new Message(MessageID::MSG_ID_QUIT_WORKER_THREAD, nullptr); in ~InputMethodSystemAbility()
1810 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_OS_ACCOUNT_STARTED, nullptr); in HandleOsAccountStarted()
H A Dperuser_session.cpp46 using namespace MessageID;
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H A Dinputmethodsystemability_fuzzer.cpp49 auto msg = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel); in FuzzOnUser()
55 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED, parcel1); in FuzzOnUser()
64 auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_PACKAGE_REMOVED, parcel2); in FuzzOnUser()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp27 using namespace MessageID;
151 Message *message = new Message(MessageID::MSG_ID_ON_CURSOR_UPDATE, data); in OnCursorUpdate()
167 Message *message = new Message(MessageID::MSG_ID_ON_SELECTION_CHANGE, data); in OnSelectionChange()
193 auto message = new (std::nothrow) Message(MessageID::MSG_ID_ON_ATTRIBUTE_CHANGE, data); in OnAttributeChange()
H A Dinput_method_core_stub.cpp32 using namespace MessageID;
62 …return SendMessage(MessageID::MSG_ID_INIT_INPUT_CONTROL_CHANNEL, [inputControlChannel](MessageParc… in InitInputControlChannel()
150 …int32_t ret = SendMessage(MessageID::MSG_ID_SET_SUBTYPE, [&data, &property](MessageParcel &parcel)… in SetSubtypeOnRemote()
H A Dinput_method_ability.cpp39 using namespace MessageID;
118 Message *msg = new Message(MessageID::MSG_ID_SET_COREANDANGENT, nullptr); in SetCoreAndAgentAsync()
837 Message *msg = new Message(MessageID::MSG_ID_QUIT_WORKER_THREAD, nullptr); in QuitWorkThread()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp138 auto msg = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel);
151 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel1);
163 auto msg2 = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel2);
172 auto msg3 = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel3);
186 auto *msg = new Message(MessageID::MSG_ID_USER_REMOVED, nullptr);
194 auto msg1 = std::make_shared<Message>(MessageID::MSG_ID_USER_REMOVED, parcel1);
807 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);
H A Dime_proxy_test.cpp536 Message *message = new Message(MessageID::MSG_ID_ON_CURSOR_UPDATE, data);
548 Message *message1 = new Message(MessageID::MSG_ID_ON_SELECTION_CHANGE, data1);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_implement.h28 enum MessageID { enum
/ohos5.0/base/inputmethod/imf/services/adapter/system_language_observer/src/
H A Dsystem_language_observer.cpp44 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_SYS_LANGUAGE_CHANGED, nullptr); in OnChange()
/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h30 namespace MessageID {
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp41 using namespace MessageID;