Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.h58 expectedDeviceNameSpacesSize_(0) {} in IdentityCredential()
144 size_t expectedDeviceNameSpacesSize_; variable
DIdentityCredential.cpp626 numNamespacesWithValues, expectedDeviceNameSpacesSize_)) { in startRetrieval()
639 expectedDeviceNameSpacesSize_)) { in startRetrieval()
750 expectedDeviceNameSpacesSize_ = ret; in calcDeviceNameSpacesSize()
943 if (encodedDeviceNameSpaces.size() != expectedDeviceNameSpacesSize_) { in finishRetrievalWithSignature()
945 << "was expecting " << expectedDeviceNameSpacesSize_; in finishRetrievalWithSignature()
950 encodedDeviceNameSpaces.size(), expectedDeviceNameSpacesSize_) in finishRetrievalWithSignature()