Searched refs:HexStringConvertToBytes (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/ |
H A D | isshowableasciionly_fuzzer.cpp | 40 simUtils->HexStringConvertToBytes(str, byteslen); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_file.cpp | 392 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 D | icc_dialling_numbers_handler.cpp | 422 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 D | icc_file_controller.cpp | 77 …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 D | sim_utils.cpp | 34 std::shared_ptr<unsigned char> SIMUtils::HexStringConvertToBytes(const std::string &s, int &bytesle… in HexStringConvertToBytes() function in OHOS::Telephony::SIMUtils
|
H A D | ruim_file.cpp | 346 std::shared_ptr<unsigned char> fileData = SIMUtils::HexStringConvertToBytes(iccData, dataLen); in ProcessGetSpnDone()
|
H A D | icc_file.cpp | 611 std::shared_ptr<unsigned char> ucc = SIMUtils::HexStringConvertToBytes(langData, langDataLen); in ObtainValidLanguage()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_utils.h | 74 …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 D | zero_branch_test_sim_ril.cpp | 951 …std::shared_ptr<unsigned char> efCfisData = SIMUtils::HexStringConvertToBytes(efCfisStr, efCfisSiz… 954 efCfisData = SIMUtils::HexStringConvertToBytes(efCfisStr, efCfisSize);
|
H A D | zero_branch_test.cpp | 2797 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 D | tel_ril_test.cpp | 1989 …std::shared_ptr<unsigned char> rawData = SIMUtils::HexStringConvertToBytes(result->resultData, rec… in ProcessRecordSize()
|