/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 31 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 D | string_util.c | 34 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 D | json_utils.c | 449 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddByteToJson() local
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/ |
H A D | dentry_meta_file_test.cpp | 358 std::string hexStr = ""; variable 379 std::string hexStr = "test"; variable
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_rule.cpp | 92 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 D | wifi_global_func.h | 163 const std::string hexStr = "0123456789ABCDEF"; in Val2HexChar() local
|
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilog_utils_test.cpp | 193 std::string hexStr = "d002d00"; variable
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_base.cpp | 75 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 D | medialibrary_common_utils_test.cpp | 81 string hexStr = ""; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 294 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 D | medialibrary_common_utils.cpp | 62 …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 D | cert_manager_auth_mgr.c | 57 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 D | dm_radar_helper.cpp | 147 std::string hexStr = str.str(); in ConvertHexToString() local
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/ |
H A D | raw_data_builder.h | 167 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 D | pake_v1_protocol_task_common.c | 491 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 D | dm_radar_helper.cpp | 776 std::string hexStr = str.str(); in ConvertHexToString() local
|
/ohos5.0/foundation/multimedia/av_session/utils/src/ |
H A D | avsession_radar.cpp | 84 std::string hexStr = str.str(); in ConvertHexToString() local
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | common_lib_test.cpp | 492 char hexStr[TEST_BUFFER_SIZE] = { 0 }; variable
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.cpp | 303 string HexDecode(const string &hexStr) in HexDecode()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record.cpp | 106 std::string hexStr = GetStringValueByKey("traceid_"); in GetTraceId() local
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 195 uint8_t *hexStr = (uint8_t *)hexString; in ConvertHexStringToBytes() local
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | json_utils_mock.c | 482 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddByteToJson() local
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_decoder_v21.cpp | 679 std::string hexStr(hex); in DecodeQuotedPrintable() local
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file.cpp | 692 std::string MetaFileMgr::RecordIdToCloudId(const std::string hexStr) in RecordIdToCloudId()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 508 static bool IsValidHexInteger(const string &hexStr) in IsValidHexInteger()
|