Searched refs:oldAllow (Results 1 – 1 of 1) sorted by relevance
69 uint8_t oldAllow; in SetInternetPermission() local70 bool ret = netPermissionMap_.Find(uid, oldAllow); in SetInternetPermission()71 if (ret && allow == oldAllow) { in SetInternetPermission()