Searched refs:cellularNetMap_ (Results 1 – 2 of 2) sorted by relevance
76 cellularNetMap_.EnsureInsert(queryKey, true); in QueryCellularConnect()79 cellularNetMap_.EnsureInsert(queryKey, false); in QueryCellularConnect()131 … bool getConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, preCheckSwitch); in GetCellularConnect()133 cellularNetMap_.EnsureInsert(std::to_string(userId) + "/" + in GetCellularConnect()138 getConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, endCheckSwitch); in GetCellularConnect()240 …bool getCellularConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwi… in IsAllowCellularConnect()243 return cellularNetMap_.ReadVal(std::to_string(userId) + "/" + bundleName); in IsAllowCellularConnect()284 cellularNetMap_.Iterate(it); in NetWorkChangeStopUploadTask()
63 static inline SafeMap<const std::string, bool> cellularNetMap_; variable