Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp110 auto src = ImageSourceInfo(SRC_JPG); variable
127 auto src = ImageSourceInfo(SRC_JPG); variable
148 auto src = ImageSourceInfo(SRC_JPG); variable
170 auto src = ImageSourceInfo(SRC_JPG); variable
199 auto src = ImageSourceInfo(SRC_JPG); variable
235 auto src = ImageSourceInfo(SRC_JPG); variable
257 auto src = ImageSourceInfo(SRC_JPG); variable
294 auto src = ImageSourceInfo(SRC_JPG); variable
329 auto src = ImageSourceInfo(SRC_JPG); variable
348 auto src = ImageSourceInfo(SRC_JPG); variable
[all …]
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_service_type_converter.cpp20 void ConvertStreamInfoHdiToVdi(const StreamInfo &src, VdiStreamInfo &dst) in ConvertStreamInfoHdiToVdi()
34 void ConvertStreamAttributeHdiToVdi(const StreamAttribute &src, VdiStreamAttribute &dst) in ConvertStreamAttributeHdiToVdi()
47 void ConvertCaptureInfoHdiToVdi(const CaptureInfo &src, VdiCaptureInfo &dst) in ConvertCaptureInfoHdiToVdi()
60 void ConvertCaptureEndedInfoHdiToVdi(const CaptureEndedInfo &src, VdiCaptureEndedInfo &dst) in ConvertCaptureEndedInfoHdiToVdi()
66 void ConvertCaptureErrorInfoHdiToVdi(const CaptureErrorInfo &src, VdiCaptureErrorInfo &dst) in ConvertCaptureErrorInfoHdiToVdi()
72 void ConvertStreamInfoVdiToHdi(const VdiStreamInfo &src, StreamInfo &dst) in ConvertStreamInfoVdiToHdi()
86 void ConvertStreamAttributeVdiToHdi(const VdiStreamAttribute &src, StreamAttribute &dst) in ConvertStreamAttributeVdiToHdi()
99 void ConvertCaptureInfoVdiToHdi(const VdiCaptureInfo &src, CaptureInfo &dst) in ConvertCaptureInfoVdiToHdi()
112 void ConvertCaptureEndedInfoVdiToHdi(const VdiCaptureEndedInfo &src, CaptureEndedInfo &dst) in ConvertCaptureEndedInfoVdiToHdi()
118 void ConvertCaptureErrorInfoVdiToHdi(const VdiCaptureErrorInfo &src, CaptureErrorInfo &dst) in ConvertCaptureErrorInfoVdiToHdi()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp89 const char* src = nullptr; variable
103 const char* src = "color"; variable
112 const char* src = "monochrome"; variable
121 const char* src = "auto"; variable
130 const char* src = "sss"; variable
151 const char* src = nullptr; variable
158 const char* src = "iso_a4_210x297mm"; variable
165 const char* src = nullptr; variable
172 const char* src = "iso_a4_210x297mm"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/
H A Dzip_test.cpp73 std::string src = BASE_PATH + APP_PATH + "test"; variable
90 std::string src = BASE_PATH + APP_PATH + "test/01"; variable
173 std::string src = BASE_PATH + APP_PATH + "test"; variable
194 std::string src = BASE_PATH + APP_PATH + "test"; variable
211 std::string src = BASE_PATH + APP_PATH + "error"; variable
271 std::string src = BASE_PATH + APP_PATH + "test"; variable
289 std::string src = ""; variable
310 std::string src = ""; variable
327 std::string src = ""; variable
357 std::string src = TEST_ZIP_DMAGED; variable
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/public_test/
H A Dnfc_public_test.cpp126 std::string src = ""; variable
209 const std::string src = ""; variable
221 const std::string src = "01"; variable
233 const std::string src = "43020"; variable
244 const std::string src = "%x"; variable
266 const std::string src = TEST_DATA_ANY_HEX_STRING; variable
289 const std::string src = "%x"; variable
302 std::string src = ""; variable
314 std::string src(1025, 'a'); variable
326 std::string src = "CodeMiddlePart"; variable
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp53 bool ConvertStringToInt(const char *src, int &dst) in ConvertStringToInt()
65 bool ConvertOrientationMode(const uint32_t &src, Print_OrientationMode &dst) in ConvertOrientationMode()
75 bool ConvertColorMode(const uint32_t &src, Print_ColorMode &dst) in ConvertColorMode()
85 bool ConvertDuplexMode(const uint32_t &src, Print_DuplexMode &dst) in ConvertDuplexMode()
95 bool ConvertQuality(const uint32_t &src, Print_Quality &dst) in ConvertQuality()
/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/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.cpp44 std::string NfcSdkCommon::BytesVecToHexString(const unsigned char* src, uint32_t length) in BytesVecToHexString()
58 std::string NfcSdkCommon::UnsignedCharToHexString(const unsigned char src) in UnsignedCharToHexString()
67 void NfcSdkCommon::HexStringToBytes(const std::string &src, std::vector<unsigned char> &bytes) in HexStringToBytes()
87 uint32_t NfcSdkCommon::GetHexStrBytesLen(const std::string src) in GetHexStrBytesLen()
101 unsigned char NfcSdkCommon::GetByteFromHexStr(const std::string src, uint32_t index) in GetByteFromHexStr()
117 uint32_t NfcSdkCommon::StringToInt(std::string src, bool bLittleEndian) in StringToInt()
144 void NfcSdkCommon::StringToAsciiBytes(const std::string &src, std::vector<unsigned char> &bytes) in StringToAsciiBytes()
156 std::string NfcSdkCommon::StringToHexString(const std::string &src) in StringToHexString()
165 std::string NfcSdkCommon::HexStringToAsciiString(const std::string &src) in HexStringToAsciiString()
188 std::string NfcSdkCommon::HexArrayToStringWithoutChecking(const std::string &src) in HexArrayToStringWithoutChecking()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dmatrix_test.cpp353 std::vector<Point> src = { { 2, 3 } }; variable
369 std::vector<Point> src = { { 1, 3 } }; variable
384 RectF src(40, 50, 190, 200); variable
399 RectF src(80, 100, 190, 200); variable
418 Point src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; variable
437 Point src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; variable
456 Point src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; variable
475 Point src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; variable
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_parcel.c326 HcBool ParcelWriteInt32(HcParcel *parcel, int src) in ParcelWriteInt32()
331 HcBool ParcelWriteUint32(HcParcel *parcel, uint32_t src) in ParcelWriteUint32()
336 HcBool ParcelWriteInt16(HcParcel *parcel, short src) in ParcelWriteInt16()
341 HcBool ParcelWriteUint16(HcParcel *parcel, uint16_t src) in ParcelWriteUint16()
346 HcBool ParcelWriteInt8(HcParcel *parcel, char src) in ParcelWriteInt8()
351 HcBool ParcelWriteUint8(HcParcel *parcel, uint8_t src) in ParcelWriteUint8()
356 HcBool ParcelWriteUint64(HcParcel *parcel, uint64_t src) in ParcelWriteUint64()
361 HcBool ParcelWriteInt64(HcParcel *parcel, int64_t src) in ParcelWriteInt64()
384 HcBool ParcelCopy(HcParcel *src, HcParcel *dst) in ParcelCopy()
476 HcBool ParcelWriteInt32Revert(HcParcel *parcel, int src) in ParcelWriteInt32Revert()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_common_converter.cpp44 const int16_t *src = reinterpret_cast<const int16_t *>(buffer); in ConvertBufferTo32Bit() local
63 const int32_t *src = reinterpret_cast<const int32_t *>(buffer); in ConvertBufferTo32Bit() local
72 const float *src = reinterpret_cast<const float *>(buffer); in ConvertBufferTo32Bit() local
95 const int16_t *src = reinterpret_cast<const int16_t *>(buffer); in ConvertBufferTo16Bit() local
112 const int32_t *src = reinterpret_cast<const int32_t *>(buffer); in ConvertBufferTo16Bit() local
121 const float *src = reinterpret_cast<const float *>(buffer); in ConvertBufferTo16Bit() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_extend_image_view.cpp18 void UIExtendImageView::SetSrc(const char* src) in SetSrc()
29 void UIExtendImageView::SetSrc(const ImageInfo* src) in SetSrc()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_base64.cpp24 std::string MmsBase64::Encode(const std::string src) in Encode()
31 std::string MmsBase64::Decode(const std::string src) in Decode()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dformat.cpp22 Format::Format(const Format& src) in Format()
27 Format& Format::operator=(const Format& src) in operator =()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp58 OHOS::Image::ImageType Image::CheckImgType(const char* src) in CheckImgType()
94 bool Image::SetStandardSrc(const char* src) in SetStandardSrc()
136 bool Image::SetLiteSrc(const char* src) in SetLiteSrc()
190 bool Image::SetSrc(const char* src) in SetSrc()
209 bool Image::SetSrc(const ImageInfo* src) in SetSrc()
231 bool Image::PreParse(const char *src) in PreParse()
315 bool Image::SetPNGSrc(const char* src) in SetPNGSrc()
412 bool Image::SetJPEGSrc(const char* src) in SetJPEGSrc()
/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
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
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dpsue_manager.cpp93 std::string PsueManager::Convert(const std::string &src, std::string &dest) in Convert()
131 bool PsueManager::isDigit(const std::string src) in isDigit()
168 std::string PsueManager::ToWstring(std::wstring &dest, const std::string &src) in ToWstring()
185 std::string PsueManager::ToString(std::string &dest, const std::wstring &src) in ToString()
207 bool PsueManager::IsAsciiString(const std::string &src) in IsAsciiString()
219 std::string PsueManager::BidirectionConvert(std::string &src) in BidirectionConvert()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dmemcpy_helper.cpp25 void MemcpyHelper::CopyData(CopyInfo &src, CopyInfo &dst) in CopyData()
89 void MemcpyHelper::CopyData(EffectBuffer *src, EffectBuffer *dst) in CopyData()
107 void MemcpyHelper::CopyData(EffectBuffer *src, CopyInfo &dst) in CopyData()
116 void MemcpyHelper::CopyData(CopyInfo &src, EffectBuffer *dst) in CopyData()
142 void MemcpyHelper::CopyData(MemoryData *src, MemoryData *dst) in CopyData()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Drender_strategy.cpp23 void RenderStrategy::Init(const std::shared_ptr<EffectBuffer> &src, const std::shared_ptr<EffectBuf… in Init()
29 EffectBuffer *ChooseBufOnSetInput(EffectBuffer *buffer, EffectBuffer *src, in ChooseBufOnSetInput()
35 EffectBuffer *ChooseBufOnSetInOutput(EffectBuffer *buffer, EffectBuffer *src, EffectBuffer *dst, in ChooseBufOnSetInOutput()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp26 bool ConvertColorModeCode(const char *src, ColorModeCode &dst) in ConvertColorModeCode()
55 bool ConvertPageSizeId(const char *src, std::string &id) in ConvertPageSizeId()
65 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst) in ConvertPrintPageSize()
/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_mem.cpp27 int32_t UnpackUint64(const std::vector<uint8_t> &src, size_t index, uint64_t &data) in UnpackUint64()
38 int32_t UnpackInt32(const std::vector<uint8_t> &src, size_t index, int32_t &data) in UnpackInt32()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp675 bool Attributes::Impl::EncodeBoolValue(bool src, std::vector<uint8_t> &dst) in EncodeBoolValue()
684 bool Attributes::Impl::EncodeUint64Value(uint64_t src, std::vector<uint8_t> &dst) in EncodeUint64Value()
694 bool Attributes::Impl::EncodeUint32Value(uint32_t src, std::vector<uint8_t> &dst) in EncodeUint32Value()
704 bool Attributes::Impl::EncodeUint16Value(uint16_t src, std::vector<uint8_t> &dst) in EncodeUint16Value()
714 bool Attributes::Impl::EncodeUint8Value(uint8_t src, std::vector<uint8_t> &dst) in EncodeUint8Value()
722 bool Attributes::Impl::EncodeInt32Value(int32_t src, std::vector<uint8_t> &dst) in EncodeInt32Value()
732 bool Attributes::Impl::EncodeInt64Value(int64_t src, std::vector<uint8_t> &dst) in EncodeInt64Value()
834 bool Attributes::Impl::DecodeBoolValue(const std::vector<uint8_t> &src, bool &dst) in DecodeBoolValue()
877 bool Attributes::Impl::DecodeUint8Value(const std::vector<uint8_t> &src, uint8_t &dst) in DecodeUint8Value()
886 bool Attributes::Impl::DecodeInt32Value(const std::vector<uint8_t> &src, int32_t &dst) in DecodeInt32Value()
[all …]
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dstring_utils.h34 static std::vector<uint8_t> StrToBytes(const std::string &src) in StrToBytes()
42 static std::string BytesToStr(const std::vector<uint8_t> src) in BytesToStr()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp324 ImageSourceInfo src; in ParseRect() local
346 ImageSourceInfo src; in parsePolygon() local
368 ImageSourceInfo src; in ParsePath() local
384 ImageSourceInfo src; in ParseFeGaussianblur() local
402 ImageSourceInfo src; in ParseEllipse() local
456 ImageSourceInfo src; variable
485 ImageSourceInfo src; variable
512 ImageSourceInfo src; variable
566 ImageSourceInfo src; variable
590 ImageSourceInfo src; variable
[all …]

12345678910>>...43