| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_service_converter.cpp | 26 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 D | print_converter.h | 73 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 D | DrawingNativeRegionTest.cpp | 223 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 D | DrawingNativeMatrixTestPart2.cpp | 379 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 D | DrawingNativeRectTest.cpp | 812 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 D | DrawingNativePathTestPart2.cpp | 967 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 D | hdi_test_render_utils.cpp | 22 void SetUint32(uint32_t& dst, uint32_t value) in SetUint32() argument
|
| /base/hiviewdfx/hisysevent/frameworks/native/util/ |
| H A D | string_util.cpp | 22 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 D | string_printf.h | 39 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 D | common_cutil_test.cpp | 102 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 D | print_converter.cpp | 53 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 D | key_agreement.c | 88 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 D | attest_adapter_network_config.c | 31 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 D | dfx_cutil.c | 31 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 D | musl_cutil.h | 34 static bool ReadStringFromFile(const char* path, char* dst, size_t dstSz) in ReadStringFromFile() argument
|
| /base/print/print_fwk/test/unittest/service_test/ |
| H A D | print_service_converter_test.cpp | 90 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 D | hcf_string.c | 158 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 D | hc_file.c | 72 int HcFileRead(FileHandle file, void *dst, int dstSize)
in HcFileRead() argument
|
| H A D | hc_file_posix.c | 122 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_file.c | 120 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
|
| /base/web/webview/ohos_nweb/src/ |
| H A D | nweb_surface_adapter.cpp | 136 char *dst = reinterpret_cast<char *>(surfaceBuffer->GetVirAddr()); in CopyFrame() local
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | quant_dtype_cast_test.cpp | 37 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 D | NativeDrawingCanvasLargeValueTest.cpp | 154 OH_Drawing_Rect* dst = OH_Drawing_RectCreate(0, 0, 200, 200); in HWTEST_F() local
|
| H A D | NativeDrawingMatrixTest.cpp | 676 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 D | Utils.java | 246 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
|