Home
last modified time | relevance | path

Searched defs:cpyLen (Results 1 - 19 of 19) sorted by relevance

/base/security/security_guard/test/fuzztest/classify/requestsecuritymodelresultsync_fuzzer/
H A Drequest_security_model_result_sync_fuzzer.cpp33 uint32_t cpyLen = size > DEVICE_ID_MAX_LEN ? DEVICE_ID_MAX_LEN : static_cast<uint32_t>(size); in RequestSecurityModelResultAsyncFuzzTest() local
/base/security/security_guard/test/fuzztest/collect/reportsecurityinfo_fuzzer/
H A Dreport_security_info_fuzzer.cpp37 uint32_t cpyLen = size >= CONTENT_MAX_LEN ? CONTENT_MAX_LEN - 1: static_cast<uint32_t>(size); in ReportSecurityInfoFuzzTest() local
/base/security/security_guard/test/fuzztest/obtaindata/requestsecurityeventinfoasync_fuzzer/
H A Drequest_security_event_info_async_fuzzer.cpp40 uint32_t cpyLen = size > DEVICE_ID_MAX_LEN ? DEVICE_ID_MAX_LEN : static_cast<uint32_t>(size); in RequestSecurityEventInfoAsyncFuzzTest() local
/base/security/security_guard/test/fuzztest/classify/requestsecuritymodelresultasync_fuzzer/
H A Drequest_security_model_result_async_fuzzer.cpp38 uint32_t cpyLen = size > DEVICE_ID_MAX_LEN ? DEVICE_ID_MAX_LEN : static_cast<uint32_t>(size); in RequestSecurityModelResultAsyncFuzzTest() local
/base/hiviewdfx/faultloggerd/common/cutil/
H A Dmusl_cutil.h64 size_t cpyLen = strlen(nameFilter) + 1; in ReadStringFromFile() local
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp39 size_t cpyLen = strlen(phoneNumber_.c_str()) + 1; in DialRequest() local
H A Dcellular_call_connection_ims.cpp38 size_t cpyLen = strlen(phoneNumber_.c_str()) + 1; in DialRequest() local
/base/telephony/core_service/utils/common/src/
H A Dtelephony_config.cpp65 size_t cpyLen = maxCap.length() + 1; in ConvertCharToInt() local
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp46 int cpyLen = 0; // The length of string to be copied is initialized to be 0. in SplitStringToArray() local
[all...]
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp259 size_t cpyLen = strlen(callInfo.number.c_str()) + 1; in EncapsulationCallReportInfo() local
H A Dims_control.cpp489 size_t cpyLen = strlen(newString.c_str()) + 1; in EncapsulationCallReportInfo() local
H A Dcs_control.cpp526 size_t cpyLen = strlen(newString.c_str()) + 1; in EncapsulationCallReportInfo() local
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp106 size_t cpyLen = strlen(pw.c_str()) + 1; in SetCallRestrictionRequest() local
H A Dcellular_call_hisysevent.cpp391 size_t cpyLen = callForwardingNumber_.length() + 1; in GetCallForwardingInfo() local
/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp451 int64_t cpyLen = static_cast<int64_t>(IGMDIFF_LIMIT_UNIT); in WriteDiffData() local
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp451 size_t cpyLen = strlen(infoA.c_str()) + 1; in HandleCallRestriction() local
1012 size_t cpyLen = strlen(info.c_str()) + 1; in SetCallRestriction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp714 performCallSlotOptzn(Instruction *cpy, Value *cpyDest, Value *cpySrc, uint64_t cpyLen, unsigned cpyAlign, CallInst *C) performCallSlotOptzn() argument
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1510 size_t cpyLen = strlen(callInfo.phoneNum) + 1; in EncapsulationCallReportInfo() local
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1881 size_t cpyLen = strlen(code.c_str()) + 1; in OnRequestSetCallRestrictionTest() local

Completed in 21 milliseconds