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

  /system/netd/server/
NetdNativeService.cpp 40 #include "NetdNativeService.h"
110 status_t NetdNativeService::start() {
112 status_t ret = BinderService<NetdNativeService>::publish();
122 status_t NetdNativeService::dump(int fd, const Vector<String16> &args) {
159 binder::Status NetdNativeService::isAlive(bool *alive) {
166 binder::Status NetdNativeService::firewallReplaceUidChain(const android::String16& chainName,
176 binder::Status NetdNativeService::bandwidthEnableDataSaver(bool enable, bool *ret) {
184 binder::Status NetdNativeService::networkCreatePhysical(int32_t netId,
191 binder::Status NetdNativeService::networkCreateVpn(int32_t netId, bool hasDns, bool secure) {
197 binder::Status NetdNativeService::networkDestroy(int32_t netId)
    [all...]
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());
NetdNativeService.h 30 class NetdNativeService : public BinderService<NetdNativeService>, public BnNetd {
Android.mk 116 NetdNativeService.cpp \

Completed in 219 milliseconds