Home
last modified time | relevance | path

Searched defs:hexStr (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/
H A Dhex_string.cpp31 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
67 int32_t HexStringToByte(const char *hexStr, uint32_t hexStrLen, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c34 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
66 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
H A Djson_utils.c449 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddByteToJson() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp358 std::string hexStr = ""; variable
379 std::string hexStr = "test"; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp92 bool IccOperatorRule::CreateFromTLV(const std::string &hexStr, std::vector<IccOperatorRule> &result) in CreateFromTLV()
264 bool IccOperatorRule::SetPackageNameByHexStr(const std::string &hexStr) in SetPackageNameByHexStr()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h163 const std::string hexStr = "0123456789ABCDEF"; in Val2HexChar() local
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp193 std::string hexStr = "d002d00"; variable
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp75 uint8_t *hexStr = (uint8_t *)response; in ConvertHexStringToBytes() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_common_utils_test.cpp81 string hexStr = ""; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp294 bool HexStr2Bytes(const std::string &hexStr, std::vector<uint8_t> &bytes) in HexStr2Bytes()
322 void BluetoothMock::CallbackScanResult(const std::string &hexStr) in CallbackScanResult()
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp62 …MediaLibraryCommonUtils::Char2Hex(const unsigned char *data, const size_t len, std::string &hexStr) in Char2Hex()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c57 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
72 static int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp147 std::string hexStr = str.str(); in ConvertHexToString() local
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h167 void TransHexStrToNum(const std::string& hexStr, T& num) in TransHexStrToNum()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c491 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddPseudonymIdToPayload() local
524 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddPseudonymChallengeToPayload() local
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp776 std::string hexStr = str.str(); in ConvertHexToString() local
/ohos5.0/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp84 std::string hexStr = str.str(); in ConvertHexToString() local
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dcommon_lib_test.cpp492 char hexStr[TEST_BUFFER_SIZE] = { 0 }; variable
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp303 string HexDecode(const string &hexStr) in HexDecode()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp106 std::string hexStr = GetStringValueByKey("traceid_"); in GetTraceId() local
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp195 uint8_t *hexStr = (uint8_t *)hexString; in ConvertHexStringToBytes() local
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c482 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddByteToJson() local
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp679 std::string hexStr(hex); in DecodeQuotedPrintable() local
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp692 std::string MetaFileMgr::RecordIdToCloudId(const std::string hexStr) in RecordIdToCloudId()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp508 static bool IsValidHexInteger(const string &hexStr) in IsValidHexInteger()

12