| /base/global/i18n/frameworks/intl/test/fuzztest/utils_fuzzer/ |
| H A D | utils_fuzzer.cpp | 30 std::vector<std::string> dest; in DoSomethingInterestingWithMyAPI() local
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| H A D | mms_base64.cpp | 26 std::string dest;
in Encode() local 33 std::string dest;
in Decode() local
|
| H A D | mms_quoted_printable.cpp | 48 bool MmsQuotedPrintable::Decode(const std::string src, std::string &dest)
in Decode() argument
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
| H A D | easy_util.c | 37 int MemoryCopy(uint8_t* dest, size_t destLen, uint8_t* src, const size_t srcLen) in MemoryCopy() argument
|
| /base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
| H A D | sys_event.rs | 218 let mut dest: Vec<*const c_char> = vec![]; in build_string_arrays() variables
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| H A D | ash_memory_utils.h | 53 static bool ReadBulkData(sptr<Ashmem> ashmem, const std::vector<uint32_t>& allSize, std::vector<T>& dest) in ReadBulkData() argument
|
| /base/print/print_fwk/frameworks/ohprint/include/ |
| H A D | print_converter.h | 56 T *dest = new (std::nothrow) T[len]; in CopyArray() local 80 T2 *dest = new (std::nothrow) T2[len]; in CopyArray() local [all...] |
| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_cups_wrapper.cpp | 40 cups_dinfo_t *PrintCupsWrapper::CopyDestInfo(http_t *http, cups_dest_t *dest) in CopyDestInfo() argument
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/ |
| H A D | write_file.cpp | 35 int32_t CopyFile(const char *org, const char *dest) in CopyFile() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| H A D | ark_ohos_resource_adapter_impl.cpp | 28 bool ArkOhosResourceAdapterImpl::GetRawFileData(const ArkWebString& rawFile, size_t& len, uint8_t** dest, bool isSys) in GetRawFileData() argument
|
| H A D | ark_ohos_file_mapper_impl.cpp | 54 bool ArkOhosFileMapperImpl::UnzipData(uint8_t** dest, size_t& len) in UnzipData() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_ohos_file_mapper_wrapper.cpp | 55 bool ArkOhosFileMapperWrapper::UnzipData(uint8_t** dest, size_t& len) in UnzipData() argument
|
| H A D | ark_ohos_resource_adapter_wrapper.cpp | 26 bool ArkOhosResourceAdapterWrapper::GetRawFileData(const std::string& rawFile, size_t& len, uint8_t** dest, bool isSys) in GetRawFileData() argument
|
| /test/xts/acts/kernel_lite/io_posix/src/ |
| H A D | IoTestString.cpp | 78 const char dest[] = "abcdef"; in HWTEST_F() local 97 char dest[50] = {0}; in HWTEST_F() local 130 char dest[50] = {0}; in HWTEST_F() local 150 char dest[5 in HWTEST_F() local 169 char dest[50] = {0}; HWTEST_F() local 190 char dest[20] = {0}; HWTEST_F() local 208 char dest[] = {0}; HWTEST_F() local 241 char dest[] = "abcdefgh"; HWTEST_F() local 260 char dest[50] = {0}; HWTEST_F() local 276 char dest[50] = "hello world || "; HWTEST_F() local 449 const char dest[] = "hello !! world"; HWTEST_F() local 466 const char dest[] = "hello world !"; HWTEST_F() local 483 const char dest[] = "hello world !"; HWTEST_F() local 506 const char dest[] = "hello world !"; HWTEST_F() local 546 char dest[50] = {0}; HWTEST_F() local [all...] |
| H A D | IoTestStdlib.cpp | 73 char dest[20] = {0}; in HWTEST_F() local
|
| /test/xts/device_attest/services/core/utils/ |
| H A D | attest_utils_json.c | 46 int32_t GetObjectItemValueStr(const char* rootStr, const char* key, char** dest) in GetObjectItemValueStr() argument
|
| /test/xts/device_attest_lite/services/core/utils/ |
| H A D | attest_utils_json.c | 46 int32_t GetObjectItemValueStr(const char* rootStr, const char* key, char** dest) in GetObjectItemValueStr() argument
|
| /base/hiviewdfx/hisysevent/frameworks/native/util/ |
| H A D | string_util.cpp | 84 void MemsetSafe(void* dest, size_t destSize)
in MemsetSafe() argument
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| H A D | log_compress.cpp | 42 void *dest = compressedBuffer.content + compressedBuffer.offset; in Compress() local
|
| /base/hiviewdfx/hiview/base/event_raw/encoded/ |
| H A D | encoded_param.cpp | 48 bool EncodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 53 bool EncodedParam::AsInt64(int64_t& dest) in AsInt64() argument 58 bool EncodedParam::AsDouble(double& dest) in AsDouble() argument 63 bool EncodedParam::AsString(std::string& dest) in AsString() argument 68 bool EncodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() argument 73 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() argument 78 bool EncodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec() argument 83 bool EncodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec() argument
|
| /base/hiviewdfx/hiview/base/event_raw/decoded/ |
| H A D | decoded_param.cpp | 35 bool DecodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 40 bool DecodedParam::AsInt64(int64_t& dest) in AsInt64() argument 45 bool DecodedParam::AsDouble(double& dest) in AsDouble() argument 50 bool DecodedParam::AsString(std::string& dest) in AsString() argument 55 bool DecodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() argument 60 bool DecodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() argument 65 bool DecodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec() argument 70 bool DecodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec() argument 85 bool UnsignedVarintDecodedParam::AsUint64(uint64_t& dest) in AsUint64() argument 112 AsUint64Vec(std::vector<uint64_t>& dest) AsUint64Vec() argument 128 AsInt64(int64_t& dest) AsInt64() argument 155 AsInt64Vec(std::vector<int64_t>& dest) AsInt64Vec() argument 171 AsDouble(double& dest) AsDouble() argument 198 AsDoubleVec(std::vector<double>& dest) AsDoubleVec() argument 214 AsString(std::string& dest) AsString() argument 241 AsStringVec(std::vector<std::string>& dest) AsStringVec() argument [all...] |
| H A D | raw_data_decoder.cpp | 23 bool RawDataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, double& dest) in FloatingNumberDecoded() argument 54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest) in SignedVarintDecoded() argument 68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::string& dest) in StringValueDecoded() argument 87 bool RawDataDecoder::UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint64_t& dest) in UnsignedVarintDecoded() argument 110 ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest) ValueTypeDecoded() argument [all...] |
| /base/security/crypto_framework/frameworks/key/ |
| H A D | key_utils.c | 45 HcfResult CopyPoint(const HcfPoint *src, HcfPoint *dest) in CopyPoint() argument 71 CopyEcField(const HcfECField *src, HcfECField **dest) CopyEcField() argument [all...] |
| /base/security/dlp_permission_service/frameworks/test/mock/ |
| H A D | file_io_mock.cpp | 71 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s() argument
|
| /base/hiviewdfx/hiview/base/utility/ |
| H A D | cjson_util.cpp | 72 void GetStringArray(cJSON* json, const std::string& key, std::vector<std::string>& dest) in GetStringArray() argument
|