Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp541 requestedNameSpacesAndNames_[requestedNamespace] = requestedKeys; in startRetrieval()
637 const auto& it = requestedNameSpacesAndNames_.find(rns.namespaceName); in calcDeviceNameSpacesSize()
638 if (it == requestedNameSpacesAndNames_.end()) { in calcDeviceNameSpacesSize()
754 const auto& it = requestedNameSpacesAndNames_.find(nameSpace); in startRetrieveEntryValue()
755 if (it == requestedNameSpacesAndNames_.end()) { in startRetrieveEntryValue()
DIdentityCredential.h133 map<string, set<string>> requestedNameSpacesAndNames_; variable