Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp941 vector<uint8_t> encodedDeviceNameSpaces = deviceNameSpacesMap_.encode(); in finishRetrievalWithSignature() local
943 if (encodedDeviceNameSpaces.size() != expectedDeviceNameSpacesSize_) { in finishRetrievalWithSignature()
944 LOG(ERROR) << "encodedDeviceNameSpaces is " << encodedDeviceNameSpaces.size() << " bytes, " in finishRetrievalWithSignature()
950 encodedDeviceNameSpaces.size(), expectedDeviceNameSpacesSize_) in finishRetrievalWithSignature()
1001 *outDeviceNameSpaces = encodedDeviceNameSpaces; in finishRetrievalWithSignature()