Home
last modified time | relevance | path

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

/base/security/dlp_permission_service/frameworks/common/src/
Dhex_string.cpp29 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
61 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
/base/security/device_auth/common_lib/impl/src/
Dstring_util.c48 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
80 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
Djson_utils.c424 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddByteToJson() local
/base/telephony/core_service/services/sim/src/
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()
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp190 std::string hexStr = "d002d00"; variable
/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp75 uint8_t *hexStr = (uint8_t *)response; in ConvertHexStringToBytes() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_auth_mgr.c56 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString()
71 static int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
Draw_data_builder.h157 void TransHexStrToNum(const std::string& hexStr, T& num) in TransHexStrToNum()
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
Dcommon_lib_test.cpp492 char hexStr[TEST_BUFFER_SIZE] = { 0 }; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record.cpp106 std::string hexStr = GetStringValueByKey("traceid_"); in GetTraceId() local
/base/security/device_auth/test/unittest/deviceauth/source/
Djson_utils_mock.c482 char *hexStr = (char *)HcMalloc(hexLen, 0); in AddByteToJson() local
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp226 uint8_t *hexStr = (uint8_t *)hexString; in ConvertHexStringToBytes() local
/base/telephony/core_service/utils/vcard/src/
Dvcard_decoder_v21.cpp626 std::string hexStr(hex); in DecodeQuotedPrintable() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test_sim_ril.cpp509 std::string hexStr = "12"; variable
Dzero_branch_test.cpp2626 std::string hexStr = "12"; variable