HomeSort by relevance Sort by last modified time
    Searched refs:NetdNativeService (Results 1 - 4 of 4) sorted by null

  /system/netd/server/
NetdNativeService.cpp 38 #include "NetdNativeService.h"
109 status_t NetdNativeService::start() {
111 status_t ret = BinderService<NetdNativeService>::publish();
121 status_t NetdNativeService::dump(int fd, const Vector<String16> & /* args */) {
139 binder::Status NetdNativeService::isAlive(bool *alive) {
146 binder::Status NetdNativeService::firewallReplaceUidChain(const android::String16& chainName,
156 binder::Status NetdNativeService::bandwidthEnableDataSaver(bool enable, bool *ret) {
164 binder::Status NetdNativeService::networkRejectNonSecureVpn(bool add,
189 binder::Status NetdNativeService::socketDestroy(const std::vector<UidRange>& uids,
211 binder::Status NetdNativeService::setResolverConfiguration(int32_t netId
    [all...]
NetdNativeService.h 30 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {
main.cpp 46 #include "NetdNativeService.h"
59 using android::net::NetdNativeService;
147 if ((ret = NetdNativeService::start()) != android::OK) {
148 ALOGE("Unable to start NetdNativeService: %d", ret);
151 ALOGI("Registering NetdNativeService: %.1fms", subTime.getTimeAndReset());
Android.mk 106 NetdNativeService.cpp \

Completed in 108 milliseconds