Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetdNativeService.cpp173 NetdNativeService::NetdNativeService() { in NetdNativeService() function in android::net::NetdNativeService
180 status_t NetdNativeService::start() { in start()
265 binder::Status NetdNativeService::isAlive(bool *alive) { in isAlive()
400 binder::Status NetdNativeService::networkAddUidRanges( in networkAddUidRanges()
409 binder::Status NetdNativeService::networkRemoveUidRanges( in networkRemoveUidRanges()
531 binder::Status NetdNativeService::tetherGetStats( in tetherGetStats()
644 binder::Status NetdNativeService::ipSecAllocateSpi( in ipSecAllocateSpi()
911 binder::Status NetdNativeService::interfaceGetCfg( in interfaceGetCfg()
981 binder::Status NetdNativeService::tetherStop() { in tetherStop()
1119 binder::Status NetdNativeService::networkClearDefault() { in networkClearDefault()
[all …]
H A Dmain.cpp61 using android::net::NetdNativeService;
185 if ((ret = NetdNativeService::start()) != android::OK) { in main()
H A DNetdNativeService.h30 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {
32 NetdNativeService();
H A DAndroid.bp283 "NetdNativeService.cpp",