Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetd.aidl87 void socketDestroy(in UidRange[] uidRanges, in int[] exemptUids); in socketDestroy() method
/system/netd/server/
DNetdNativeService.h43 binder::Status socketDestroy(const std::vector<UidRange>& uids,
DNetdNativeService.cpp155 binder::Status NetdNativeService::socketDestroy(const std::vector<UidRange>& uids, in socketDestroy() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp361 EXPECT_TRUE(mNetd->socketDestroy(uidRanges, skipUids).isOk()); in TEST_F()
374 EXPECT_TRUE(mNetd->socketDestroy(uidRanges, skipUids).isOk()); in TEST_F()
379 EXPECT_TRUE(mNetd->socketDestroy(uidRanges, skipUids).isOk()); in TEST_F()