Home
last modified time | relevance | path

Searched refs:msgId_ (Results 1 – 7 of 7) sorted by relevance

/base/inputmethod/imf/services/src/
Dmessage.cpp26 msgId_ = msgId; in Message()
38 msgId_ = msg.msgId_; in Message()
55 msgId_ = msg.msgId_; in operator =()
Dinput_method_system_ability.cpp846 switch (msg->msgId_) { in WorkThread()
/base/inputmethod/imf/services/include/
Dmessage.h28 int32_t msgId_{ 0 }; // message id
/base/telephony/sms_mms/services/
Dsms_send_indexer.cpp335 return msgId_; in GetMsgId()
340 msgId_ = msgId; in SetMsgId()
/base/telephony/sms_mms/services/include/
Dsms_send_indexer.h129 uint16_t msgId_ = 0; variable
/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_ability.cpp167 switch (msg->msgId_) { in WorkThread()
201 IMSA_HILOGD("the message is %{public}d.", msg->msgId_); in WorkThread()
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_method_controller.cpp140 switch (msg->msgId_) { in WorkThread()
274 …MSA_HILOGI("InputMethodController::WorkThread HandleGetOperation, msgId: %{public}d", msg->msgId_); in WorkThread()
279 IMSA_HILOGD("the message is %{public}d.", msg->msgId_); in WorkThread()