Home
last modified time | relevance | path

Searched refs:successMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c684 const FILLP_CHAR *successMsg = "management message set success"; in FillpDumpMgtMsgCb() local
690 dump(softObj, successMsg, strlen(successMsg) + 1); in FillpDumpMgtMsgCb()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h595 …void ReportMmiCodeMessage(int32_t result, const std::string successMsg, const std::string failedMs…
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1536 int32_t result, const std::string successMsg, const std::string failedMsg) in ReportMmiCodeMessage() argument
1541 size_t cpyLen = strlen(successMsg.c_str()) + 1; in ReportMmiCodeMessage()
1542 if (strcpy_s(mmiCodeInfo.message, cpyLen, successMsg.c_str()) != EOK) { in ReportMmiCodeMessage()