Home
last modified time | relevance | path

Searched refs:accountNum (Results 1 - 14 of 14) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H A Dsetorupdatecallreportinfo_fuzzer.cpp56 if (strcpy_s(callReportInfo.accountNum, length, phoneNum.c_str()) != EOK) { in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp84 memcpy_s(callReportInfo.accountNum, kMaxNumberLen, msg.c_str(), accountLength); in UpdateCallReportInfo()
86 dataParcel.WriteCString(callReportInfo.accountNum); in UpdateCallReportInfo()
127 memcpy_s(info.accountNum, kMaxNumberLen, msg.c_str(), accountLength); in UpdateCallsReportInfo()
130 dataParcel.WriteCString(info.accountNum); in UpdateCallsReportInfo()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp264 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.number.c_str()) != EOK) { in EncapsulationCallReportInfo()
361 if (memset_s(satelliteCallReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp()
365 if (memcpy_s(satelliteCallReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) { in ReportHangUp()
H A Dcs_control.cpp531 if (strcpy_s(callReportInfo.accountNum, cpyLen, newString.c_str()) != EOK) { in EncapsulationCallReportInfo()
688 if (memset_s(csCallReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp()
692 if (memcpy_s(csCallReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) { in ReportHangUp()
H A Dims_control.cpp208 callReportInfo.accountNum, callReportInfo.index); in CheckAndHangupHoldingCall()
494 if (strcpy_s(callReportInfo.accountNum, cpyLen, newString.c_str()) != EOK) { in EncapsulationCallReportInfo()
616 if (memset_s(imsCallReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp()
620 if (memcpy_s(imsCallReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) { in ReportHangUp()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp178 char accountNum[kMaxNumberLen + 1] = { 0 }; in HWTEST_F() local
181 data.WriteCString(accountNum); in HWTEST_F()
H A Dzero_branch6_test.cpp984 char accountNum[kMaxNumberLen + 1] = { 0 }; in HWTEST_F() local
987 data.WriteCString(accountNum); in HWTEST_F()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp62 (void)memcpy_s(detailInfo.phoneNum, kMaxNumberLen, info.accountNum, kMaxNumberLen); in UpdateCallReportInfo()
91 (void)memcpy_s(detailInfo.phoneNum, kMaxNumberLen, (*it).accountNum, kMaxNumberLen); in UpdateCallsReportInfo()
H A Dcall_status_callback_stub.cpp193 if (strncpy_s(parcelPtr.accountNum, kMaxNumberLen + 1, data.ReadCString(), kMaxNumberLen + 1) != EOK) { in BuildCallReportInfo()
194 TELEPHONY_LOGE("strncpy_s accountNum failed"); in BuildCallReportInfo()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h157 char accountNum[kMaxNumberLen + 1] = { 0 }; member
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp61 if (memcpy_s(callReportInfo.accountNum, kMaxNumberLen, number.c_str(), length) != EOK) { in ReportCallsInfo()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp653 char accountNum[kMaxNumberLen + 1] = { 0 }; in HWTEST_F() local
657 data1.WriteCString(accountNum); in HWTEST_F()
658 data1.WriteCString(accountNum); in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp39 dataParcel.WriteCString(info.accountNum); in UpdateCallReportInfo()
83 dataParcel.WriteCString(it.accountNum); in UpdateCallsReportInfo()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1515 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.phoneNum) != EOK) { in EncapsulationCallReportInfo()

Completed in 17 milliseconds