Searched refs:netMap_ (Results 1 – 2 of 2) sorted by relevance
119 netMap_.EnsureInsert(queryKey, true); in QueryNetConnect()122 netMap_.EnsureInsert(queryKey, false); in QueryNetConnect()148 netMap_.EnsureInsert(std::to_string(userId) + "/" + bundleName, true); in GetNetConnect()252 bool getNetConnect = netMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwitch); in IsAllowNetConnect()255 return netMap_.ReadVal(std::to_string(userId) + "/" + bundleName); in IsAllowNetConnect()
64 static inline SafeMap<const std::string, bool> netMap_; variable