Home
last modified time | relevance | path

Searched refs:HexStringConvertToBytes (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/
H A Disshowableasciionly_fuzzer.cpp40 simUtils->HexStringConvertToBytes(str, byteslen); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp392 std::shared_ptr<unsigned char> hexData = SIMUtils::HexStringConvertToBytes(iccData, length); in ProcessSpnGeneral()
488 std::shared_ptr<unsigned char> bytesRaw = SIMUtils::HexStringConvertToBytes(rawData, length); in ParseSpn()
520 std::shared_ptr<unsigned char> data = SIMUtils::HexStringConvertToBytes(dataPnn, recordLen); in ParsePnn()
819 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(efCfisStr_, efCfisSize_… in ProcessGetCfisDone()
857 … std::shared_ptr<unsigned char> dataByte = SIMUtils::HexStringConvertToBytes(iccData, dataLen); in ProcessGetMbiDone()
970 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(efMWISStr_, efMWISSize_… in ProcessGetMwisDone()
1128 … std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(efCffStr_, efCffSize_); in ProcessGetCffDone()
1995 …std::shared_ptr<unsigned char> efMWISData = SIMUtils::HexStringConvertToBytes(efMWISStr_, efMWISSi… in SetVoiceMailCount()
2027 …std::shared_ptr<unsigned char> efCfisData = SIMUtils::HexStringConvertToBytes(efCfisStr_, efCfisSi… in SetVoiceCallForwarding()
2045 …std::shared_ptr<unsigned char> efCffData = SIMUtils::HexStringConvertToBytes(efCffStr_, efCffSize_… in SetVoiceCallForwarding()
[all …]
H A Dicc_dialling_numbers_handler.cpp422 std::shared_ptr<unsigned char> data = SIMUtils::HexStringConvertToBytes(recordData, recordLen); in FetchDiallingNumberContent()
535 seqResult = SIMUtils::HexStringConvertToBytes(sq, seqLength); in CreateNameSequence()
539 seqResult = SIMUtils::HexStringConvertToBytes(sq, seqLength); in CreateNameSequence()
H A Dicc_file_controller.cpp77 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, rec… in ProcessLinearRecordSize()
101 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, rec… in ProcessRecordSize()
151 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, bin… in ProcessBinarySize()
H A Dsim_utils.cpp34 std::shared_ptr<unsigned char> SIMUtils::HexStringConvertToBytes(const std::string &s, int &bytesle… in HexStringConvertToBytes() function in OHOS::Telephony::SIMUtils
H A Druim_file.cpp346 std::shared_ptr<unsigned char> fileData = SIMUtils::HexStringConvertToBytes(iccData, dataLen); in ProcessGetSpnDone()
H A Dicc_file.cpp611 std::shared_ptr<unsigned char> ucc = SIMUtils::HexStringConvertToBytes(langData, langDataLen); in ObtainValidLanguage()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_utils.h74 …static std::shared_ptr<unsigned char> HexStringConvertToBytes(const std::string &s, int &byteslen);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp951 …std::shared_ptr<unsigned char> efCfisData = SIMUtils::HexStringConvertToBytes(efCfisStr, efCfisSiz…
954 efCfisData = SIMUtils::HexStringConvertToBytes(efCfisStr, efCfisSize);
H A Dzero_branch_test.cpp2797 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr);
2802 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr);
2805 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr);
2808 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) != nullptr);
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1989 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, rec… in ProcessRecordSize()