Home
last modified time | relevance | path

Searched refs:copy (Results 1 - 25 of 78) sorted by relevance

1234

/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h5 * You may obtain a copy of the License at
416 std::copy(std::begin(temp.phoneNumber), std::end(temp.phoneNumber), std::begin(phoneNumber)); in operator =()
417 std::copy(std::begin(temp.formattedNumberToE164), std::end(temp.formattedNumberToE164), in operator =()
419 std::copy(std::begin(temp.formattedNumber), std::end(temp.formattedNumber), in operator =()
421 std::copy(std::begin(temp.numberLocation), std::end(temp.numberLocation), in operator =()
436 std::copy(std::begin(temp.numberMarkInfo.markContent), std::end(temp.numberMarkInfo.markContent), in operator =()
439 std::copy(std::begin(temp.numberMarkInfo.markSource), std::end(temp.numberMarkInfo.markSource), in operator =()
442 std::copy(std::begin(temp.numberMarkInfo.markDetails), std::end(temp.numberMarkInfo.markDetails), in operator =()
515 std::copy(std::begin(temp.phoneNum), std::end(temp.phoneNum), std::begin(phoneNum)); in operator =()
516 std::copy(st in operator =()
[all...]
/base/startup/appspawn/util/include/
H A Dparcel_util.h5 * You may obtain a copy of the License at
30 std::copy(originList.begin(), originList.end(), destVector.begin()); in TranslateListToVector()
39 std::copy(originVector.begin(), originVector.end(), destList.begin()); in TranslateVectorToList()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_utils.cpp5 * You may obtain a copy of the License at
33 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
46 return reinterpret_cast<uint8_t*>(std::char_traits<char>::copy(res, origin.c_str(), len)); in MallocUInt8()
H A Dweb_data_base.cpp5 * You may obtain a copy of the License at
65 result[1] = std::char_traits<char>::copy(result[1], password, MAX_PWD_LENGTH); in CJGetHttpAuthCredentials()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_browser_policies_plugin.cpp5 * You may obtain a copy of the License at
275 cJSON* copy = cJSON_Duplicate(adminPolicy, true); in AddBrowserPoliciesToRoot() local
276 if (!cJSON_AddItemToObject(root, adminPolicy->string, copy)) { in AddBrowserPoliciesToRoot()
277 cJSON_Delete(copy); in AddBrowserPoliciesToRoot()
299 cJSON* copy = cJSON_Duplicate(item, true); in AddBrowserPolicyToRoot() local
300 if (copy == nullptr) { in AddBrowserPolicyToRoot()
303 if (!cJSON_AddItemToObject(policy, item->string, copy)) { in AddBrowserPolicyToRoot()
304 cJSON_Delete(copy); in AddBrowserPolicyToRoot()
H A Duser_cert_plugin.cpp5 * You may obtain a copy of the License at
69 std::copy(alias.begin(), alias.end(), std::begin(arr)); in InstallUserCert()
97 std::copy(certUri.begin(), certUri.end(), std::begin(arr)); in UninstallUserCert()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_data.h5 * You may obtain a copy of the License at
73 HilogData(const HilogData& copy) in HilogData()
75 if (unlikely(memcpy_s(this, sizeof(HilogData), &copy, sizeof(HilogData)) != 0)) { in HilogData()
76 std::cerr << "HilogData copy error." << std::endl; in HilogData()
82 if (unlikely(memcpy_s(tag, len, copy.tag, len) != 0)) { in HilogData()
/base/global/resource_management/interfaces/cj/src/
H A Dutils.cpp5 * You may obtain a copy of the License at
28 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
/base/update/packaging_tools/
H A Dimage_class.py7 # You may obtain a copy of the License at
17 import copy namespace
298 copy.copy(zero_blocks_list), \
299 copy.copy(nonzero_blocks_list),\
300 copy.copy(nonzero_groups_list)
H A Dupdate_package.py7 # You may obtain a copy of the License at
17 import copy namespace
123 component_dict = copy.deepcopy(sort_component_dict)
188 component = copy.copy(COMPONENT_INFO_INNIT)
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dfile_util.h5 * You may obtain a copy of the License at
44 std::copy(std::istreambuf_iterator<char>(file), std::istreambuf_iterator<char>(), std::back_inserter(content)); in LoadStringFromFile()
H A Dstring_view_util.h5 * You may obtain a copy of the License at
52 std::copy(view.data(), view.data() + view.size(), p); in Hold()
/base/global/i18n/interfaces/cj/
H A Di18n_ffi.cpp5 * You may obtain a copy of the License at
37 return std::char_traits<char>::copy(res, origin.c_str(), length); in MallocCString()
/base/telephony/call_manager/frameworks/cj/src/
H A Dtelephony_call_utils.h5 * You may obtain a copy of the License at
34 return std::char_traits<char>::copy(res, origin.c_str(), lenth); in MallocCString()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.cpp5 * You may obtain a copy of the License at
30 return std::char_traits<char>::copy(res, origin.c_str(), lenth); in MallocCString()
/base/startup/init/interfaces/kits/cj/src_enhance/
H A Dsystem_parameter_ffi.cpp5 * You may obtain a copy of the License at
39 return std::char_traits<char>::copy(res, origin, len); in MallocCString()
/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H A Dprintcupsclient_fuzzer.cpp5 * You may obtain a copy of the License at
219 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestGetBlockedSubstate()
229 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestReportBlockedReason()
239 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestJobStatusCallback()
248 prevousPrinterReason.copy(prevousJobStatus.printer_state_reasons, prevousPrinterReason.length() + 1); in TestUpdateJobStatus()
251 printerReason.copy(jobStatus.printer_state_reasons, printerReason.length() + 1); in TestUpdateJobStatus()
/base/inputmethod/imf/frameworks/cj/src/
H A Dutils.cpp5 * You may obtain a copy of the License at
28 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
/base/powermgr/battery_manager/frameworks/cj/src/
H A Dbattery_info_ffi.cpp5 * You may obtain a copy of the License at
83 std::char_traits<char>::copy(value, technology.c_str(), len); in FfiBatteryInfoGetTechnology()
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h5 * You may obtain a copy of the License at
44 return std::char_traits<char>::copy(res, origin.c_str(), lenth); in MallocCString()
/base/tee/tee_client/services/authentication/
H A Dtee_auth_system.cpp5 * You may obtain a copy of Mulan PSL v2 at:
86 packageName.copy((char *)caInfo->certs + offset, packageName.length(), 0); in FillEccHapCaInfo()
99 tloge("copy ecc pubkey x point failed\n"); in FillEccHapCaInfo()
110 tloge("copy ecc pubkey y point failed\n"); in FillEccHapCaInfo()
180 nativeTokenInfo.processName.copy((char *)caInfo->certs, processNameLen, 0); in ConstructNativeCaInfoFromToken()
240 tloge("copy process name len failed\n"); in TEEGetNativeSACaInfo()
246 tloge("copy process name failed\n"); in TEEGetNativeSACaInfo()
252 tloge("copy uid len failed\n"); in TEEGetNativeSACaInfo()
258 tloge("copy uid failed\n"); in TEEGetNativeSACaInfo()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp5 * You may obtain a copy of the License at
37 return std::char_traits<char>::copy(res, origin.c_str(), length); in MallocCString()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/
H A Dfaultlogger_ffi.cpp5 * You may obtain a copy of the License at
41 return std::char_traits<char>::copy(res, origin.c_str(), length); in MallocCString()
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp5 * You may obtain a copy of the License at
140 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp5 * You may obtain a copy of the License at
226 std::copy(totalLines, totalLines + LevelNum, in_lines);
231 std::copy(totalLens, totalLens + LevelNum, in_lens);

Completed in 10 milliseconds

1234