Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/context/src/
Dcontext_pool_impl.cpp46 std::unordered_map<uint64_t, std::shared_ptr<Context>> contextMap_; member in OHOS::UserIam::UserAuth::ContextPoolImpl
58 auto result = contextMap_.try_emplace(contextId, context); in Insert()
73 auto iter = contextMap_.find(contextId); in Delete()
74 if (iter == contextMap_.end()) { in Delete()
79 contextMap_.erase(iter); in Delete()
92 for (const auto &context : contextMap_) { in CancelAll()
107 auto iter = contextMap_.find(contextId); in Select()
108 if (iter != contextMap_.end()) { in Select()
118 for (const auto &context : contextMap_) { in Select()
132 for (const auto &context : contextMap_) { in SelectScheduleNodeByScheduleId()