Home
last modified time | relevance | path

Searched refs:BytesConvertToHexString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_utils.h75 static std::string BytesConvertToHexString(const unsigned char *bytes, int byteLen);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp209 std::string encryptIccId = SIMUtils::BytesConvertToHexString(hash, SHA256_DIGEST_LENGTH); in EncryptIccId()
H A Dsim_utils.cpp63 std::string SIMUtils::BytesConvertToHexString(const unsigned char *bytes, int byteLen) in BytesConvertToHexString() function in OHOS::Telephony::SIMUtils
H A Dicc_dialling_numbers_handler.cpp311 std::string data = SIMUtils::BytesConvertToHexString(dataDiallingNumber.get(), dataLen); in SendUpdateCommand()
H A Dsim_file_manager.cpp596 std::string encryptImsi = SIMUtils::BytesConvertToHexString(hash, SHA256_DIGEST_LENGTH); in EncryptImsi()
H A Dmulti_sim_controller.cpp959 std::string encryptIccId = SIMUtils::BytesConvertToHexString(hash, SHA256_DIGEST_LENGTH); in EncryptIccId()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2809 EXPECT_EQ(simUtils->BytesConvertToHexString(nullptr, 1), "");
2810 EXPECT_NE(simUtils->BytesConvertToHexString(bytes, 1), "");