Searched refs:NetdNativeService (Results 1 – 5 of 5) sorted by relevance
124 NetdNativeService::NetdNativeService() { in NetdNativeService() function in android::net::NetdNativeService131 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 …]
67 using android::net::NetdNativeService;201 if ((ret = NetdNativeService::start()) != android::OK) { in main()
30 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {32 NetdNativeService();
136 "NetdNativeService.cpp",
28 using android::net::NetdNativeService;40 auto service = new NetdNativeService(); in LLVMFuzzerTestOneInput()