Searched refs:requestedNameSpacesAndNames_ (Results 1 – 2 of 2) sorted by relevance
583 requestedNameSpacesAndNames_[requestedNamespace] = requestedKeys; in startRetrieval()694 const auto& it = requestedNameSpacesAndNames_.find(rns.namespaceName); in calcDeviceNameSpacesSize()695 if (it == requestedNameSpacesAndNames_.end()) { in calcDeviceNameSpacesSize()814 const auto& it = requestedNameSpacesAndNames_.find(nameSpace); in startRetrieveEntryValue()815 if (it == requestedNameSpacesAndNames_.end()) { in startRetrieveEntryValue()
139 map<string, set<string>> requestedNameSpacesAndNames_; variable