/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_info.h | 5 * 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 D | parcel_util.h | 5 * 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 D | webview_utils.cpp | 5 * 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 D | web_data_base.cpp | 5 * 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 D | set_browser_policies_plugin.cpp | 5 * 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 D | user_cert_plugin.cpp | 5 * 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 D | log_data.h | 5 * You may obtain a copy of the License at 73 HilogData(const HilogData& copy) in HilogData() 75 if (unlikely(memcpy_s(this, sizeof(HilogData), ©, 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 D | utils.cpp | 5 * 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 D | image_class.py | 7 # 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 D | update_package.py | 7 # 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 D | file_util.h | 5 * 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 D | string_view_util.h | 5 * 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 D | i18n_ffi.cpp | 5 * 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 D | telephony_call_utils.h | 5 * 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 D | telephony_observer_utils.cpp | 5 * 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 D | system_parameter_ffi.cpp | 5 * 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 D | printcupsclient_fuzzer.cpp | 5 * 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 D | utils.cpp | 5 * 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 D | battery_info_ffi.cpp | 5 * 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 D | telephony_radio_utils.h | 5 * 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 D | tee_auth_system.cpp | 5 * 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 D | appevent_packageholder_impl.cpp | 5 * 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 D | faultlogger_ffi.cpp | 5 * 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 D | osaccount_manager_impl.cpp | 5 * 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 D | log_stats.cpp | 5 * 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);
|