| /base/telephony/sms_mms/test/unittest/ |
| D | sms_cb_message_test.cpp | 114 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody7Bit() local 129 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody7BitUmts() local 143 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody8Bit() local 157 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBodyUcs2() local 175 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBodyUcs2Umts() local 189 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType0() local 204 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType1() local 219 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType2() local 233 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType3() local 248 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType4() local [all …]
|
| /base/telephony/sms_mms/services/sms/cdma/ |
| D | cdma_sms_transport_message.cpp | 96 …ptr<CdmaSmsTransportMessage> CdmaSmsTransportMessage::CreateTransportMessage(CdmaTransportMsg &msg) in CreateTransportMessage() 111 CdmaTransportMsg &msg, SmsReadBuffer &pdu) in CreateTransportMessage() 139 CdmaSmsP2pMessage::CdmaSmsP2pMessage(CdmaP2PMsg &msg) in CdmaSmsP2pMessage() 163 CdmaSmsP2pMessage::CdmaSmsP2pMessage(CdmaP2PMsg &msg, SmsReadBuffer &pdu) in CdmaSmsP2pMessage() 197 CdmaSmsBroadcastMessage::CdmaSmsBroadcastMessage(CdmaBroadCastMsg &msg) in CdmaSmsBroadcastMessage() 206 CdmaSmsBroadcastMessage::CdmaSmsBroadcastMessage(CdmaBroadCastMsg &msg, SmsReadBuffer &pdu) in CdmaSmsBroadcastMessage() 241 CdmaSmsAckMessage::CdmaSmsAckMessage(CdmaAckMsg &msg) in CdmaSmsAckMessage() 255 CdmaSmsAckMessage::CdmaSmsAckMessage(CdmaAckMsg &msg, SmsReadBuffer &pdu) in CdmaSmsAckMessage()
|
| D | cdma_sms_teleservice_message.cpp | 99 CdmaSmsSubmitMessage::CdmaSmsSubmitMessage(TeleserviceSubmit &msg) in CdmaSmsSubmitMessage() 128 CdmaSmsSubmitMessage::CdmaSmsSubmitMessage(TeleserviceSubmit &msg, SmsReadBuffer &pdu) in CdmaSmsSubmitMessage() 178 CdmaSmsCancelMessage::CdmaSmsCancelMessage(TeleserviceCancel &msg) in CdmaSmsCancelMessage() 185 CdmaSmsDeliverReport::CdmaSmsDeliverReport(TeleserviceDeliverReport &msg) in CdmaSmsDeliverReport() 199 CdmaSmsDeliverMessage::CdmaSmsDeliverMessage(TeleserviceDeliver &msg, SmsReadBuffer &pdu, bool isCM… in CdmaSmsDeliverMessage() 218 void CdmaSmsDeliverMessage::PushParameter(uint8_t id, TeleserviceDeliver &msg) in PushParameter() 259 CdmaSmsDeliveryAck::CdmaSmsDeliveryAck(TeleserviceDeliverAck &msg, SmsReadBuffer &pdu) in CdmaSmsDeliveryAck() 286 CdmaSmsUserAck::CdmaSmsUserAck(TeleserviceUserAck &msg, SmsReadBuffer &pdu) in CdmaSmsUserAck() 315 CdmaSmsReadAck::CdmaSmsReadAck(TeleserviceReadAck &msg, SmsReadBuffer &pdu) in CdmaSmsReadAck()
|
| /base/print/print_fwk/services/print_service/src/ |
| D | hisys_event_util.cpp | 23 …oid HisysEventUtil::reportBehaviorEvent(std::string name, int behaviorCode, const std::string &msg) in reportBehaviorEvent() 35 …sysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg) in reportFaultEvent() 48 void HisysEventUtil::reportPrintSuccess(const std::string &msg) in reportPrintSuccess() 53 void HisysEventUtil::faultPrint(std::string scene, std::string msg) in faultPrint()
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| D | dumpcatcher_interfaces_test.cpp | 152 std::string msg = ""; variable 180 std::string msg = ""; variable 201 std::string msg = ""; variable 223 std::string msg = ""; variable 266 std::string msg = ""; variable 297 std::string msg = ""; variable 321 std::string msg = ""; variable 343 std::string msg = ""; variable 373 std::string msg = ""; variable 403 std::string msg = ""; variable [all …]
|
| /base/inputmethod/imf/services/src/ |
| D | message_handler.cpp | 28 Message *msg = mQueue.front(); in ~MessageHandler() local 39 void MessageHandler::SendMessage(Message *msg) in SendMessage() 57 Message *msg = (Message *)mQueue.front(); in GetMessage() local
|
| D | message.cpp | 36 Message::Message(const Message &msg) in Message() 50 Message &Message::operator=(const Message &msg) in operator =()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_hash.c | 66 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HashCheckParam() 76 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHash() 119 int32_t HksOpensslHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHashUpdate() 134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal()
|
| D | hks_openssl_hmac.c | 43 static int32_t HmacCheckBuffer(const struct HksBlob *key, const struct HksBlob *msg, const struct H… in HmacCheckBuffer() 71 const struct HksBlob *key, uint32_t alg, const struct HksBlob *msg, const struct HksBlob *mac) in HmacCheckParam() 94 int32_t HksOpensslHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, st… in HksOpensslHmac() 161 int32_t HksOpensslHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHmacUpdate() 179 int32_t HksOpensslHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksOpensslHmacFinal()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| D | dfx_dump_catcher.cpp | 68 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums… in DoDumpCurrTid() 81 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums, bool isJs… in DoDumpLocalTid() 103 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DoDumpLocalPid() 129 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson) in DoDumpRemoteLocked() 135 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums, boo… in DoDumpLocalLocked() 155 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 161 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch() 197 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) in DumpCatchFd() 207 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg, bool isJ… in DoDumpCatchRemote() 251 int DfxDumpCatcher::DoDumpRemotePid(const int type, int pid, std::string& msg, bool isJson) in DoDumpRemotePid() [all …]
|
| /base/useriam/user_auth_framework/frameworks/native/client/src/ |
| D | auth_message_impl.cpp | 21 const std::vector<uint8_t> &AuthMessageImpl::GetMsgBuffer(const std::shared_ptr<AuthMessage> &msg) in GetMsgBuffer() 28 std::shared_ptr<AuthMessage> AuthMessage::As(const std::vector<uint8_t> &msg) in As()
|
| /base/security/device_security_level/test/dslm_unit_test/ |
| D | dslm_test.cpp | 142 MessageBuff *msg = nullptr; variable 155 MessageBuff **msg = nullptr; variable 165 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 182 MessageBuff *msg = nullptr; variable 197 MessageBuff **msg = nullptr; variable 204 MessageBuff msg; variable 219 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 235 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 247 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 264 MessageBuff msg = {.length = messageLen, .buff = message}; variable [all …]
|
| /base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
| D | vsnprintf_s_p.c | 37 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert( msg "invalid argument" == NULL) argument 38 #define SECUREC_ERROR_INVALID_RANGE(msg) assert( msg "invalid dest buffer size" == NULL) argument 41 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk( "%s invalid argument\n",msg) argument 42 … #define SECUREC_ERROR_INVALID_RANGE(msg) printk( "%s invalid dest buffer size\n", msg) argument 44 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf( "%s invalid argument\n",msg) argument 45 … #define SECUREC_ERROR_INVALID_RANGE(msg) printf( "%s invalid dest buffer size\n", msg) argument 48 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") argument 49 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") argument 51 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument 52 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument [all …]
|
| /base/hiviewdfx/faultloggerd/test/systemtest/ |
| D | dumpcatcher_system_test.cpp | 253 string msg = ""; variable 273 string msg = ""; variable 291 string msg = ""; variable 313 string msg = ""; variable 335 string msg = ""; variable 355 string msg = ""; variable 374 string msg = ""; variable 394 string msg = ""; variable 415 string msg = ""; variable 434 string msg = ""; variable [all …]
|
| /base/msdp/device_status/intention/cooperate/plugin/src/ |
| D | event_manager.cpp | 51 CoordinationMessage msg { event.success ? in RemoteStartFinish() local 90 int32_t EventManager::OnCooperateMessage(CoordinationMessage msg, const std::string &networkId) in OnCooperateMessage() 102 void EventManager::OnEnable(CoordinationMessage msg, const std::string &networkId) in OnEnable() 112 void EventManager::OnStart(CoordinationMessage msg, const std::string &networkId) in OnStart() 122 void EventManager::OnStop(CoordinationMessage msg, const std::string &networkId) in OnStop() 142 void EventManager::OnErrorMessage(EventType type, CoordinationMessage msg) in OnErrorMessage() 152 const std::string &networkId, CoordinationMessage msg) in NotifyCooperateMessage()
|
| /base/msdp/device_status/services/interaction/coordination/src/ |
| D | coordination_event_manager.cpp | 65 int32_t CoordinationEventManager::OnCoordinationMessage(CoordinationMessage msg, const std::string … in OnCoordinationMessage() 81 void CoordinationEventManager::OnEnable(CoordinationMessage msg, const std::string &networkId) in OnEnable() 91 void CoordinationEventManager::OnStart(CoordinationMessage msg, const std::string &networkId) in OnStart() 101 void CoordinationEventManager::OnStop(CoordinationMessage msg, const std::string &networkId) in OnStop() 121 void CoordinationEventManager::OnErrorMessage(EventType type, CoordinationMessage msg) in OnErrorMessage() 141 …Ptr sess, MessageId msgId, int32_t userData, const std::string &networkId, CoordinationMessage msg) in NotifyCoordinationMessage()
|
| /base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
| D | log_catcher_utils.cpp | 35 bool GetDump(int pid, std::string& msg) in GetDump() 58 void FinshDump(int pid, const std::string& msg) in FinshDump() 77 std::string msg = ""; in DumpStacktrace() local
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | log_collector.cpp | 33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo() 75 HilogMsg& msg = *(reinterpret_cast<HilogMsg *>(data.data())); in onDataRecv() local 128 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| D | ril_sms_test.cpp | 490 GsmSmsMessageInfo msg; variable 509 GsmSmsMessageInfo msg; variable 566 GsmSmsMessageInfo msg; variable 585 GsmSmsMessageInfo msg; variable 604 SendCdmaSmsMessageInfo msg; variable 622 SendCdmaSmsMessageInfo msg; variable
|
| /base/location/interfaces/inner_api/native/source/ |
| D | native_nmea_callback_host.cpp | 36 std::string msg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 48 void NativeNmeaCallbackHost::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange()
|
| /base/theme/wallpaper_mgr/utils/dfx/hisysevent_adapter/ |
| D | fault_reporter.cpp | 28 ReportStatus FaultReporter::ReportServiceFault(const FaultMsg &msg) in ReportServiceFault() 35 ReportStatus FaultReporter::ReportRuntimeFault(const FaultMsg &msg) in ReportRuntimeFault()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | reminder_request.h | 31 #define READ_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument 37 #define READ_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument 43 #define READ_INT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument 49 #define READ_INT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument 55 #define READ_UINT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument 61 #define READ_UINT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument 67 #define READ_UINT16_RETURN_FALSE_LOG(parcel, value, msg) \ argument 73 #define READ_UINT8_RETURN_FALSE_LOG(parcel, value, msg) \ argument 79 #define WRITE_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument 85 #define WRITE_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument [all …]
|
| /base/location/frameworks/native/source/ |
| D | nmea_message_callback_host.cpp | 53 std::string msg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 70 napi_value NmeaMessageCallbackHost::PackResult(const std::string msg) in PackResult() 77 bool NmeaMessageCallbackHost::Send(const std::string msg) in Send() 154 void NmeaMessageCallbackHost::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange()
|
| /base/security/device_security_level/services/dslm/ |
| D | dslm_msg_utils.c | 120 int32_t BuildDeviceSecInfoRequest(uint64_t challenge, MessageBuff **msg) in BuildDeviceSecInfoRequest() 142 int32_t ParseDeviceSecInfoRequest(const MessageBuff *msg, RequestObject *obj) in ParseDeviceSecInfoRequest() 174 int32_t BuildDeviceSecInfoResponse(uint64_t challenge, const DslmCredBuff *cred, MessageBuff **msg) in BuildDeviceSecInfoResponse() 195 int32_t ParseDeviceSecInfoResponse(const MessageBuff *msg, uint64_t *challenge, uint32_t *version, … in ParseDeviceSecInfoResponse()
|
| /base/useriam/user_auth_framework/frameworks/native/client/inc/ |
| D | auth_message_impl.h | 28 explicit AuthMessageImpl(std::vector<uint8_t> msg) : msg_(std::move(msg)) {}; in AuthMessageImpl()
|