Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmControllerTest.cpp150 netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, getuid()); in TEST_F()
161 netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(unique_fd(), 1001, getuid()); in TEST_F()
169 netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, 1001); in TEST_F()
177 netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(fd, 1001, getuid()); in TEST_F()
188 netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, getuid()); in TEST_F()
199 netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, getuid()); in TEST_F()
DXfrmController.h205 static netdutils::Status ipSecSetEncapSocketOwner(int socketFd, int newUid, uid_t callerUid);
DNetdNativeService.h152 binder::Status ipSecSetEncapSocketOwner(const os::ParcelFileDescriptor& socket, int newUid);
DNetdNativeService.cpp573 binder::Status NetdNativeService::ipSecSetEncapSocketOwner(const ParcelFileDescriptor& socket, in ipSecSetEncapSocketOwner() function in android::net::NetdNativeService
580 gCtls->xfrmCtrl.ipSecSetEncapSocketOwner(socket.get(), newUid, callerUid)); in ipSecSetEncapSocketOwner()
DXfrmController.cpp455 netdutils::Status XfrmController::ipSecSetEncapSocketOwner(int socketFd, int newUid, in ipSecSetEncapSocketOwner() function in android::net::XfrmController
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl21 void ipSecSetEncapSocketOwner(in ParcelFileDescriptor socket, int newUid); in ipSecSetEncapSocketOwner() method
/system/netd/server/binder/android/net/
DINetd.aidl242 void ipSecSetEncapSocketOwner(in ParcelFileDescriptor socket, int newUid); in ipSecSetEncapSocketOwner() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl38 void ipSecSetEncapSocketOwner(in ParcelFileDescriptor socket, int newUid); in ipSecSetEncapSocketOwner() method
/system/netd/tests/
Dbinder_test.cpp350 binder::Status res = mNetd->ipSecSetEncapSocketOwner(sockFd, 1001); in TEST_F()