/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/ |
H A D | setorupdatecallreportinfo_fuzzer.cpp | 56 if (strcpy_s(callReportInfo.accountNum, length, phoneNum.c_str()) != EOK) { in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/ |
H A D | telephonyinteraction_fuzzer.cpp | 84 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 D | satellite_control.cpp | 264 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 D | cs_control.cpp | 531 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 D | ims_control.cpp | 208 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 D | zero_branch5_test.cpp | 178 char accountNum[kMaxNumberLen + 1] = { 0 }; in HWTEST_F() local 181 data.WriteCString(accountNum); in HWTEST_F()
|
H A D | zero_branch6_test.cpp | 984 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 D | call_status_callback.cpp | 62 (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 D | call_status_callback_stub.cpp | 193 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 D | call_manager_info.h | 157 char accountNum[kMaxNumberLen + 1] = { 0 }; member
|
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/ |
H A D | registercallmanagercallback_fuzzer.cpp | 61 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 D | call_manager7_gtest.cpp | 653 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 D | call_status_callback_proxy.cpp | 39 dataParcel.WriteCString(info.accountNum); in UpdateCallReportInfo() 83 dataParcel.WriteCString(it.accountNum); in UpdateCallsReportInfo()
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 1515 if (strcpy_s(callReportInfo.accountNum, cpyLen, callInfo.phoneNum) != EOK) { in EncapsulationCallReportInfo()
|