Home
last modified time | relevance | path

Searched refs:byteslen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/isshowableasciionly_fuzzer/
H A Disshowableasciionly_fuzzer.cpp35 int32_t byteslen = static_cast<int32_t>(*data); in DoSomethingInterestingWithMyAPI() local
40 simUtils->HexStringConvertToBytes(str, byteslen); in DoSomethingInterestingWithMyAPI()
/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/services/sim/src/
H A Dsim_utils.cpp34 …d::shared_ptr<unsigned char> SIMUtils::HexStringConvertToBytes(const std::string &s, int &byteslen) in HexStringConvertToBytes() argument
45 byteslen = outlen; in HexStringConvertToBytes()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2791 int byteslen = 1; variable
2797 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr);
2802 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr);
2805 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) == nullptr);
2806 byteslen = 2;
2808 EXPECT_TRUE(simUtils->HexStringConvertToBytes(str, byteslen) != nullptr);