Searched refs:encodedDeviceNameSpaces (Results 1 – 1 of 1) sorted by relevance
941 vector<uint8_t> encodedDeviceNameSpaces = deviceNameSpacesMap_.encode(); in finishRetrievalWithSignature() local943 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()