Home
last modified time | relevance | path

Searched refs:msgId (Results 1 - 25 of 89) sorted by relevance

1234

/base/hiviewdfx/hiview_lite/
H A Dhiview_service.c29 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type);
78 if ((request == NULL) || (request->msgId >= HIVIEW_MSG_MAX)) { in MessageHandle()
81 if (g_hiviewMsgHandleList[request->msgId] != NULL) { in MessageHandle()
82 (*(g_hiviewMsgHandleList[request->msgId]))(request); in MessageHandle()
95 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type) in Output() argument
99 .msgId = msgId, in Output()
127 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue) in HiviewSendMessage() argument
138 hiviewInfterface->Output((IUnknown *)hiviewInfterface, msgId, msgValue); in HiviewSendMessage()
H A Dhiview_service.h50 void (*Output)(IUnknown *iUnknown, int16 msgId, uint16 type);
64 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue);
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Devent_manager.cpp40 eventInfo->msgId = MessageId::COORDINATION_ADD_LISTENER; in RegisterListener()
69 .msgId = MessageId::COORDINATION_MESSAGE, in EnableCooperate()
81 .msgId = MessageId::COORDINATION_MESSAGE, in DisableCooperate()
92 eventInfo->msgId = MessageId::COORDINATION_MESSAGE; in StartCooperate()
105 .msgId = eventInfo->msgId, in StartCooperateFinish()
149 eventInfo->msgId = MessageId::COORDINATION_MESSAGE; in StopCooperate()
161 .msgId = eventInfo->msgId, in StopCooperateFinish()
208 FI_HILOGD("Notify cooperate listener (%{public}d, %{public}d)", listener->pid, listener->msgId); in OnCooperateMessage()
[all...]
H A Dhot_area.cpp40 .msgId = MessageId::HOT_AREA_ADD_LISTENER, in AddListener()
132 NotifyHotAreaMessage(callback.pid, callback.msgId, msg, isEdge); in OnHotAreaMessage()
142 void HotArea::NotifyHotAreaMessage(int32_t pid, MessageId msgId, HotAreaType msg, bool isEdge) in NotifyHotAreaMessage() argument
148 NetPacket pkt(msgId); in NotifyHotAreaMessage()
/base/location/services/location_locator/locator/include/
H A Dgeo_convert_proxy.h40 bool SendSimpleMsgAndParseResult(const int msgId);
41 int SendSimpleMsg(const int msgId, MessageParcel& reply);
42 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
/base/location/services/location_locator/locator/source/
H A Dgeo_convert_proxy.cpp63 int GeoConvertProxy::SendSimpleMsg(const int msgId, MessageParcel& reply) in SendSimpleMsg() argument
73 error = SendMsgWithDataReply(msgId, data, reply); in SendSimpleMsg()
77 int GeoConvertProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply) in SendMsgWithDataReply() argument
87 error = remote->SendRequest(msgId, data, reply, option); in SendMsgWithDataReply()
92 bool GeoConvertProxy::SendSimpleMsgAndParseResult(const int msgId) in SendSimpleMsgAndParseResult() argument
96 int error = SendSimpleMsg(msgId, reply); in SendSimpleMsgAndParseResult()
/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_codec.cpp52 cbHeader_->msgId == codec.cbHeader_->msgId; in operator ==()
403 std::string cbMsgId("msgId:" + std::to_string(cbHeader_->msgId)); in ToString()
443 if (cbHeader_->msgId >= PWS_FIRST_ID && cbHeader_->msgId <= PWS_LAST_ID) { in GetPriority()
479 cbCategoty = cbHeader_->msgId; in GetServiceCategory()
491 TELEPHONY_EXT_WRAPPER.getCustEtwsType_(cbHeader_->msgId, type); in GetWarningType()
497 type = cbHeader_->msgId - ETWS_TYPE; in GetWarningType()
517 etws = ((cbHeader_->msgId in IsEtwsMessage()
562 uint16_t msgId = 0; GetCmasSeverity() local
597 uint16_t msgId = 0; GetCmasUrgency() local
632 uint16_t msgId = 0; GetCmasCertainty() local
[all...]
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_teleservice_message.cpp82 SmsTeleSvcMsgId msgId; in GetMessageType() local
83 CdmaSmsMessageId messageId(msgId, type); in GetMessageType()
103 parameter_.push_back(std::make_unique<CdmaSmsMessageId>(msg.msgId, type_)); in CdmaSmsSubmitMessage()
105 parameter_.push_back(std::make_unique<CdmaSmsUserData>(msg.userData, msg.msgId.headerInd)); in CdmaSmsSubmitMessage()
141 parameter_.push_back(std::make_unique<CdmaSmsMessageId>(msg.msgId, type_)); in CdmaSmsSubmitMessage()
143 parameter_.push_back(std::make_unique<CdmaSmsUserData>(msg.userData, msg.msgId.headerInd)); in CdmaSmsSubmitMessage()
182 parameter_.push_back(std::make_unique<CdmaSmsMessageId>(msg.msgId, type_)); in CdmaSmsCancelMessage()
189 parameter_.push_back(std::make_unique<CdmaSmsMessageId>(msg.msgId, type_)); in CdmaSmsDeliverReport()
196 parameter_.push_back(std::make_unique<CdmaSmsUserData>(msg.userData, msg.msgId.headerInd)); in CdmaSmsDeliverReport()
221 parameter_.push_back(std::make_unique<CdmaSmsMessageId>(msg.msgId, type in PushParameter()
[all...]
H A Dcdma_sms_sender.cpp72 uint16_t msgId = GetSubmitMsgId(); in TextBasedSmsDelivery() local
73 transMsg->data.p2p.telesvcMsg.data.submit.msgId.msgId = msgId; in TextBasedSmsDelivery()
76 TextBasedSmsSplitDelivery(desAddr, scAddr, splits, std::move(transMsg), msgRef8bit, msgId, timeStamp, in TextBasedSmsDelivery()
82 uint16_t msgId, long timeStamp, const sptr<ISendShortMessageCallback> &sendCallback, in TextBasedSmsSplitDelivery()
124 timeStamp, msgId, isMmsApp, dataBaseId); in TextBasedSmsSplitDelivery()
135 uint16_t msgId, in UpdateIndexerInfo()
144 indexer->SetMsgId(msgId); in UpdateIndexerInfo()
313 transMsg->data.p2p.telesvcMsg.data.submit.msgId in SetPduSeqInfo()
80 TextBasedSmsSplitDelivery(const std::string &desAddr, const std::string &scAddr, std::vector<struct SplitInfo> splits, std::unique_ptr<CdmaTransportMsg> transMsg, uint8_t msgRef8bit, uint16_t msgId, long timeStamp, const sptr<ISendShortMessageCallback> &sendCallback, const sptr<IDeliveryShortMessageCallback> &deliveryCallback, uint16_t dataBaseId, bool isMmsApp) TextBasedSmsSplitDelivery() argument
129 UpdateIndexerInfo( shared_ptr<SmsSendIndexer> &indexer, uint8_t msgRef8bit, const uint8_t unSentCellCount, shared_ptr<bool> hasCellFailed, long timeStamp, uint16_t msgId, uint16_t dataBaseId, bool isMmsApp) UpdateIndexerInfo() argument
358 uint16_t msgId = GetSubmitMsgId(); DataBasedSmsDelivery() local
410 uint16_t msgId = GetSubmitMsgId(); EncodeMsgData() local
[all...]
/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h76 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
77 int SendMsgWithReply(const int msgId, MessageParcel& reply);
78 int SendSimpleMsg(const int msgId);
79 int SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid_t uid);
115 LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply);
116 LocationErrCode SendMsgWithReplyV9(const int msgId, MessageParcel& reply);
117 LocationErrCode SendSimpleMsgV9(const int msgId);
118 LocationErrCode SendRegisterMsgToRemoteV9(const int msgId, const sptr<IRemoteObject>& callback);
/base/msdp/device_status/utils/ipc/src/
H A Dnet_packet.cpp20 NetPacket::NetPacket(MessageId msgId) : msgId_(msgId) {} in NetPacket() argument
/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_service.c68 ((BatteryServiceMsgID)(request->msgId) >= BATT_SRV_MSG_ID_MAX)) { in MessageHandle()
71 switch (request->msgId) { in MessageHandle()
102 .msgId = BATT_SRV_MSG_UPDATE, in BatteryMonitorHandle()
/base/msdp/device_status/services/interaction/drag/src/
H A Dstate_change_notify.cpp66 OnDragInfoNotify(info->session, info->msgId, style); in StyleChangedNotify()
82 OnDragInfoNotify(info->session, info->msgId, state); in StateChangedNotify()
88 void StateChangeNotify::OnDragInfoNotify(SocketSessionPtr session, MessageId msgId, T t) in OnDragInfoNotify() argument
92 NetPacket pkt(msgId); in OnDragInfoNotify()
/base/inputmethod/imf/common/src/
H A Dmessage.cpp21 * @param msgId a message Id
24 Message::Message(int32_t msgId, MessageParcel *msgContent) in Message() argument
26 msgId_ = msgId; in Message()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_message_handler.h27 enum HksIpcInterfaceCode msgId; member
57 enum HksIpcInterfaceCode msgId; member
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dhot_area.h37 MessageId msgId { MessageId::INVALID };
63 void NotifyHotAreaMessage(int32_t pid, MessageId msgId, HotAreaType msg, bool isEdge);
H A Devent_manager.h44 MessageId msgId { MessageId::INVALID };
54 MessageId msgId { MessageId::INVALID };
63 MessageId msgId { MessageId::INVALID };
/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_window_manager_agent.cpp41 PrivacyWindowServiceInterfaceCode msgId = static_cast<PrivacyWindowServiceInterfaceCode>(code); in OnRemoteRequest() local
42 switch (msgId) { in OnRemoteRequest()
/base/sensors/sensor/utils/ipc/src/
H A Dnet_packet.cpp22 NetPacket::NetPacket(MessageId msgId) : msgId_(msgId) in NetPacket() argument
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp404 int32_t msgId = 123456; // 123456 is except num in HWTEST_F() local
406 memcpy_s(except + pos, static_cast<size_t>(arraySize - pos), reinterpret_cast<void *>(&msgId), sizeof(msgId)), in HWTEST_F()
408 pos += sizeof(msgId); in HWTEST_F()
419 msgId = 0; in HWTEST_F()
424 EXPECT_EQ(ResponseMessageReceiver::MsgHeaderParcel(msgId, msgType, bodySize, parcel, size), -1); in HWTEST_F()
427 EXPECT_EQ(ResponseMessageReceiver::MsgHeaderParcel(msgId, msgType, bodySize, parcel, size), -1); in HWTEST_F()
433 EXPECT_EQ(ResponseMessageReceiver::MsgHeaderParcel(msgId, msgType, bodySize, parcel, size), -1); in HWTEST_F()
436 EXPECT_EQ(ResponseMessageReceiver::MsgHeaderParcel(msgId, msgType, bodySize, parcel, size), -1); in HWTEST_F()
439 EXPECT_EQ(ResponseMessageReceiver::MsgHeaderParcel(msgId, msgTyp in HWTEST_F()
712 int32_t msgId = 123456; // 123456 is except num HWTEST_F() local
[all...]
/base/telephony/sms_mms/test/unittest/
H A Dcdma_sms_test.cpp55 transMsg->data.p2p.telesvcMsg.data.submit.msgId.headerInd = true; in SetPduSeqInfo()
346 cout << s << " msgId : " << static_cast<int>(deliver.msgId.msgId) << endl; in PrintTeleserviceDeliver()
347 cout << s << " headerInd : " << static_cast<int>(deliver.msgId.headerInd) << endl; in PrintTeleserviceDeliver()
374 cout << s << " msgId : " << static_cast<int>(submit.msgId.msgId) << endl; in PrintTeleserviceSubmit()
375 cout << s << " headerInd : " << static_cast<int>(submit.msgId.headerInd) << endl; in PrintTeleserviceSubmit()
392 cout << s << " msgId in PrintTeleserviceDeliverAck()
[all...]
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cb_test.cpp124 cbCodec->cbHeader_->msgId = PWS_FIRST_ID; in HWTEST_F()
143 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_OBSERVED; in HWTEST_F()
146 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_OBSERVED_SPANISH; in HWTEST_F()
149 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_LIKELY; in HWTEST_F()
152 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_LIKELY_SPANISH; in HWTEST_F()
155 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_OBSERVED; in HWTEST_F()
158 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::SEVERE_OBSERVED_SPANISH; in HWTEST_F()
161 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::SEVERE_LIKELY; in HWTEST_F()
164 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::SEVERE_LIKELY_SPANISH; in HWTEST_F()
167 smsCbMessage->cbHeader_->msgId in HWTEST_F()
842 uint16_t msgId = 1; HWTEST_F() local
[all...]
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test.cpp234 MessageId msgId = MessageId::COORDINATION_ADD_LISTENER; in HWTEST_F() local
235 NetPacket pkt(msgId); in HWTEST_F()
261 MessageId msgId = MessageId::COORDINATION_ADD_LISTENER; in HWTEST_F() local
262 NetPacket pkt(msgId); in HWTEST_F()
288 MessageId msgId = MessageId::COORDINATION_ADD_LISTENER; in HWTEST_F() local
289 NetPacket pkt(msgId); in HWTEST_F()
315 MessageId msgId = MessageId::COORDINATION_ADD_LISTENER; in HWTEST_F() local
316 NetPacket pkt(msgId); in HWTEST_F()
440 MessageId msgId = MessageId::COORDINATION_ADD_LISTENER; in HWTEST_F() local
441 NetPacket pkt(msgId); in HWTEST_F()
472 MessageId msgId = MessageId::COORDINATION_ADD_LISTENER; HWTEST_F() local
[all...]
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c162 APPSPAWN_CHECK_ONLY_LOG(sendMsgId == msg->msgHdr.msgId, in ReadMessage()
163 "Invalid msg recvd %{public}u %{public}u", sendMsgId, msg->msgHdr.msgId); in ReadMessage()
214 APPSPAWN_LOGV("HandleMsgSend reqId: %{public}u msgId: %{public}d", reqNode->reqId, reqNode->msg->msgId); in HandleMsgSend()
224 APPSPAWN_LOGV("Write msg ret: %{public}d msgId: %{public}u %{public}u %{public}u", in HandleMsgSend()
225 ret, reqNode->msg->msgId, reqNode->msg->msgLen, currentIndex); in HandleMsgSend()
231 APPSPAWN_LOGE("Send msg fail reqId: %{public}u msgId: %{public}d ret: %{public}d", in HandleMsgSend()
232 reqNode->reqId, reqNode->msg->msgId, ret); in HandleMsgSend()
272 if (reqNode->msg->msgId == 0) { in ClientSendMsg()
273 reqNode->msg->msgId in ClientSendMsg()
[all...]
/base/startup/init/test/systest/
H A Dloopclient_systest.c293 printf("HandleMsgSend reqId: %u msgId: %d \n", reqNode->reqId, reqNode->msg->msgId); in HandleMsgSend()
303 printf("Write msg ret: %d msgId: %u %u %u \n", in HandleMsgSend()
304 ret, reqNode->msg->msgId, reqNode->msg->msgLen, currentIndex); in HandleMsgSend()
310 printf("Send msg fail reqId: %u msgId: %d ret: %d \n", in HandleMsgSend()
311 reqNode->reqId, reqNode->msg->msgId, ret); in HandleMsgSend()
327 if (sendMsgId != msg->msgHdr.msgId) { in ReadMessage()
328 printf("Invalid msg recvd %u %u \n", sendMsgId, msg->msgHdr.msgId); in ReadMessage()
348 if (reqNode->msg->msgId == 0) { in ClientSendMsg()
349 reqNode->msg->msgId in ClientSendMsg()
[all...]

Completed in 14 milliseconds

1234