/base/hiviewdfx/hiview_lite/ |
D | hiview_service.c | 29 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()
|
D | hiview_service.h | 50 void (*Output)(IUnknown *iUnknown, int16 msgId, uint16 type); 64 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue);
|
/base/inputmethod/imf/services/src/ |
D | message.cpp | 24 Message::Message(int32_t msgId, MessageParcel *msgContent) in Message() argument 26 msgId_ = msgId; in Message() 34 …int32_t msgId, MessageParcel *msgContent, const std::shared_ptr<BlockData<std::u16string>> &textRe… in Message() argument 35 : Message(msgId, msgContent) in Message() 41 …int32_t msgId, MessageParcel *msgContent, const std::shared_ptr<BlockData<int32_t>> &indexResultHa… in Message() argument 42 : Message(msgId, msgContent) in Message()
|
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_cb_test.cpp | 116 cbCodec->cbHeader_->msgId = PWS_FIRST_ID; 135 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_OBSERVED; 138 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_OBSERVED_SPANISH; 141 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_LIKELY; 144 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_LIKELY_SPANISH; 147 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::EXTREME_OBSERVED; 150 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::SEVERE_OBSERVED_SPANISH; 153 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::SEVERE_LIKELY; 156 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::SEVERE_LIKELY_SPANISH; 159 smsCbMessage->cbHeader_->msgId = GsmCbCodec::CmasMsgType::ALERT_OBSERVED_DEFUALT; [all …]
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | coordination_event_manager.cpp | 75 NotifyCoordinationMessage(info->sess, info->msgId, info->userData, deviceId, msg); in OnCoordinationMessage() 86 NotifyCoordinationMessage(info->sess, info->msgId, info->userData, deviceId, msg); in OnEnable() 96 NotifyCoordinationMessage(info->sess, info->msgId, info->userData, deviceId, msg); in OnStart() 106 NotifyCoordinationMessage(info->sess, info->msgId, info->userData, deviceId, msg); in OnStop() 116 NotifyCoordinationState(info->sess, info->msgId, info->userData, state); in OnGetCrossingSwitchState() 125 NotifyCoordinationMessage(info->sess, info->msgId, info->userData, "", msg); in OnErrorMessage() 140 …SessionPtr sess, MessageId msgId, int32_t userData, const std::string &deviceId, CoordinationMessa… in NotifyCoordinationMessage() argument 144 NetPacket pkt(msgId); in NotifyCoordinationMessage() 156 void CoordinationEventManager::NotifyCoordinationState(SessionPtr sess, MessageId msgId, int32_t us… in NotifyCoordinationState() argument 160 NetPacket pkt(msgId); in NotifyCoordinationState()
|
D | coordination.cpp | 48 event->msgId = MessageId::COORDINATION_MESSAGE; in ActivateCoordination() 65 event->msgId = MessageId::COORDINATION_MESSAGE; in DeactivateCoordination() 82 event->msgId = MessageId::COORDINATION_GET_STATE; in GetCoordinationState() 98 event->msgId = MessageId::COORDINATION_ADD_LISTENER; in RegisterCoordinationListener()
|
/base/location/services/location_locator/locator/source/ |
D | geo_convert_proxy.cpp | 63 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& repl… 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/location/services/location_locator/locator/include/ |
D | geo_convert_proxy.h | 40 bool SendSimpleMsgAndParseResult(const int msgId); 41 int SendSimpleMsg(const int msgId, MessageParcel& reply); 42 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
|
/base/inputmethod/imf/services/include/ |
D | message.h | 34 …int32_t msgId, MessageParcel *msgContent, const std::shared_ptr<BlockData<std::u16string>> &textRe… 35 …Message(int32_t msgId, MessageParcel *msgContent, const std::shared_ptr<BlockData<int32_t>> &index… 36 Message(int32_t msgId, MessageParcel *msgContent);
|
/base/telephony/sms_mms/services/sms/ |
D | gsm_cb_codec.cpp | 50 cbHeader_->msgId == codec.cbHeader_->msgId; in operator ==() 401 std::string cbMsgId("msgId:" + std::to_string(cbHeader_->msgId)); in ToString() 441 if (cbHeader_->msgId >= PWS_FIRST_ID && cbHeader_->msgId <= PWS_LAST_ID) { in GetPriority() 477 cbCategoty = cbHeader_->msgId; in GetServiceCategory() 507 etws = ((cbHeader_->msgId & ETWS_TYPE_MASK) == ETWS_TYPE); in IsEtwsMessage() 517 cmas = ((cbHeader_->msgId >= CMAS_FIRST_ID) && (cbHeader_->msgId <= CMAS_LAST_ID)); in IsCmasMessage() 545 uint16_t msgId = 0; in GetCmasSeverity() local 546 if (!GetMessageId(msgId)) { in GetCmasSeverity() 550 switch (static_cast<CmasMsgType>(msgId)) { in GetCmasSeverity() 580 uint16_t msgId = 0; in GetCmasUrgency() local [all …]
|
/base/location/interfaces/inner_api/include/ |
D | locator_proxy.h | 76 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); 118 …LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply); 119 LocationErrCode SendMsgWithReplyV9(const int msgId, MessageParcel& reply); 120 LocationErrCode SendSimpleMsgV9(const int msgId); 121 LocationErrCode SendRegisterMsgToRemoteV9(const int msgId, const sptr<IRemoteObject>& callback);
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_teleservice_message.cpp | 82 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 …]
|
/base/msdp/device_status/utils/ipc/src/ |
D | net_packet.cpp | 20 NetPacket::NetPacket(MessageId msgId) : msgId_(msgId) {} in NetPacket() argument
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | state_change_notify.cpp | 68 OnStateChangedNotify(info->session, info->msgId, state); in StateChangedNotify() 73 void StateChangeNotify::OnStateChangedNotify(SessionPtr session, MessageId msgId, DragState state) in OnStateChangedNotify() argument 77 NetPacket pkt(msgId); in OnStateChangedNotify()
|
/base/powermgr/battery_lite/services/src/ |
D | battery_manage_service.c | 68 ((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/security/access_token/services/privacymanager/src/sensitive/window_manager/ |
D | window_manager_privacy_agent.cpp | 37 PrivacyWindowServiceInterfaceCode msgId = static_cast<PrivacyWindowServiceInterfaceCode>(code); in OnRemoteRequest() local 38 switch (msgId) { in OnRemoteRequest()
|
/base/security/access_token/services/privacymanager/src/sensitive/camera_manager/ |
D | camera_service_callback_stub.cpp | 44 …PrivacyCameraMuteServiceInterfaceCode msgId = static_cast<PrivacyCameraMuteServiceInterfaceCode>(c… in OnRemoteRequest() local 45 switch (msgId) { in OnRemoteRequest()
|
/base/msdp/device_status/services/interaction/coordination/include/ |
D | coordination_event_manager.h | 42 MessageId msgId { MessageId::INVALID }; 63 void NotifyCoordinationMessage(SessionPtr sess, MessageId msgId, int32_t userData, 65 void NotifyCoordinationState(SessionPtr sess, MessageId msgId, int32_t userData, bool state);
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
D | cdma_sms_common.h | 238 uint16_t msgId; member 331 SmsTeleSvcMsgId msgId; member 352 SmsTeleSvcMsgId msgId; member 367 SmsTeleSvcMsgId msgId; member 371 SmsTeleSvcMsgId msgId; member 380 SmsTeleSvcMsgId msgId; member 388 SmsTeleSvcMsgId msgId; member 396 SmsTeleSvcMsgId msgId; member
|
/base/security/access_token/services/privacymanager/src/sensitive/audio_manager/ |
D | audio_global_switch_change_stub.cpp | 44 PrivacyAudioRingerInterfaceCode msgId = static_cast<PrivacyAudioRingerInterfaceCode>(code); in OnRemoteRequest() local 45 switch (msgId) { in OnRemoteRequest()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
D | hks_message_handler.h | 27 enum HksIpcInterfaceCode msgId; member 55 enum HksIpcInterfaceCode msgId; member
|
/base/sensors/sensor/utils/ipc/src/ |
D | net_packet.cpp | 22 NetPacket::NetPacket(MessageId msgId) : msgId_(msgId) in NetPacket() argument
|
/base/telephony/sms_mms/test/unittest/ |
D | cdma_sms_test.cpp | 55 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 : " << static_cast<int>(deliveryAck.msgId.msgId) << endl; in PrintTeleserviceDeliverAck() 393 cout << s << " headerInd : " << static_cast<int>(deliveryAck.msgId.headerInd) << endl; in PrintTeleserviceDeliverAck() 419 … cout << s << " msgId : " << static_cast<int>(telesvcMsg.data.cancel.msgId.msgId) << endl; in PrintTelesvc() 420 … cout << s << " headerInd : " << static_cast<int>(telesvcMsg.data.cancel.msgId.headerInd) << endl; in PrintTelesvc() 428 …out << s << " msgId : " << static_cast<int>(telesvcMsg.data.report.msgId.msgId) << endl; in PrintTelesvc() [all …]
|
/base/telephony/sms_mms/services/sms/include/ |
D | gsm_cb_codec.h | 217 unsigned short msgId; member 227 msgId == other.msgId; 251 bool GetMessageId(uint16_t &msgId) const;
|
/base/location/frameworks/native/source/ |
D | locator_proxy.cpp | 75 int LocatorProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply) in SendMsgWithDataReply() argument 85 error = remote->SendRequest(msgId, data, reply, option); in SendMsgWithDataReply() 90 int LocatorProxy::SendMsgWithReply(const int msgId, MessageParcel& reply) in SendMsgWithReply() argument 98 return SendMsgWithDataReply(msgId, data, reply); in SendMsgWithReply() 101 int LocatorProxy::SendSimpleMsg(const int msgId) in SendSimpleMsg() argument 104 return SendMsgWithReply(msgId, reply); in SendSimpleMsg() 107 int LocatorProxy::SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid… in SendRegisterMsgToRemote() argument 126 return remote->SendRequest(msgId, data, reply, option); in SendRegisterMsgToRemote() 526 LocationErrCode LocatorProxy::SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageP… in SendMsgWithDataReplyV9() argument 534 int error = remote->SendRequest(msgId, data, reply, option); in SendMsgWithDataReplyV9() [all …]
|