Searched refs:respLength (Results 1 - 4 of 4) sorted by relevance
/base/telephony/core_service/test/unittest/utils_codec_gtest/ |
H A D | asn1_node_test.cpp | 41 std::shared_ptr<Asn1Node> Asn1ParseResponse(std::vector<uint8_t> response, int32_t respLength); 52 std::shared_ptr<Asn1Node> Asn1NodeTest::Asn1ParseResponse(std::vector<uint8_t> response, int32_t respLength) in Asn1ParseResponse() argument 55 if (response.empty() || respLength == 0) { in Asn1ParseResponse() 56 TELEPHONY_LOGE("response null, respLen = %d", respLength); in Asn1ParseResponse() 59 Asn1Decoder decoder(response, 0, respLength); in Asn1ParseResponse()
|
/base/telephony/core_service/utils/common/include/ |
H A D | esim_service.h | 130 int32_t respLength = 0; member
|
/base/telephony/core_service/services/sim/include/ |
H A D | esim_file.h | 140 std::shared_ptr<Asn1Node> Asn1ParseResponse(const std::vector<uint8_t> &response, uint32_t respLength);
|
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 382 std::shared_ptr<Asn1Node> EsimFile::Asn1ParseResponse(const std::vector<uint8_t> &response, uint32_t respLength)
in Asn1ParseResponse() argument 384 if (response.empty() || respLength == 0) {
in Asn1ParseResponse() 385 TELEPHONY_LOGE("response null, respLen = %{public}d", respLength);
in Asn1ParseResponse() 388 Asn1Decoder decoder(response, 0, respLength);
in Asn1ParseResponse() 3070 authServerResp.respLength = responseByte.size();
in RealProcsessAuthenticateServerDone()
|
Completed in 8 milliseconds