Lines Matching refs:contextMap
722 for (auto context = contextMap.begin(); context != contextMap.end(); context++) in notifyDeviceLost()
1011 for (auto context : mState.contextMap) in onSubjectStateChange()
1248 mState.contextMap.size() + mInvalidContextMap.size(); in terminate()
1253 for (auto context : mState.contextMap) in terminate()
1273 mState.contextMap = std::move(contextsStillCurrent); in terminate()
1278 mState.contextMap.size() + mInvalidContextMap.size()); in terminate()
1280 if (!mState.contextMap.empty()) in terminate()
1665 mState.contextMap.insert(std::pair(context->id().value, context)); in createContext()
1790 for (ContextMap::iterator ctx = mState.contextMap.begin(); ctx != mState.contextMap.end(); in restoreLostDevice()
1864 uniqueContextPtr = eraseContextImpl(context, &mState.contextMap); in releaseContext()
2702 auto iter = mState.contextMap.find(contextID.value); in getContext()
2703 return iter != mState.contextMap.end() ? iter->second : nullptr; in getContext()
2727 auto iter = mState.contextMap.find(contextID.value); in getContext()
2728 return iter != mState.contextMap.end() ? iter->second : nullptr; in getContext()