Home
last modified time | relevance | path

Searched defs:dest (Results 1 - 25 of 130) sorted by relevance

123456

/base/global/i18n/frameworks/intl/test/fuzztest/utils_fuzzer/
H A Dutils_fuzzer.cpp30 std::vector<std::string> dest; in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_base64.cpp26 std::string dest; in Encode() local
33 std::string dest; in Decode() local
H A Dmms_quoted_printable.cpp48 bool MmsQuotedPrintable::Decode(const std::string src, std::string &dest) in Decode() argument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_util.c37 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 Dsys_event.rs218 let mut dest: Vec<*const c_char> = vec![]; in build_string_arrays() variables
/base/hiviewdfx/hiview/base/utility/include/
H A Dash_memory_utils.h53 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 Dprint_converter.h56 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 Dprint_cups_wrapper.cpp40 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 Dwrite_file.cpp35 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 Dark_ohos_resource_adapter_impl.cpp28 bool ArkOhosResourceAdapterImpl::GetRawFileData(const ArkWebString& rawFile, size_t& len, uint8_t** dest, bool isSys) in GetRawFileData() argument
H A Dark_ohos_file_mapper_impl.cpp54 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 Dark_ohos_file_mapper_wrapper.cpp55 bool ArkOhosFileMapperWrapper::UnzipData(uint8_t** dest, size_t& len) in UnzipData() argument
H A Dark_ohos_resource_adapter_wrapper.cpp26 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 DIoTestString.cpp78 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 DIoTestStdlib.cpp73 char dest[20] = {0}; in HWTEST_F() local
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_json.c46 int32_t GetObjectItemValueStr(const char* rootStr, const char* key, char** dest) in GetObjectItemValueStr() argument
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_json.c46 int32_t GetObjectItemValueStr(const char* rootStr, const char* key, char** dest) in GetObjectItemValueStr() argument
/base/hiviewdfx/hisysevent/frameworks/native/util/
H A Dstring_util.cpp84 void MemsetSafe(void* dest, size_t destSize) in MemsetSafe() argument
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp42 void *dest = compressedBuffer.content + compressedBuffer.offset; in Compress() local
/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp48 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 Ddecoded_param.cpp35 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 Draw_data_decoder.cpp23 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 Dkey_utils.c45 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 Dfile_io_mock.cpp71 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 Dcjson_util.cpp72 void GetStringArray(cJSON* json, const std::string& key, std::vector<std::string>& dest) in GetStringArray() argument

Completed in 7 milliseconds

123456