Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.h141 void allowProtect(const std::vector<uid_t>& uids);
DNetworkController.cpp685 void NetworkController::allowProtect(const std::vector<uid_t>& uids) { in allowProtect() function in android::net::NetworkController
DNetdNativeService.cpp1128 gCtls->netCtrl.allowProtect(uids); in networkSetProtectAllow()