| /base/telephony/sms_mms/services/sms/cdma/ |
| D | cdma_sms_teleservice_message.cpp | 99 CdmaSmsSubmitMessage::CdmaSmsSubmitMessage(TeleserviceSubmit &msg) in CdmaSmsSubmitMessage() argument 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() 107 if (msg.deferValPeriod.format == SMS_TIME_RELATIVE) { in CdmaSmsSubmitMessage() 109 … CdmaSmsSubParameter::DEFERRED_DELIVERY_TIME_RELATIVE, msg.deferValPeriod.time.relTime.time)); in CdmaSmsSubmitMessage() 110 } else if (msg.deferValPeriod.format == SMS_TIME_ABSOLUTE) { in CdmaSmsSubmitMessage() 112 CdmaSmsSubParameter::DEFERRED_DELIVERY_TIME_ABSOLUTE, msg.deferValPeriod.time.absTime)); in CdmaSmsSubmitMessage() 115 if (msg.priority <= SmsPriorityIndicator::EMERGENCY) { in CdmaSmsSubmitMessage() 116 parameter_.push_back(std::make_unique<CdmaSmsPriorityInd>(msg.priority)); in CdmaSmsSubmitMessage() 119 if (msg.replyOpt.userAck || msg.replyOpt.dak || msg.replyOpt.readAck || msg.replyOpt.report) { in CdmaSmsSubmitMessage() [all …]
|
| D | cdma_sms_transport_message.cpp | 96 …ptr<CdmaSmsTransportMessage> CdmaSmsTransportMessage::CreateTransportMessage(CdmaTransportMsg &msg) in CreateTransportMessage() argument 98 if (msg.type == CdmaTransportMsgType::P2P) { in CreateTransportMessage() 99 return std::make_unique<CdmaSmsP2pMessage>(msg.data.p2p); in CreateTransportMessage() 100 } else if (msg.type == CdmaTransportMsgType::BROADCAST) { in CreateTransportMessage() 101 return std::make_unique<CdmaSmsBroadcastMessage>(msg.data.broadcast); in CreateTransportMessage() 102 } else if (msg.type == CdmaTransportMsgType::ACK) { in CreateTransportMessage() 103 return std::make_unique<CdmaSmsAckMessage>(msg.data.ack); in CreateTransportMessage() 105 …HONY_LOGW("CreateTransportMessage: type [%{public}d] not support", static_cast<uint8_t>(msg.type)); in CreateTransportMessage() 111 CdmaTransportMsg &msg, SmsReadBuffer &pdu) in CreateTransportMessage() argument 124 msg.type = CdmaTransportMsgType::P2P; in CreateTransportMessage() [all …]
|
| /base/telephony/sms_mms/test/fuzztest/gsmsmsmessage_fuzzer/ |
| D | gsmsmsmessage_fuzzer.cpp | 55 GsmSmsMessage msg; in CreateMessageTest() local 56 msg.CreateMessage(pdu); in CreateMessageTest() 57 msg.PduAnalysis(pdu); in CreateMessageTest() 59 msg.AnalysisMsgDeliver(deliver); in CreateMessageTest() 61 msg.AnalysisMsgStatusReport(status); in CreateMessageTest() 63 msg.AnalysisMsgSubmit(submit); in CreateMessageTest() 71 GsmSmsMessage msg; in CalcReplyEncodeAddress() local 73 msg.CalcReplyEncodeAddress(replyAddr); in CalcReplyEncodeAddress() 75 msg.CalcReplyEncodeAddress(replyAddress); in CalcReplyEncodeAddress() 86 msg.ConvertMsgTimeStamp(times); in CalcReplyEncodeAddress() [all …]
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | log_collector.cpp | 33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo() argument 41 dropMsg->version = msg.version; in InsertDropInfo() 42 dropMsg->type = msg.type; in InsertDropInfo() 43 dropMsg->level = msg.level; in InsertDropInfo() 45 dropMsg->tv_sec = msg.tv_sec; in InsertDropInfo() 46 dropMsg->tv_nsec = msg.tv_nsec; in InsertDropInfo() 47 dropMsg->mono_sec = msg.mono_sec; in InsertDropInfo() 48 dropMsg->pid = msg.pid; in InsertDropInfo() 49 dropMsg->tid = msg.tid; in InsertDropInfo() 50 dropMsg->domain = msg.domain; in InsertDropInfo() [all …]
|
| /base/startup/init/services/param/linux/ |
| D | param_service.c | 87 static int SendResponseMsg(ParamTaskPtr worker, const ParamMessage *msg, int result) in SendResponseMsg() argument 90 …response = (ParamResponseMessage *)CreateParamMessage(msg->type, msg->key, sizeof(ParamResponseMes… in SendResponseMsg() 92 response->msg.id.msgId = msg->id.msgId; in SendResponseMsg() 94 response->msg.msgSize = sizeof(ParamResponseMessage); in SendResponseMsg() 96 PARAM_LOGV("Send response msg msgId %d result %d", msg->id.msgId, result); in SendResponseMsg() 105 ParamMessage *msg = (ParamMessage *)CreateParamMessage(MSG_NOTIFY_PARAM, "*", msgSize); in SendWatcherNotifyMessage() local 106 PARAM_CHECK(msg != NULL, return -1, "Failed to create msg "); in SendWatcherNotifyMessage() 112 ret = strncpy_s(msg->key, sizeof(msg->key) - 1, content, tmp - content); in SendWatcherNotifyMessage() 113 PARAM_CHECK(ret == 0, free(msg); in SendWatcherNotifyMessage() 116 ret = FillParamMsgContent(msg, &offset, PARAM_VALUE, tmp, strlen(tmp)); in SendWatcherNotifyMessage() [all …]
|
| /base/telephony/core_service/services/sim/src/ |
| D | icc_file_controller.cpp | 123 SimIoRequestInfo msg; in ProcessRecordSize() local 124 msg.command = CONTROLLER_REQ_READ_RECORD; in ProcessRecordSize() 125 msg.fileId = hd->fileId; in ProcessRecordSize() 126 msg.p1 = hd->fileNum; in ProcessRecordSize() 127 msg.p2 = ICC_FILE_CURRENT_MODE; in ProcessRecordSize() 128 msg.p3 = hd->fileSize; in ProcessRecordSize() 129 msg.data = IccFileController::NULLSTR; in ProcessRecordSize() 130 msg.path = path; in ProcessRecordSize() 131 msg.pin2 = ""; in ProcessRecordSize() 132 …telRilManager_->GetSimIO(slotId_, msg, BuildCallerInfo(MSG_SIM_OBTAIN_FIXED_ELEMENTARY_FILE_DONE, … in ProcessRecordSize() [all …]
|
| D | ruim_file_controller.cpp | 41 SimIoRequestInfo msg; in ObtainTransparentImg() local 42 msg.command = CONTROLLER_REQ_GET_RESPONSE; in ObtainTransparentImg() 43 msg.fileId = fileId; in ObtainTransparentImg() 44 msg.p1 = 0; in ObtainTransparentImg() 45 msg.p2 = 0; in ObtainTransparentImg() 46 msg.p3 = GET_RESPONSE_ELEMENTARY_FILE_IMG_SIZE_BYTES; in ObtainTransparentImg() 47 msg.data = ""; in ObtainTransparentImg() 48 msg.path = ObtainElementFilePath(ELEMENTARY_FILE_IMG); in ObtainTransparentImg() 49 msg.pin2 = ""; in ObtainTransparentImg() 50 telRilManager_->GetSimIO(slotId_, msg, response); in ObtainTransparentImg()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
| D | dfx_dump_catcher.h | 41 * @param msg message of native stack 46 bool DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums = DEFAULT_MAX_FRAME_NUM, 54 * @param msg message of native and js mixed-stack 57 bool DumpCatchMix(int pid, int tid, std::string& msg); 69 …bool DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums = DEFAULT_MAX_FRA… 76 * @param msg message of native stack 79 bool DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg); 84 * @param msg message of stack 88 * @return -1: dump catch failed 0:msg is normal stack 1:msg is kernel stack(not json format) 90 int DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums = DEFAULT_MAX_FRAME_NUM, [all …]
|
| /base/telephony/sms_mms/test/unittest/ |
| D | sms_cb_message_test.cpp | 114 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody7Bit() local 115 if (msg == nullptr) { in TestMessageBody7Bit() 118 std::cout << "msginfo: " << msg->ToString() << std::endl; in TestMessageBody7Bit() 129 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody7BitUmts() local 130 if (msg == nullptr) { in TestMessageBody7BitUmts() 133 std::cout << "msginfo: " << msg->ToString() << std::endl; in TestMessageBody7BitUmts() 143 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody8Bit() local 144 if (msg == nullptr) { in TestMessageBody8Bit() 147 std::cout << "msginfo: " << msg->ToString() << std::endl; in TestMessageBody8Bit() 157 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBodyUcs2() local [all …]
|
| /base/print/print_fwk/ |
| D | hisysevent.yaml | 19 MSG: {type: STRING, desc: msg} 27 MSG: {type: STRING, desc: msg} 35 MSG: {type: STRING, desc: msg} 43 MSG: {type: STRING, desc: msg} 51 MSG: {type: STRING, desc: msg} 60 MSG: {type: STRING, desc: msg} 69 MSG: {type: STRING, desc: msg} 77 MSG: {type: STRING, desc: msg} 85 MSG: {type: STRING, desc: msg} 93 MSG: {type: STRING, desc: msg} [all …]
|
| /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() argument 32 "MSG", msg); in reportBehaviorEvent() 35 …sysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg) in reportFaultEvent() argument 45 "MSG", msg); in reportFaultEvent() 48 void HisysEventUtil::reportPrintSuccess(const std::string &msg) in reportPrintSuccess() argument 50 reportBehaviorEvent("PRINT_SUCCESS", PRINT_SUCCESS, msg); in reportPrintSuccess() 53 void HisysEventUtil::faultPrint(std::string scene, std::string msg) in faultPrint() argument 55 reportFaultEvent("PRINT_EXCEPTION", FAULT_PRINT, scene, msg); in faultPrint()
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| D | dumpcatcher_interfaces_test.cpp | 152 std::string msg = ""; variable 153 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); 161 int count = GetKeywordsNum(msg, log, len); 162 EXPECT_EQ(count, len) << msg << "DumpCatcherInterfacesTest001 Failed"; 180 std::string msg = ""; variable 181 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); 201 std::string msg = ""; variable 202 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); 223 std::string msg = ""; variable 224 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); [all …]
|
| /base/hiviewdfx/hilog/services/hilogd/include/ |
| D | log_data.h | 65 explicit HilogData(const HilogMsg& msg) in HilogData() 66 : len(0), version(msg.version), type(msg.type), level(msg.level), tagLen(msg.tagLen), in HilogData() 67 … tv_sec(msg.tv_sec), tv_nsec(msg.tv_nsec), mono_sec(msg.mono_sec), pid(msg.pid), tid(msg.tid), in HilogData() 68 domain(msg.domain), tag(nullptr), content(nullptr) in HilogData() 70 Init(msg.tag, msg.tagLen, CONTENT_PTR((&msg)), CONTENT_LEN((&msg))); in HilogData()
|
| /base/msdp/device_status/ |
| D | hisysevent.yaml | 32 MSG: {type: STRING, desc: Prepare Coordination Successfully} 38 MSG: {type: STRING, desc: Prepare Coordination Failed} 43 MSG: {type: STRING, desc: Unprepare Coordination Successfully} 48 MSG: {type: STRING, desc: Unprepare Coordination Failed} 54 MSG: {type: STRING, desc: Start Remote Coordination Successfully} 60 MSG: {type: STRING, desc: Start Remote Coordination Failed} 66 MSG: {type: STRING, desc: Start Remote Accordination Result Failed} 72 MSG: {type: STRING, desc: Stop Remote Accordination Successfully} 78 MSG: {type: STRING, desc: Stop Remote Accordination Failed} 84 MSG: {type: STRING, desc: Stop Remote Accordination Result Failed} [all …]
|
| /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() argument 72 …HKS_IF_NOT_SUCC_LOGE_RETURN(HksOpensslCheckBlob(msg), HKS_ERROR_INVALID_ARGUMENT, "Invalid param m… in HashCheckParam() 76 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHash() argument 78 int32_t ret = HashCheckParam(alg, msg, hash); in HksOpensslHash() 84 ret = EVP_Digest(msg->data, msg->size, hash->data, &hash->size, opensslAlg, NULL); in HksOpensslHash() 119 int32_t HksOpensslHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHashUpdate() argument 123 HKS_IF_NOT_SUCC_LOGE_RETURN(HksOpensslCheckBlob(msg), in HksOpensslHashUpdate() 124 HKS_ERROR_INVALID_ARGUMENT, "Invalid param msg!") in HksOpensslHashUpdate() 126 int32_t ret = EVP_DigestUpdate(cryptoCtx, msg->data, msg->size); in HksOpensslHashUpdate() 134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal() argument [all …]
|
| /base/telephony/telephony_data/entry/src/main/ets/common/utils/ |
| D | LogUtils.ts | 20 d(TAG, msg): void { 21 console.debug("[TelephonyData:]" + TAG + ":" + msg); 24 i(TAG, msg): void { 25 console.info("[TelephonyData:]" + TAG + ":" + msg); 28 w(TAG, msg): void { 29 console.warn("[TelephonyData:]" + TAG + ":" + msg); 32 e(TAG, msg): void { 33 console.error("[TelephonyData:]" + TAG + ":" + msg);
|
| /base/inputmethod/imf/common/src/ |
| D | message.cpp | 34 * @param msg a source message 36 Message::Message(const Message &msg) in Message() argument 38 msgId_ = msg.msgId_; in Message() 43 MessageParcel *src = msg.msgContent_; in Message() 50 Message &Message::operator=(const Message &msg) in operator =() argument 52 if (this == &msg) { in operator =() 55 msgId_ = msg.msgId_; in operator =() 60 if (msg.msgContent_ != nullptr) { in operator =() 62 msgContent_->ParseFrom(msg.msgContent_->GetData(), msg.msgContent_->GetDataSize()); in operator =()
|
| D | message_handler.cpp | 30 Message *msg = mQueue.front(); in ~MessageHandler() local 32 delete msg; in ~MessageHandler() 33 msg = nullptr; in ~MessageHandler() 38 * @param msg a message to be sent 39 * @note the msg pointer should not be freed by the caller 41 void MessageHandler::SendMessage(Message *msg) in SendMessage() argument 44 mQueue.push(msg); in SendMessage() 56 Message *msg = reinterpret_cast<Message *>(mQueue.front()); in GetMessage() local 58 return msg; in GetMessage()
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| D | dfx_dump_catcher.cpp | 80 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid() argument 84 ret = GetBacktrace(msg, skipFrameNum + 1, false, maxFrameNums); in DoDumpCurrTid() 87 msg.append("Failed to dump curr thread:" + std::to_string(currTid) + ".\n"); in DoDumpCurrTid() 93 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() argument 100 ret = GetBacktraceStringByTid(msg, tid, 0, false, maxFrameNums); in DoDumpLocalTid() 102 msg.append("Failed to dump thread:" + std::to_string(tid) + ".\n"); in DoDumpLocalTid() 108 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid() argument 117 msg = GetStacktraceHeader(); in DoDumpLocalPid() 128 msg += threadMsg; in DoDumpLocalPid() 141 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeou… in DoDumpRemoteLocked() argument [all …]
|
| /base/update/updater/services/package/pkg_algorithm/ |
| D | pkg_algo_lz4.cpp | 246 PkgBufferMessage &msg, size_t &dataLen, LZ4F_compressionContext_t &ctx) in PackCalculate() argument 249 int32_t ret = outStream->Write(msg.outBuffer, dataLen, msg.context.destOffset); in PackCalculate() 255 msg.context.destOffset += dataLen; in PackCalculate() 256 while (msg.context.unpackedSize > 0) { in PackCalculate() 257 … ret = ReadData(inStream, msg.context.srcOffset, msg.inBuffer, msg.context.unpackedSize, dataLen); in PackCalculate() 263 msg.outBuffer.buffer, msg.outBuffer.length, msg.inBuffer.buffer, dataLen, nullptr); in PackCalculate() 269 ret = outStream->Write(msg.outBuffer, outSize, msg.context.destOffset); in PackCalculate() 276 msg.context.srcOffset += dataLen; in PackCalculate() 277 msg.context.destOffset += outSize; in PackCalculate() 281 … size_t headerSize = LZ4F_compressEnd(ctx, msg.outBuffer.buffer, msg.outBuffer.length, nullptr); in PackCalculate() [all …]
|
| /base/telephony/sms_mms/services/sms/include/cdma/ |
| D | cdma_sms_teleservice_message.h | 55 explicit CdmaSmsSubmitMessage(TeleserviceSubmit &msg); 56 CdmaSmsSubmitMessage(TeleserviceSubmit &msg, SmsReadBuffer &pdu); 61 explicit CdmaSmsCancelMessage(TeleserviceCancel &msg); 66 explicit CdmaSmsDeliverReport(TeleserviceDeliverReport &msg); 71 CdmaSmsDeliverMessage(TeleserviceDeliver &msg, SmsReadBuffer &pdu, bool isCMAS = false); 73 void PushParameter(uint8_t id, TeleserviceDeliver &msg); 78 CdmaSmsDeliveryAck(TeleserviceDeliverAck &msg, SmsReadBuffer &pdu); 83 CdmaSmsUserAck(TeleserviceUserAck &msg, SmsReadBuffer &pdu); 88 CdmaSmsReadAck(TeleserviceReadAck &msg, SmsReadBuffer &pdu);
|
| D | cdma_sms_transport_message.h | 36 static std::unique_ptr<CdmaSmsTransportMessage> CreateTransportMessage(CdmaTransportMsg &msg); 37 …static std::unique_ptr<CdmaSmsTransportMessage> CreateTransportMessage(CdmaTransportMsg &msg, SmsR… 47 explicit CdmaSmsP2pMessage(CdmaP2PMsg &msg); 48 CdmaSmsP2pMessage(CdmaP2PMsg &msg, SmsReadBuffer &pdu); 53 explicit CdmaSmsBroadcastMessage(CdmaBroadCastMsg &msg); 54 CdmaSmsBroadcastMessage(CdmaBroadCastMsg &msg, SmsReadBuffer &pdu); 59 explicit CdmaSmsAckMessage(CdmaAckMsg &msg); 60 CdmaSmsAckMessage(CdmaAckMsg &msg, SmsReadBuffer &pdu);
|
| /base/security/selinux_adapter/interfaces/policycoreutils/src/ |
| D | param_checker.c | 38 AuditMsg *msg = (AuditMsg *)data; in SelinuxAuditCallback() local 39 if (!msg->name || !msg->ucred) { in SelinuxAuditCallback() 40 selinux_log(SELINUX_ERROR, "Selinux audit msg invalid argument\n"); in SelinuxAuditCallback() 43 …tf_s(buf, len, len - 1, "parameter=%s pid=%d uid=%u gid=%u", msg->name, msg->ucred->pid, msg->ucre… in SelinuxAuditCallback() 44 msg->ucred->gid) <= 0) { in SelinuxAuditCallback() 68 AuditMsg msg; in CheckPerm() local 69 msg.name = paraName; in CheckPerm() 70 msg.ucred = uc; in CheckPerm() 71 int res = selinux_check_access(srcContext, destContext, "parameter_service", "set", &msg); in CheckPerm()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_hash.c | 98 static int32_t HksMbedtlsHashMd5Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, str… in HksMbedtlsHashMd5Final() argument 106 if (msg->size != 0) { in HksMbedtlsHashMd5Final() 107 ret = mbedtls_md5_update_ret(context, msg->data, msg->size); in HksMbedtlsHashMd5Final() 185 static int32_t HksMbedtlsHashSha1Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, st… in HksMbedtlsHashSha1Final() argument 198 if (msg->size != 0) { in HksMbedtlsHashSha1Final() 199 ret = mbedtls_sha1_update_ret(context, msg->data, msg->size); in HksMbedtlsHashSha1Final() 281 static int32_t HksMbedtlsHashSha256Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, in HksMbedtlsHashSha256Final() argument 295 if (msg->size != 0) { in HksMbedtlsHashSha256Final() 296 ret = mbedtls_sha256_update_ret(context, msg->data, msg->size); in HksMbedtlsHashSha256Final() 380 static int32_t HksMbedtlsHashSha512Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, in HksMbedtlsHashSha512Final() argument [all …]
|
| /base/update/updateservice/frameworks/js/napi/session/include/ |
| D | napi_session.h | 98 std::string msg = "execute error"; in BuildWorkBusinessErr() local 103 msg = "BusinessError " + std::to_string(workResult_) + NOT_SYSTEM_APP_INFO.data(); in BuildWorkBusinessErr() 107 …msg = "BusinessError " + std::to_string(workResult_) + ": Permission denied. An attempt was made t… in BuildWorkBusinessErr() 111 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": IPC error."; in BuildWorkBusinessErr() 115 … msg = "BusinessError " + std::to_string(workResult_) + ": Capability not supported. " + in BuildWorkBusinessErr() 119 … msg = "BusinessError " + std::to_string(workResult_) + ": Parameter verification failed."; in BuildWorkBusinessErr() 122 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Execute fail."; in BuildWorkBusinessErr() 125 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Forbidden execution."; in BuildWorkBusinessErr() 128 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Device info error."; in BuildWorkBusinessErr() 131 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Execute timeout."; in BuildWorkBusinessErr() [all …]
|