Home
last modified time | relevance | path

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

/base/security/device_security_level/services/common/
Ddslm_msg_serialize.c75 int32_t msgType = GetJsonFieldInt(handle, FIELD_MESSAGE); in ParseMessage() local
76 if (msgType < 0) { in ParseMessage()
88 packet->type = (uint32_t)msgType; in ParseMessage()
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body.cpp63 unsigned char msgType = 0; in DecodeMmsBody() local
64 if (!header.GetOctetValue(MMS_MESSAGE_TYPE, msgType)) { in DecodeMmsBody()
69 if (msgType != MMS_MSGTYPE_SEND_REQ && msgType != MMS_MSGTYPE_RETRIEVE_CONF) { in DecodeMmsBody()
Dmms_header.cpp970 uint8_t msgType = 0; in IsHaveBody() local
971 GetOctetValue(MMS_MESSAGE_TYPE, msgType); in IsHaveBody()
972 if (msgType == MMS_MSGTYPE_SEND_REQ || msgType == MMS_MSGTYPE_RETRIEVE_CONF) { in IsHaveBody()
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_data_channel_stub.cpp189 …2_t InputDataChannelStub::HandleGetOperation(int32_t number, std::u16string &text, int32_t msgType) in HandleGetOperation() argument
191 …IMSA_HILOGI("InputDataChannelStub::start, msgId: %{public}d, number: %{public}d", msgType, number); in HandleGetOperation()
196 if (msgType == GET_TEXT_BEFORE_CURSOR) { in HandleGetOperation()
207 if (msgType == GET_TEXT_BEFORE_CURSOR) { in HandleGetOperation()
/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Dinput_data_channel_stub.h57 int32_t HandleGetOperation(int32_t number, std::u16string &text, int32_t msgType);
/base/telephony/sms_mms/services/include/
Dsms_cb_data.h44 uint8_t msgType = SmsCbMessage::SMS_CBMSG_TYPE_UNKNOWN; member
Dsms_cb_message.h266 bool GetMsgType(uint8_t &msgType) const;
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_cb_handler.cpp325 want.SetParam(SmsCbData::CB_MSG_TYPE, static_cast<char>(sendData.msgType)); in SetWantData()
361 cbMessage->GetMsgType(sendData.msgType); in GetCbData()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp221 auto msgType = event->GetInnerEventId(); in ProcessEvent() local
223 …earchHandler::ProcessEvent received event slotId:%{public}d msgType:%{public}d", slotId_, msgType); in ProcessEvent()
224 auto itFunc = memberFuncMap_.find(static_cast<RadioEvent>(msgType)); in ProcessEvent()
/base/telephony/sms_mms/services/cdma/
Dcdma_sms_receive_handler.cpp192 want.SetParam(SmsCbData::CB_MSG_TYPE, static_cast<char>(sendData.msgType)); in SetCBBroadcastParam()
Dcdma_sms_pdu_codec.cpp541 pduStr[offset++] = userData.msgType; in EncodeBearerUserData()
1908 userData.msgType = pduStr[offset]; in DecodeUserData()
/base/telephony/sms_mms/services/
Dsms_cb_message.cpp904 bool SmsCbMessage::GetMsgType(uint8_t &msgType) const in GetMsgType()
910 msgType = cbHeader_->cbMsgType; in GetMsgType()
/base/telephony/sms_mms/services/include/cdma/
Dcdma_sms_types.h459 unsigned char msgType; member
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
Dhks_teec.c244 uint32_t msgType, TEEC_Operation *operation) in HksTeeCommand() argument
262 return TeecRequestCmdInner(msgType, operation, &teecOperation); in HksTeeCommand()