Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp2965 std::shared_ptr<Asn1Node> globalPlatformVersionNode = root->Asn1GetChild(TAG_ESIM_CTX_7); in EuiccInfo2ParseGlobalPlatformVersion() local
2966 if (globalPlatformVersionNode == nullptr) { in EuiccInfo2ParseGlobalPlatformVersion()
2967 TELEPHONY_LOGE("globalPlatformVersionNode is nullptr"); in EuiccInfo2ParseGlobalPlatformVersion()
2971 uint32_t versionLen = globalPlatformVersionNode->Asn1AsBytes(globalPlatformVersionRaw); in EuiccInfo2ParseGlobalPlatformVersion()

Completed in 8 milliseconds