Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.cpp124 NetdNativeService::NetdNativeService() { in NetdNativeService() function in android::net::NetdNativeService
131 status_t NetdNativeService::start() { in start()
133 const status_t ret = BinderService<NetdNativeService>::publish(); in start()
144 status_t NetdNativeService::dump(int fd, const Vector<String16> &args) { in dump()
203 binder::Status NetdNativeService::isAlive(bool *alive) { in isAlive()
211 binder::Status NetdNativeService::firewallReplaceUidChain(const std::string&, bool, in firewallReplaceUidChain()
216 binder::Status NetdNativeService::bandwidthEnableDataSaver(bool enable, bool *ret) { in bandwidthEnableDataSaver()
223 binder::Status NetdNativeService::bandwidthSetInterfaceQuota(const std::string& ifName, in bandwidthSetInterfaceQuota()
230 binder::Status NetdNativeService::bandwidthRemoveInterfaceQuota(const std::string& ifName) { in bandwidthRemoveInterfaceQuota()
236 binder::Status NetdNativeService::bandwidthSetInterfaceAlert(const std::string& ifName, in bandwidthSetInterfaceAlert()
[all …]
Dmain.cpp67 using android::net::NetdNativeService;
201 if ((ret = NetdNativeService::start()) != android::OK) { in main()
DNetdNativeService.h30 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {
32 NetdNativeService();
DAndroid.bp136 "NetdNativeService.cpp",
/system/netd/server/aidl-fuzzers/
DNetdNativeServiceFuzzer.cpp28 using android::net::NetdNativeService;
40 auto service = new NetdNativeService(); in LLVMFuzzerTestOneInput()