Home
last modified time | relevance | path

Searched refs:outPutBytes (Results 1 - 1 of 1) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp366 std::vector<uint8_t> outPutBytes; in ProcessObtainEidDone() local
367 uint32_t byteLen = profileRoot->Asn1AsBytes(outPutBytes); in ProcessObtainEidDone()
372 std::string strResult = Asn1Utils::BytesToHexStr(outPutBytes); in ProcessObtainEidDone()
873 std::vector<uint8_t> outPutBytes; in ProcessObtainSmdsAddressDone() local
874 profileRoot->Asn1AsBytes(outPutBytes); in ProcessObtainSmdsAddressDone()
875 smdsAddress_ = Asn1Utils::BytesToString(outPutBytes); in ProcessObtainSmdsAddressDone()
1210 std::vector<uint8_t> outPutBytes; in ProcessObtainDefaultSmdpAddressDone() local
1211 uint32_t byteLen = profileRoot->Asn1AsBytes(outPutBytes); in ProcessObtainDefaultSmdpAddressDone()
1216 defaultDpAddress_ = Asn1Utils::BytesToHexStr(outPutBytes); in ProcessObtainDefaultSmdpAddressDone()

Completed in 6 milliseconds