Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 246) sorted by relevance

12345678910

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp35 bool DecodedParam::AsUint64(uint64_t& dest) in AsUint64()
40 bool DecodedParam::AsInt64(int64_t& dest) in AsInt64()
45 bool DecodedParam::AsDouble(double& dest) in AsDouble()
50 bool DecodedParam::AsString(std::string& dest) in AsString()
55 bool DecodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec()
60 bool DecodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec()
65 bool DecodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec()
85 bool UnsignedVarintDecodedParam::AsUint64(uint64_t& dest) in AsUint64()
128 bool SignedVarintDecodedParam::AsInt64(int64_t& dest) in AsInt64()
171 bool FloatingNumberDecodedParam::AsDouble(double& dest) in AsDouble()
[all …]
H A Draw_data_decoder.cpp23 …ataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, double& dest) in FloatingNumberDecoded()
54 …DataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest) in SignedVarintDecoded()
68 …aDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::string& dest) in StringValueDecoded()
87 …aDecoder::UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint64_t& dest) in UnsignedVarintDecoded()
111 struct ParamValueType& dest) in ValueTypeDecoded()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp48 bool EncodedParam::AsUint64(uint64_t& dest) in AsUint64()
53 bool EncodedParam::AsInt64(int64_t& dest) in AsInt64()
58 bool EncodedParam::AsDouble(double& dest) in AsDouble()
63 bool EncodedParam::AsString(std::string& dest) in AsString()
68 bool EncodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec()
73 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec()
78 bool EncodedParam::AsDoubleVec(std::vector<double>& dest) in AsDoubleVec()
83 bool EncodedParam::AsStringVec(std::vector<std::string>& dest) in AsStringVec()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/
H A Dzip_test.cpp74 std::string dest = BASE_PATH + APP_PATH + "result/8file.zip"; variable
125 std::string dest = BASE_PATH + APP_PATH + "unzip/01"; variable
141 std::string dest = BASE_PATH + APP_PATH + "unzip/02"; variable
157 std::string dest = BASE_PATH + APP_PATH + "unzip/zip1file"; variable
174 std::string dest = BASE_PATH + APP_PATH + "check"; variable
214 std::string dest = BASE_PATH + APP_PATH + "/check.zip"; variable
235 std::string dest = BASE_PATH + APP_PATH + "check.zip"; variable
255 std::string dest = BASE_PATH + APP_PATH + "error1"; variable
272 std::string dest = ""; variable
290 std::string dest = BASE_PATH + APP_PATH; variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.cpp142 static bool CopyYData(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in CopyYData()
164 int I4xxToI420_c(const YuvPlaneInfo &src, const YuvPlaneInfo &dest, in I4xxToI420_c()
216 int I444ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I444ToI420_wrapper()
232 int I444ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I444ToNV21_wrapper()
248 int I422ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I422ToI420_wrapper()
264 int I422ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I422ToNV21_wrapper()
280 int I420ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I420ToI420_wrapper()
285 int I420ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I420ToNV21_wrapper()
301 int I440ToI420_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I440ToI420_wrapper()
306 int I440ToNV21_wrapper(const YuvPlaneInfo &src, const YuvPlaneInfo &dest) in I440ToNV21_wrapper()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/
H A Dsecurectype.h173 #define SECUREC_STRNCPY_SM(dest, destMax, src, count) \ argument
180 #define SECUREC_STRCPY_SM(dest, destMax, src) \ argument
188 #define SECUREC_STRCAT_SM(dest, destMax, src) \ argument
216 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s(dest, destMax, src) argument
221 #define SECUREC_STRNCAT_SM(dest, destMax, src, count) \ argument
254 #define SECUREC_STRNCAT_SM(dest, destMax, src, count) strncat_s(dest, destMax, src, count) argument
258 #define SECUREC_MEMCPY_SM(dest, destMax, src, count) \ argument
265 #define SECUREC_MEMSET_SM(dest, destMax, c, count) \ argument
H A Dsecurec.h220 #define strcpy_sp(dest, destMax, src) ((__builtin_constant_p((destMax)) && \ argument
226 #define strncpy_sp(dest, destMax, src, count) ((__builtin_constant_p((count)) && \ argument
233 #define strcat_sp(dest, destMax, src) ((__builtin_constant_p((destMax)) && \ argument
239 #define strncat_sp(dest, destMax, src, count) ((__builtin_constant_p((count)) && \ argument
246 #define memcpy_sp(dest, destMax, src, count) (__builtin_constant_p((count)) ? \ argument
256 #define memset_sp(dest, destMax, c, count) (__builtin_constant_p((count)) ? \ argument
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.h277 bool GetMediaResource(T& resId, std::ostream& dest) const in GetMediaResource()
286 bool GetMediaData(T& resId, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetMediaData()
295 …bool GetMediaData(T& resId, size_t& len, std::unique_ptr<uint8_t[]>& dest, const std::string& bund… in GetMediaData()
304 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
312 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetRawFileData()
H A Dresource_adapter.h125 …tual bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
130 …tual bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetRawFileData()
136 virtual bool GetMediaData(uint32_t resId, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetMediaData()
141 virtual bool GetMediaData(uint32_t resId, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetMediaData()
147 …irtual bool GetMediaData(const std::string& resName, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetMediaData()
152 …irtual bool GetMediaData(const std::string& resName, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetMediaData()
178 virtual bool GetResource(uint32_t resId, std::ostream& dest) const in GetResource()
183 virtual bool GetResource(const std::string& resId, std::ostream& dest) const in GetResource()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp44 std::string dest; in TestGsmSendShortData() local
70 std::string dest; in TestGsmSendLongData() local
101 std::string dest; in TestSendShortText() local
128 std::string dest; in TestSendMms() local
154 std::string dest; in TestSendLongText() local
184 std::string dest; in TestSetSmscAddr() local
209 std::string dest; in TestGetSmscAddr() local
227 std::string dest; in TestAddSimMessage() local
260 std::string dest; in TestDelSimMessage() local
285 std::string dest; in TestUpdateSimMessage() local
[all …]
/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.cpp174 void TextCoder::Base64Encode(const std::string &src, std::string &dest) in Base64Encode()
190 void TextCoder::Base64Decode(const std::string &src, std::string &dest) in Base64Decode()
272 int TextCoder::Utf8ToUcs2(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in Utf8ToUcs2()
296 int TextCoder::GsmUtf8ToAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, in GsmUtf8ToAuto()
394 uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, const MsgLangInfo &langInfo) in Gsm7bitToUtf8()
429 int TextCoder::Ucs2ToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in Ucs2ToUtf8()
460 int TextCoder::EuckrToUtf8(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength) in EuckrToUtf8()
696 int TextCoder::FindGsm7bitExt(uint8_t *dest, int maxLength, const uint16_t inText) in FindGsm7bitExt()
719 int TextCoder::FindTurkish(uint8_t *dest, int maxLength, const uint16_t inText) in FindTurkish()
742 int TextCoder::FindSpanish(uint8_t *dest, int maxLength, const uint16_t inText) in FindSpanish()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp97 auto dest = dest_.Upgrade(); in Allow() local
108 auto dest = dest_.Upgrade(); in CreateAnimation() local
126 …tionExchange::CreateTranslateAnimation(const RefPtr<FrameNode>& src, const RefPtr<FrameNode>& dest) in CreateTranslateAnimation()
177 …ransitionExchange::CreateSizeAnimation(const RefPtr<FrameNode>& src, const RefPtr<FrameNode>& dest) in CreateSizeAnimation()
232 …sitionExchange::CreateOpacityAnimation(const RefPtr<FrameNode>& src, const RefPtr<FrameNode>& dest) in CreateOpacityAnimation()
241 auto dest = dest_.Upgrade(); in SetVisibleToDest() local
252 auto dest = dest_.Upgrade(); in DestRequestDefaultFocus() local
/ohos5.0/base/startup/hvb/libhvb/src/deps/
H A Dhvb_sysdeps.c29 void *hvb_memcpy(void *dest, const void *src, size_t n) in hvb_memcpy()
34 int hvb_memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in hvb_memcpy_s()
39 void *hvb_memset(void *dest, const int c, size_t n) in hvb_memset()
44 int hvb_memset_s(void *dest, size_t destMax, int c, size_t count) in hvb_memset_s()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp170 int64_t dest = sysEvent->GetEventIntValue("INT_VAL1"); variable
213 uint64_t dest = sysEvent->GetEventUintValue("INT_VAL1"); variable
248 double dest = sysEvent->GetEventDoubleValue("FLOAT_VAL1"); variable
276 int64_t dest = sysEvent->GetEventIntValue("domain_"); variable
322 uint64_t dest = sysEvent->GetEventUintValue("domain_"); variable
363 double dest = sysEvent->GetEventDoubleValue("domain_"); variable
398 std::string dest = sysEvent->GetEventValue("domain_"); variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dmove_file.cpp79 static int CopyAndDeleteFile(const string &src, const string &dest) in CopyAndDeleteFile()
131 static int RenameFile(const string &src, const string &dest) in RenameFile()
146 int MoveFileImpl::MoveFile(const std::string& src, const std::string& dest, int mode) in MoveFile()
H A Dcopy_dir.cpp71 static int CopyFile(const std::string &src, const std::string &dest, const int mode) in CopyFile()
137 std::string dest = destPath + '/' + std::string((pNameList->namelist[i])->d_name); in RecurCopyDir() local
155 static bool AllowToCopy(const std::string& src, const std::string& dest) in AllowToCopy()
163 static int CopyDirFunc(const std::string &src, const std::string &dest, const int mode, in CopyDirFunc()
243 RetDataCArrConflictFiles CopyDirImpl::CopyDir(const std::string& src, const std::string& dest, int … in CopyDir()
H A Dcopy_file.cpp197 int CopyFileImpl::CopyFile(const std::string& src, const std::string& dest, int mode) in CopyFile()
211 int CopyFileImpl::CopyFile(const std::string& src, int32_t dest, int mode) in CopyFile()
225 int CopyFileImpl::CopyFile(int32_t src, const std::string& dest, int mode) in CopyFile()
239 int CopyFileImpl::CopyFile(int32_t src, int32_t dest, int mode) in CopyFile()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h90 virtual bool AsUint64(uint64_t& dest) override in AsUint64()
136 virtual bool AsUint64Vec(std::vector<uint64_t>& dest) override in AsUint64Vec()
180 virtual bool AsInt64(int64_t& dest) override in AsInt64()
227 virtual bool AsInt64Vec(std::vector<int64_t>& dest) override in AsInt64Vec()
328 virtual bool AsDoubleVec(std::vector<double>& dest) override in AsDoubleVec()
405 bool AsStringVec(std::vector<std::string>& dest) override in AsStringVec()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp58 auto dest = destWeak.Upgrade(); in CheckIn() local
177 auto dest = dest_.Upgrade(); in Allow() local
196 auto dest = dest_.Upgrade(); in AddLazyLoadCallback() local
232 auto dest = dest_.Upgrade(); in CreateTranslateAnimation() local
268 auto dest = dest_.Upgrade(); in CreateSizeAnimation() local
302 auto dest = dest_.Upgrade(); in CreateOpacityAnimation() local
321 auto dest = dest_.Upgrade(); in CreateAnimation() local
444 auto dest = effect->currentWorking_.Upgrade(); in AddLazyLoadCallback() local
/ohos5.0/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
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp59 vector<string> dest; in SplitStringFully() local
121 vector<string> dest = SplitStringFully(inputFile, "_"); in getParamsByName() local
838 vector<string> dest = SplitStringFully(inputFile, "_"); variable
881 vector<string> dest = SplitStringFully(inputFile, "_"); variable
923 vector<string> dest = SplitStringFully(inputFile, "_"); variable
966 vector<string> dest = SplitStringFully(inputFile, "_"); variable
1067 vector<string> dest = SplitStringFully(inputFile, "_"); variable
1110 vector<string> dest = SplitStringFully(inputFile, "_"); variable
1152 vector<string> dest = SplitStringFully(inputFile, "_"); variable
1195 vector<string> dest = SplitStringFully(inputFile, "_"); variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_utils.cpp148 JpegDstMgr *dest = static_cast<JpegDstMgr *>(cinfo->dest); in InitDstStream() local
160 JpegDstMgr *dest = static_cast<JpegDstMgr *>(cinfo->dest); in EmptyOutputBuffer() local
183 JpegDstMgr *dest = static_cast<JpegDstMgr *>(cinfo->dest); in TermDstStream() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h301 bool GetMediaResource(T& resId, std::ostream& dest) const in GetMediaResource()
312 bool GetMediaData(T& resId, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetMediaData()
323 …bool GetMediaData(T& resId, size_t& len, std::unique_ptr<uint8_t[]>& dest, const std::string& bund… in GetMediaData()
334 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
344 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetRawFileData()
/ohos5.0/build/
H A Dprebuilts_download_config.json51 "dest":"/prebuilts/build-tools/common/nodejs", string
58 "dest":"/prebuilts/python/linux-x86", string
65 "dest":"/prebuilts/python/darwin-x86", string
72 "dest":"/prebuilts/python/linux-arm64", string
79 "dest":"/prebuilts/python/darwin-arm64", string
91 "dest": "/prebuilts/clang/ohos/ohos-arm64/llvm", string
98 "dest": "/prebuilts/clang/ohos/windows-x86_64/llvm", string
105 "dest": "/prebuilts/clang/ohos/linux-x86_64/llvm", string
112 "dest": "/prebuilts/clang/ohos/darwin-arm64/llvm", string
119 "dest": "/prebuilts/clang/ohos/darwin-x86_64/llvm", string
[all …]

12345678910