Searched refs:ipSecSetEncapSocketOwner (Results 1 – 9 of 9) sorted by relevance
/system/netd/server/ |
D | XfrmControllerTest.cpp | 150 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()
|
D | XfrmController.h | 205 static netdutils::Status ipSecSetEncapSocketOwner(int socketFd, int newUid, uid_t callerUid);
|
D | NetdNativeService.h | 152 binder::Status ipSecSetEncapSocketOwner(const os::ParcelFileDescriptor& socket, int newUid);
|
D | NetdNativeService.cpp | 573 binder::Status NetdNativeService::ipSecSetEncapSocketOwner(const ParcelFileDescriptor& socket, in ipSecSetEncapSocketOwner() function in android::net::NetdNativeService 580 gCtls->xfrmCtrl.ipSecSetEncapSocketOwner(socket.get(), newUid, callerUid)); in ipSecSetEncapSocketOwner()
|
D | XfrmController.cpp | 455 netdutils::Status XfrmController::ipSecSetEncapSocketOwner(int socketFd, int newUid, in ipSecSetEncapSocketOwner() function in android::net::XfrmController
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 21 void ipSecSetEncapSocketOwner(in ParcelFileDescriptor socket, int newUid); in ipSecSetEncapSocketOwner() method
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 242 void ipSecSetEncapSocketOwner(in ParcelFileDescriptor socket, int newUid); in ipSecSetEncapSocketOwner() method
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 38 void ipSecSetEncapSocketOwner(in ParcelFileDescriptor socket, int newUid); in ipSecSetEncapSocketOwner() method
|
/system/netd/tests/ |
D | binder_test.cpp | 350 binder::Status res = mNetd->ipSecSetEncapSocketOwner(sockFd, 1001); in TEST_F()
|