Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/base/telephony/sms_mms/test/unittest/
Dsms_cb_message_test.cpp114 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/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp152 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/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_transport_message.cpp96 …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()
243 CdmaSmsAckMessage::CdmaSmsAckMessage(CdmaAckMsg &msg) in CdmaSmsAckMessage()
257 CdmaSmsAckMessage::CdmaSmsAckMessage(CdmaAckMsg &msg, SmsReadBuffer &pdu) in CdmaSmsAckMessage()
Dcdma_sms_teleservice_message.cpp99 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/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dcommon_event_parse.cpp76 void NapiThrow(napi_env env, int32_t errCode, std::string &msg) in NapiThrow()
130 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParametersByCreateSubscriber() local
190 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByGetSubscribeInfo() local
227 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByIsOrderedCommonEvent() local
263 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByIsStickyCommonEvent() local
300 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByGetCode() local
337 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParametersBySetCode() local
348 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersBySetCode() local
432 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByGetData() local
471 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParametersBySetData() local
[all …]
/base/print/print_fwk/services/print_service/src/
Dhisys_event_util.cpp23 …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/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_hash.c66 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()
Dhks_openssl_hmac.c43 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/inputmethod/imf/common/src/
Dmessage_handler.cpp30 Message *msg = mQueue.front(); in ~MessageHandler() local
41 void MessageHandler::SendMessage(Message *msg) in SendMessage()
56 Message *msg = reinterpret_cast<Message *>(mQueue.front()); in GetMessage() local
Dmessage.cpp36 Message::Message(const Message &msg) in Message()
50 Message &Message::operator=(const Message &msg) in operator =()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h30 #define READ_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument
36 #define READ_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument
42 #define READ_INT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
48 #define READ_INT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument
54 #define READ_UINT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
60 #define READ_UINT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument
66 #define READ_UINT16_RETURN_FALSE_LOG(parcel, value, msg) \ argument
72 #define READ_UINT8_RETURN_FALSE_LOG(parcel, value, msg) \ argument
78 #define WRITE_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument
84 #define WRITE_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument
[all …]
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Dvsnprintf_s_p.c37 #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/
Ddumpcatcher_system_test.cpp253 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/security/device_security_level/test/dslm_unit_test/
Ddslm_test.cpp484 MessageBuff *msg = nullptr; variable
497 MessageBuff **msg = nullptr; variable
507 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
524 MessageBuff *msg = nullptr; variable
539 MessageBuff **msg = nullptr; variable
548 MessageBuff msg; variable
563 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
579 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
591 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
608 MessageBuff msg = {.length = messageLen, .buff = message}; variable
[all …]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp96 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid()
109 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid()
124 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid()
157 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeou… in DoDumpRemoteLocked()
162 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked()
182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix()
188 uint64_t requestTime, bool ret, std::string& msg, void* retAddr) in ReportDumpCatcherStats()
240 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess()
254 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch()
299 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) in DumpCatchFd()
[all …]
/base/useriam/user_auth_framework/frameworks/native/client/src/
Dauth_message_impl.cpp21 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/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_sms_test.cpp490 GsmSmsMessageInfo msg; variable
509 GsmSmsMessageInfo msg; variable
566 GsmSmsMessageInfo msg; variable
585 GsmSmsMessageInfo msg; variable
604 SendCdmaSmsMessageInfo msg; variable
622 SendCdmaSmsMessageInfo msg; variable
/base/hiviewdfx/hilog/services/hilogd/
Dlog_collector.cpp33 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/location/frameworks/native/locator_agent/source/
Dnative_nmea_callback_host.cpp36 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/
Dfault_reporter.cpp27 ReportStatus FaultReporter::ReportServiceFault(const FaultMsg &msg) in ReportServiceFault()
34 ReportStatus FaultReporter::ReportRuntimeFault(const FaultMsg &msg) in ReportRuntimeFault()
/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c120 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/update/updater/test/unittest/flashd_test/
Dflashd_unittest.cpp64 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0202()
98 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0302()
132 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0402()
166 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0502()
308 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0602()
338 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0702()
383 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0802()
412 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0902()
434 …o callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in __anon49f140ea0a02()
/base/startup/init/services/param/linux/
Dparam_service.c87 static int SendResponseMsg(ParamTaskPtr worker, const ParamMessage *msg, int result) in SendResponseMsg()
105 ParamMessage *msg = (ParamMessage *)CreateParamMessage(MSG_NOTIFY_PARAM, "*", msgSize); in SendWatcherNotifyMessage() local
161 static int HandleParamSet(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamSet()
234 static int HandleParamWaitAdd(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamWaitAdd()
287 static int HandleParamWatcherAdd(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamWatcherAdd()
307 static int HandleParamWatcherDel(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamWatcherDel()
315 static int HandleParamSave(const ParamTaskPtr worker, const ParamMessage *msg) in HandleParamSave()
333 PARAM_STATIC int ProcessMessage(const ParamTaskPtr worker, const ParamMessage *msg) in ProcessMessage()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_hash.c98 static int32_t HksMbedtlsHashMd5Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, str… in HksMbedtlsHashMd5Final()
185 static int32_t HksMbedtlsHashSha1Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, st… in HksMbedtlsHashSha1Final()
281 static int32_t HksMbedtlsHashSha256Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, in HksMbedtlsHashSha256Final()
380 static int32_t HksMbedtlsHashSha512Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, in HksMbedtlsHashSha512Final()
498 int32_t HksMbedtlsHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksMbedtlsHashUpdate()
527 int32_t HksMbedtlsHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksMbedtlsHashFinal()
604 int32_t HksMbedtlsHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksMbedtlsHash()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcancel.cpp47 std::string msg = "Incorrect parameter types.The type of param must be number or object."; in ParseParameters() local
73 … std::string msg = "Incorrect parameter types.The type of param must be string or function."; in ParseParameters() local
97 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParameters() local
136 …std::string msg = "Incorrect parameter types.The type of param must be number or string or boolean… in ParseParameters() local
371 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParameters() local
390 …std::string msg = "Incorrect parameter types.The type of param must be number or string or boolean… in ParseParameters() local
418 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParameters() local

12345678910>>...15