Searched refs:requestedNameSpacesAndNames_ (Results 1 – 2 of 2) sorted by relevance
541 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()
133 map<string, set<string>> requestedNameSpacesAndNames_; variable