Home
last modified time | relevance | path

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

12

/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
H A Dprint_cups_attribute.cpp82 bool ConvertDuplexModeCode(const char *src, DuplexModeCode &dst) in ConvertDuplexModeCode() argument
25 ParseAttributeToValue(ipp_t *response, const std::string &keyword, T &value, bool (*convertAttr)(const char *src, T &dst)) ParseAttributeToValue() argument
51 ParseAttributesToList(ipp_t *response, const std::string &keyword, std::vector<T> &list, bool (*convertAttr)(const char *src, T &dst)) ParseAttributesToList() 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
/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
/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
/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
/base/global/i18n_lite/frameworks/i18n/src/
H A Dstr_util.cpp98 void Split(const std::string &src, std::string *dst, const int32_t size, const char &sep) in Split() argument
/base/security/code_signature/test/unittest/
H A Dsign_and_enforce_test.cpp118 static bool ModifyPkcs7SignerwithTargetFunc(ByteBuffer &src, ByteBuffer &dst, in ModifyPkcs7SignerwithTargetFunc() argument
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dservice_checker.cpp135 static bool StartWith(const std::string &dst, const std::string &prefix) in StartWith() argument
/base/security/device_auth/common_lib/impl/src/
H A Dhc_parcel.c99 HcBool ParcelReadWithoutPopData(HcParcel *parcel, void *dst, uint32_t dataSize) in ParcelReadWithoutPopData() argument
112 HcBool ParcelRead(HcParcel *parcel, void *dst, uint32_t dataSize) in ParcelRead() argument
132 HcBool ParcelEraseBlock(HcParcel *parcel, uint32_t start, uint32_t dataSize, void *dst) in ParcelEraseBlock() argument
162 HcBool ParcelReadRevert(HcParcel *parcel, void *dst, uint32_ argument
190 ParcelReadInt32(HcParcel *parcel, int *dst) ParcelReadInt32() argument
195 ParcelReadUint32(HcParcel *parcel, uint32_t *dst) ParcelReadUint32() argument
200 ParcelReadInt16(HcParcel *parcel, short *dst) ParcelReadInt16() argument
205 ParcelReadUint16(HcParcel *parcel, uint16_t *dst) ParcelReadUint16() argument
210 ParcelReadInt8(HcParcel *parcel, char *dst) ParcelReadInt8() argument
215 ParcelReadUint8(HcParcel *parcel, uint8_t *dst) ParcelReadUint8() argument
220 ParcelReadUint64(HcParcel *parcel, uint64_t *dst) ParcelReadUint64() argument
225 ParcelReadInt64(HcParcel *parcel, int64_t *dst) ParcelReadInt64() argument
366 ParcelReadParcel(HcParcel *src, HcParcel *dst, uint32_t size, HcBool copy) ParcelReadParcel() argument
384 ParcelCopy(HcParcel *src, HcParcel *dst) ParcelCopy() argument
409 ParcelReadInt32Revert(HcParcel *parcel, int32_t *dst) ParcelReadInt32Revert() argument
418 ParcelReadUint32Revert(HcParcel *parcel, uint32_t *dst) ParcelReadUint32Revert() argument
427 ParcelReadInt16Revert(HcParcel *parcel, short *dst) ParcelReadInt16Revert() argument
436 ParcelReadUint16Revert(HcParcel *parcel, uint16_t *dst) ParcelReadUint16Revert() argument
448 ParcelReadInt8Revert(HcParcel *parcel, char *dst) ParcelReadInt8Revert() argument
453 ParcelReadUint8Revert(HcParcel *parcel, uint8_t *dst) ParcelReadUint8Revert() argument
458 ParcelReadUint64Revert(HcParcel *parcel, uint64_t *dst) ParcelReadUint64Revert() argument
467 ParcelReadInt64Revert(HcParcel *parcel, int64_t *dst) ParcelReadInt64Revert() argument
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp202 struct DlpBlob dst; in HWTEST_F() local
1884 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; in HWTEST_F() local
1940 std::string dst in HWTEST_F() local
1999 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; HWTEST_F() local
2058 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; HWTEST_F() local
2118 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; HWTEST_F() local
2178 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_cert"; HWTEST_F() local
2229 std::string dst = DLP_TEST_DIR + "/1" + "/opened_encrypted_data"; HWTEST_F() local
[all...]
/base/startup/appspawn/util/src/
H A Dappspawn_utils.c223 char *GetLastStr(const char *str, const char *dst) in GetLastStr() argument
/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa_verify.c308 static inline void invert_copy(uint8_t *dst, uint8_t *src, uint32_t len) in invert_copy() argument
/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.cpp32 bool ConvertToNapiHandlerOfString(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) in ConvertToNapiHandlerOfString() argument
39 bool ConvertToNapiHandlerOfBinary(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) in ConvertToNapiHandlerOfBinary() argument
54 bool ConvertToNapiHandlerOfBoolean(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) in ConvertToNapiHandlerOfBoolean() argument
61 bool ConvertToNapiHandlerOfInteger(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) in ConvertToNapiHandlerOfInteger() argument
68 bool ConvertToNapiHandlerOfDouble(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) in ConvertToNapiHandlerOfDouble() argument
75 ConvertToNapiHandlerOfError(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) ConvertToNapiHandlerOfError() argument
87 ConvertToNapiHandlerOfStringArray(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) ConvertToNapiHandlerOfStringArray() argument
106 ConvertToNapiHandlerOfBooleanArray(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) ConvertToNapiHandlerOfBooleanArray() argument
125 ConvertToNapiHandlerOfDoubleArray(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) ConvertToNapiHandlerOfDoubleArray() argument
144 ConvertToNapiHandlerOfInt64Array(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) ConvertToNapiHandlerOfInt64Array() argument
422 ConvertNWebToNapiValue(napi_env env, std::shared_ptr<NWebMessage> src, napi_value& dst) ConvertNWebToNapiValue() argument
[all...]

Completed in 17 milliseconds

12