Home
last modified time | relevance | path

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

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