Home
last modified time | relevance | path

Searched defs:dst (Results 1 - 25 of 63) sorted by relevance

123

/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp26 bool ConvertColorModeCode(const char *src, ColorModeCode &dst) in ConvertColorModeCode() argument
65 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst) in ConvertPrintPageSize() argument
/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h73 T2 *CopyArray(const std::vector<T1> &list, uint32_t &count, bool (*ConvertFunction)(const T1 &src, T2 &dst)) in CopyArray() argument
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeRegionTest.cpp223 OH_Drawing_Region *dst = OH_Drawing_RegionCreate(); in HWTEST_F() local
250 OH_Drawing_Region *dst = OH_Drawing_RegionCreate(); in HWTEST_F() local
[all...]
H A DDrawingNativeMatrixTestPart2.cpp379 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local
388 OH_Drawing_Point2D dst[i]; in HWTEST_F() local
414 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local
442 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}}; in HWTEST_F() local
469 OH_Drawing_Point2D dst[2] = {{dis(gen), dis(gen)}, {dis(gen), dis(gen)}}; HWTEST_F() local
488 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local
511 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local
540 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local
560 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local
582 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 100, 100); HWTEST_F() local
609 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 100, 100); HWTEST_F() local
641 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, dis(gen), dis(gen)); HWTEST_F() local
[all...]
H A DDrawingNativeRectTest.cpp812 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 0, 0); in HWTEST_F() local
868 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 0, 0); HWTEST_F() local
[all...]
H A DDrawingNativePathTestPart2.cpp967 OH_Drawing_Path *dst = OH_Drawing_PathCreate(); in HWTEST_F() local
994 OH_Drawing_Path *dst = OH_Drawing_PathCreate(); in HWTEST_F() local
1021 OH_Drawing_Path *dst in HWTEST_F() local
1290 OH_Drawing_Path *dst = OH_Drawing_PathCreate(); HWTEST_F() local
1314 OH_Drawing_Path *dst = OH_Drawing_PathCreate(); HWTEST_F() local
1342 OH_Drawing_Path *dst = OH_Drawing_PathCreate(); HWTEST_F() local
1368 OH_Drawing_Path *dst = OH_Drawing_PathCreate(); HWTEST_F() local
[all...]
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_render_utils.cpp22 void SetUint32(uint32_t& dst, uint32_t value) in SetUint32() argument
/base/hiviewdfx/hisysevent/frameworks/native/util/
H A Dstring_util.cpp22 int CopyCString(char* dst, const std::string& src, size_t len) in CopyCString() argument
30 int CreateCString(char** dst, const std::string& src, size_t len) in CreateCString() argument
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_printf.h39 static bool StringAppendV(std::string& dst, const char* fmt, va_list ap) in StringAppendV() argument
68 std::string dst; in StringPrintf() local
76 inline void StringAppendF(std::string& dst, const char* fmt, ...) in StringAppendF() argument
/base/hiviewdfx/faultloggerd/test/unittest/common/
H A Dcommon_cutil_test.cpp102 char dst[11] = {0}; // 11: The length is consistent with the src[] array in HWTEST_F() local
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp53 bool ConvertStringToInt(const char *src, int &dst) in ConvertStringToInt() argument
66 bool ConvertOrientationMode(const uint32_t &src, Print_OrientationMode &dst) in ConvertOrientationMode() argument
76 bool ConvertColorMode(const uint32_t &src, Print_ColorMode &dst) in ConvertColorMode() argument
86 bool ConvertDuplexMode(const uint32_t &src, Print_DuplexMode &dst) in ConvertDuplexMode() argument
96 bool ConvertQuality(const uint32_t &src, Print_Quality &dst) in ConvertQuality() argument
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dkey_agreement.c88 static bool is_version_bigger(struct key_agreement_version *dst, struct key_agreement_version *src) in is_version_bigger() argument
104 static bool is_version_lesser(struct key_agreement_version *dst, struct key_agreement_version *src) in is_version_lesser() argument
/test/xts/device_attest_lite/services/core/mini/adapter/
H A Dattest_adapter_network_config.c31 static int32_t CopyNVData(char *dst, int32_t dstLen, unsigned char *src, int32_t srcLen) in CopyNVData() argument
/base/hiviewdfx/faultloggerd/common/cutil/
H A Ddfx_cutil.c31 static bool ReadStringFromFile(const char* path, char* dst, size_t dstSz) in ReadStringFromFile() argument
133 bool TrimAndDupStr(const char* src, char* dst) in TrimAndDupStr() argument
[all...]
H A Dmusl_cutil.h34 static bool ReadStringFromFile(const char* path, char* dst, size_t dstSz) in ReadStringFromFile() argument
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp90 ColorModeCode dst; in HWTEST_F() local
104 ColorModeCode dst; in HWTEST_F() local
113 ColorModeCode dst; in HWTEST_F() local
122 ColorModeCode dst; in HWTEST_F() local
131 ColorModeCode dst; HWTEST_F() local
166 PrintPageSize dst; HWTEST_F() local
173 PrintPageSize dst; HWTEST_F() local
[all...]
/base/security/crypto_framework/common/src/
H A Dhcf_string.c158 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) in StringSubString() argument
179 int StringCompare(const HcString *self, const char* dst) in StringCompare() argument
[all...]
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c72 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
H A Dhc_file_posix.c122 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_file.c120 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
/base/web/webview/ohos_nweb/src/
H A Dnweb_surface_adapter.cpp136 char *dst = reinterpret_cast<char *>(surfaceBuffer->GetVirAddr()); in CopyFrame() local
/test/xts/acts/ai/nncore/opstest/src/
H A Dquant_dtype_cast_test.cpp37 OHNNOperandTest dst = {OH_NN_INT64, OH_NN_QUANT_DTYPE_CAST_DST_T, {1}, &dstValue, sizeof(int64_t)}; member
57 OHNNOperandTest dst = {OH_NN_INT64, OH_NN_QUANT_DTYPE_CAST_DST_T, {1}, &dstValue, sizeof(int64_t)}; member
77 OHNNOperandTest dst = {OH_NN_INT64, OH_NN_QUANT_DTYPE_CAST_DST_T, {1}, &dstValue, sizeof(int64_t)}; member
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasLargeValueTest.cpp154 OH_Drawing_Rect* dst = OH_Drawing_RectCreate(0, 0, 200, 200); in HWTEST_F() local
H A DNativeDrawingMatrixTest.cpp676 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local
698 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}}; in HWTEST_F() local
720 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local
742 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local
829 OH_Drawing_Point2D dst[MAPPOINTS_SIZ in HWTEST_F() local
851 OH_Drawing_Rect* dst = OH_Drawing_RectCreate(0, 0, 0, 0); HWTEST_F() local
[all...]
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DUtils.java246 public static void generateTypesFile(File src, File dst, ArrayList<ConfigItem> configItems) { in generateTypesFile() argument
349 public static void generateI18nPatternFile(File src, File dst, ArrayList<ConfigItem> items) { in generateI18nPatternFile() argument

Completed in 15 milliseconds

123