Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp69 uint8_t oldAllow; in SetInternetPermission() local
70 bool ret = netPermissionMap_.Find(uid, oldAllow); in SetInternetPermission()
71 if (ret && allow == oldAllow) { in SetInternetPermission()