Searched refs:checkSwitch (Results 1 – 1 of 1) sorted by relevance
239 bool checkSwitch = false; in IsAllowCellularConnect() local240 … getCellularConnect = cellularNetMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwitch); in IsAllowCellularConnect()245 return checkSwitch; in IsAllowCellularConnect()251 bool checkSwitch = true; in IsAllowNetConnect() local252 bool getNetConnect = netMap_.Find(std::to_string(userId) + "/" + bundleName, checkSwitch); in IsAllowNetConnect()257 return checkSwitch; in IsAllowNetConnect()